|
Pol
Rev 533
|
Inheritance diagram for PolCore:
Collaboration diagram for PolCore:Public Member Functions | |
| PolCore () | |
| virtual BObjectImp * | call_method (const char *methodname, Executor &ex) |
| virtual BObjectImp * | copy () const |
| virtual BObjectRef | get_member (const char *membername) |
| virtual std::string | getStringRep () const |
| virtual size_t | sizeEstimate () const |
| virtual const char * | typeOf () const |
| virtual int | typeOfInt () const |
Private Member Functions | |
| PolCore & | operator= (const PolCore &) |
Definition at line 1526 of file uomod2.cpp.
| PolCore::PolCore | ( | ) |
Definition at line 1542 of file uomod2.cpp.
Referenced by copy(), and sizeEstimate().
Here is the caller graph for this function:| BObjectImp * PolCore::call_method | ( | const char * | methodname, |
| Executor & | ex | ||
| ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 1768 of file uomod2.cpp.
References blong_alloc, bobject_alloc, buffer, clear_script_profile_counters(), double_alloc, Executor::getParam(), log_all_script_cycle_counts(), mlog, Executor::numParams(), PrintHeapData(), priority_divide, BObjectImp::type(), and uninit_alloc.
Here is the call graph for this function:| BObjectImp * PolCore::copy | ( | void | ) | const [virtual] |
Implements BObjectImp.
Definition at line 1546 of file uomod2.cpp.
References PolCore().
Here is the call graph for this function:| BObjectRef PolCore::get_member | ( | const char * | membername | ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 1763 of file uomod2.cpp.
References GetCoreVariable().
Here is the call graph for this function:| string PolCore::getStringRep | ( | ) | const [virtual] |
Implements BObjectImp.
Definition at line 1551 of file uomod2.cpp.
| virtual size_t PolCore::sizeEstimate | ( | ) | const [inline, virtual] |
Implements BObjectImp.
Definition at line 1534 of file uomod2.cpp.
References PolCore().
Here is the call graph for this function:| const char * PolCore::typeOf | ( | ) | const [virtual] |
Reimplemented from BObjectImp.
Definition at line 1556 of file uomod2.cpp.
| int PolCore::typeOfInt | ( | ) | const [virtual] |
Reimplemented from BObjectImp.
Definition at line 1560 of file uomod2.cpp.
References BObjectImp::OTPolCoreRef.