| 
    NewLang Project
    
   Yet another programm language 
   | 
 
This is the complete list of members for newlang::runtime::Base, including all inherited members.
| __assert_abort__(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::Base | static | 
| __len__(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::Base | static | 
| __thread_get_id__(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::Base | static | 
| __thread_hardware_concurrency__(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::Base | static | 
| __thread_join__(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::Base | static | 
| __thread_joinable__(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::Base | static | 
| __thread_start__(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::Base | static | 
| __thread_this_id__(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::Base | static | 
| __timeit__(newlang::Context *ctx, newlang::Obj &in) | newlang::runtime::Base | static | 
| AddMethod(const char *name, ObjPtr obj) | newlang::runtime::Buildin | protected | 
| Base(RuntimePtr rt) | newlang::runtime::Base | |
| 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 | 
| ~Base() | newlang::runtime::Base | inlinevirtual |