This is the complete list of members for ModuleContext, including all inherited members.
| AddModuleListener(const ModuleListener &delegate) | ModuleContext | |
| AddModuleListener(R *receiver, void(R::*callback)(const ModuleEvent)) | ModuleContext | inline | 
| AddServiceListener(const ServiceListener &delegate, const std::string &filter=std::string()) | ModuleContext | |
| AddServiceListener(R *receiver, void(R::*callback)(const ServiceEvent), const std::string &filter=std::string()) | ModuleContext | inline | 
| GetModule() const | ModuleContext | |
| GetModule(long id) const | ModuleContext | |
| GetModules(std::vector< Module * > &modules) const | ModuleContext | |
| GetService(const ServiceReference &reference) | ModuleContext | |
| GetService(const ServiceReference &reference) | ModuleContext | inline | 
| GetServiceReference(const std::string &clazz) | ModuleContext | |
| GetServiceReference() | ModuleContext | inline | 
| GetServiceReferences(const std::string &clazz, const std::string &filter=std::string()) | ModuleContext | |
| GetServiceReferences(const std::string &filter=std::string()) | ModuleContext | inline | 
| RegisterService(const std::list< std::string > &clazzes, us::Base *service, const ServiceProperties &properties=ServiceProperties()) | ModuleContext | |
| RegisterService(const char *clazz, us::Base *service, const ServiceProperties &properties=ServiceProperties()) | ModuleContext | |
| RegisterService(us::Base *service, const ServiceProperties &properties=ServiceProperties()) | ModuleContext | inline | 
| RemoveModuleListener(const ModuleListener &delegate) | ModuleContext | |
| RemoveModuleListener(R *receiver, void(R::*callback)(const ModuleEvent)) | ModuleContext | inline | 
| RemoveServiceListener(const ServiceListener &delegate) | ModuleContext | |
| RemoveServiceListener(R *receiver, void(R::*callback)(const ServiceEvent)) | ModuleContext | inline | 
| UngetService(const ServiceReference &reference) | ModuleContext | |
| ~ModuleContext() | ModuleContext |