ServiceConstants | |
Any | An Any class represents a general type and is capable of storing any type, supporting type-safe extraction of the internally stored data |
BadAnyCastException | |
ExplicitlySharedDataPointer | |
InterfaceType | A helper type used in several methods to get proper method overload resolutions |
LDAPFilter | An RFC 1960-based Filter |
LDAPProp | A fluent API for creating LDAP filter strings |
MakeInterfaceMap | Helper class for constructing InterfaceMap instances based on service implementations or service factories |
Module | Represents a CppMicroServices module |
ModuleActivator | Customizes the starting and stopping of a CppMicroServices module |
ModuleContext | A module's execution context within the framework |
ModuleEvent | An event from the Micro Services framework describing a module lifecycle change |
ModuleEventHook | Module Event Hook Service |
ModuleFindHook | Module Context Hook Service |
ModuleRegistry | Here we handle all the modules that are loaded in the framework |
ModuleResource | Represents a resource (text file, image, etc.) embedded in a CppMicroServices module |
ModuleResourceStream | An input stream class for ModuleResource objects |
ModuleSettings | Query and set certain properties of the CppMicroServices library |
ModuleVersion | Version identifier for CppMicroServices modules |
PrototypeServiceFactory | A factory for prototype scope services |
ServiceEvent | An event from the Micro Services framework describing a service lifecycle change |
ServiceEventListenerHook | Service Event Listener Hook Service |
ServiceException | A service exception used to indicate that a service problem occurred |
ServiceFactory | A factory for module scope services |
ServiceFindHook | Service Find Hook Service |
ServiceListenerHook | Service Listener Hook Service |
ListenerInfo | Information about a Service Listener |
ServiceObjects | Allows multiple service objects for a service to be obtained |
ServiceObjects< void > | Allows multiple service objects for a service to be obtained |
ServiceReference | A reference to a service |
ServiceReferenceBase | A reference to a service |
ServiceRegistration | A registered service |
ServiceRegistrationBase | A registered service |
ServiceTracker | The ServiceTracker class simplifies using services from the framework's service registry |
ServiceTrackerCustomizer | The ServiceTrackerCustomizer interface allows a ServiceTracker to customize the service objects that are tracked |
SharedData | |
SharedDataPointer | |
SharedLibrary | Loads shared libraries at runtime |
ShrinkableMap | A std::map style associative container allowing query and removal operations only |
ShrinkableVector | A std::vector style container allowing query and removal operations only |
TrackedTypeTraits< S, T * > | Default type traits for custom tracked objects of pointer type |
TrackedTypeTraitsBase | A base class template for type traits for objects tracked by a ServiceTracker instance |