|
void | bind (sp< TypeMaster > &a_rspTypeMaster) |
|
sp< TypeMaster > | typeMaster (void) const |
|
void | bind (sp< Registry > &a_rspRegistry) |
|
sp< Registry > | registry (void) const |
|
sp< Catalog > | createCatalog (String a_name) |
|
sp< Catalog > | catalog (void) |
|
sp< Allocator > | allocator (void) const |
|
Public Member Functions inherited from fe::Handled< Master > |
const hp< Master > & | getHandle (void) const |
| Get a safe handle to this object. More...
|
|
virtual I32 | protection (void) const |
|
virtual void | protect (void) |
|
virtual void | unprotect (void) |
|
virtual Protectable * | clone (Protectable *pInstance=NULL) |
|
virtual void | acquire (void) |
| Increment the reference count. More...
|
|
virtual void | acquire (int &rCount) |
| Increment the reference count (and get the count) More...
|
|
virtual void | release (void) |
| Decrement the reference count. More...
|
|
virtual void | abandon (void) |
| Decrement the reference count. More...
|
|
int | count (void) const |
| Return the count of references. More...
|
|
void | setName (const String &) |
|
void | trackReference (void *pReference, String what) |
|
void | untrackReference (void *pReference) |
|
void | registerRegion (void *pT, U32 bytes) |
|
Central access point for key pseudo-global objects.