![]() |
Public API Reference |
![]() |
Object registry interface. More...
Go to the source code of this file.
Classes | |
struct | iObjectRegistry |
This interface serves as a registry of other objects. More... | |
struct | iObjectRegistryIterator |
Use an instance of this class to iterate over objects in the object registry. More... | |
Functions | |
template<class Interface > | |
csPtr< Interface > | csQueryRegistry (iObjectRegistry *Reg) |
Query an interface from the registry. | |
csPtr< iBase > | csQueryRegistryTag (iObjectRegistry *Reg, const char *Tag) |
Query an object from the registry, with a tag specified by the user. | |
template<class Interface > | |
csPtr< Interface > | csQueryRegistryTagInterface (iObjectRegistry *Reg, const char *Tag) |
Query an interface from the registry, with a tag specified by the user. |
Object registry interface.
Definition in file objreg.h.
csPtr<Interface> csQueryRegistry | ( | iObjectRegistry * | Reg | ) | [inline] |
csPtr<iBase> csQueryRegistryTag | ( | iObjectRegistry * | Reg, |
const char * | Tag | ||
) | [inline] |
csPtr<Interface> csQueryRegistryTagInterface | ( | iObjectRegistry * | Reg, |
const char * | Tag | ||
) | [inline] |