|
Pol
Rev 533
|
Inheritance diagram for PackageObjImp:
Collaboration diagram for PackageObjImp:Public Member Functions | |
| PackageObjImp (const PackagePtrHolder &other) | |
| virtual BObjectImp * | call_method (const char *methodname, Executor &ex) |
| virtual BObjectImp * | copy () const |
| virtual BObjectRef | get_member (const char *membername) |
| virtual const char * | typeOf () const |
| virtual int | typeOfInt () const |
Private Types | |
| typedef PackageObjImpBase | base |
Definition at line 62 of file polsystemmod.cpp.
typedef PackageObjImpBase PackageObjImp::base [private] |
Definition at line 64 of file polsystemmod.cpp.
| PackageObjImp::PackageObjImp | ( | const PackagePtrHolder & | other | ) | [explicit] |
Definition at line 73 of file polsystemmod.cpp.
Referenced by copy().
Here is the caller graph for this function:| BObjectImp * PackageObjImp::call_method | ( | const char * | methodname, |
| Executor & | ex | ||
| ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 115 of file polsystemmod.cpp.
| BObjectImp * PackageObjImp::copy | ( | void | ) | const [virtual] |
Implements BApplicObj< T >.
Definition at line 111 of file polsystemmod.cpp.
References BApplicObj< T >::obj_, and PackageObjImp().
Here is the call graph for this function:| BObjectRef PackageObjImp::get_member | ( | const char * | membername | ) | [virtual] |
Reimplemented from BObjectImp.
Definition at line 119 of file polsystemmod.cpp.
References Package::dir(), FileExists(), GetPackageCfgPath(), and BApplicObj< T >::value().
Here is the call graph for this function:| const char * PackageObjImp::typeOf | ( | ) | const [virtual] |
Implements BApplicObj< T >.
Definition at line 103 of file polsystemmod.cpp.
| int PackageObjImp::typeOfInt | ( | ) | const [virtual] |
Implements BApplicObj< T >.
Definition at line 107 of file polsystemmod.cpp.
References BObjectImp::OTPackage.