NewLang Project
Yet another programm language
|
This is the complete list of members for newlang::runtime::System, including all inherited members.
AddMethod(const char *name, ObjPtr obj) | newlang::runtime::Buildin | protected |
Buildin(RuntimePtr rt, ObjType type, const char *name=nullptr) | newlang::runtime::Buildin | inlineprotected |
CreateMethod(const char *proto, FunctionType &func, ObjType type=ObjType::Function) | newlang::runtime::Buildin | protected |
CreateMethodNative(const char *proto, void *addr) | newlang::runtime::Buildin | protected |
getcwd(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::System | static |
getenv(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::System | static |
getenviron(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::System | static |
getlogin(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::System | static |
getmillisec(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::System | static |
getname(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::System | static |
getsysinfo(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::System | static |
gettimeofday(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::System | static |
getuname(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::System | static |
System(RuntimePtr rt) | newlang::runtime::System | inline |
system(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::System | static |
~System() | newlang::runtime::System | inlinevirtual |