NewLang Project
Yet another programm language
Loading...
Searching...
No Matches
newlang::runtime::System Member List

This is the complete list of members for newlang::runtime::System, including all inherited members.

AddMethod(const char *name, ObjPtr obj)newlang::runtime::Buildinprotected
Buildin(RuntimePtr rt, ObjType type, const char *name=nullptr)newlang::runtime::Buildininlineprotected
CreateMethod(const char *proto, FunctionType &func, ObjType type=ObjType::Function)newlang::runtime::Buildinprotected
CreateMethodNative(const char *proto, void *addr)newlang::runtime::Buildinprotected
getcwd(newlang::Context *ctx, newlang::Obj &in)newlang::runtime::Systemstatic
getenv(newlang::Context *ctx, newlang::Obj &in)newlang::runtime::Systemstatic
getenviron(newlang::Context *ctx, newlang::Obj &in)newlang::runtime::Systemstatic
getlogin(newlang::Context *ctx, newlang::Obj &in)newlang::runtime::Systemstatic
getmillisec(newlang::Context *ctx, newlang::Obj &in)newlang::runtime::Systemstatic
getname(newlang::Context *ctx, newlang::Obj &in)newlang::runtime::Systemstatic
getsysinfo(newlang::Context *ctx, newlang::Obj &in)newlang::runtime::Systemstatic
gettimeofday(newlang::Context *ctx, newlang::Obj &in)newlang::runtime::Systemstatic
getuname(newlang::Context *ctx, newlang::Obj &in)newlang::runtime::Systemstatic
System(RuntimePtr rt)newlang::runtime::Systeminline
system(newlang::Context *ctx, newlang::Obj &in)newlang::runtime::Systemstatic
~System()newlang::runtime::Systeminlinevirtual