Apache Celix  2.3.0
An implementation of the OSGi specification adapted to C and C++
Classes | Namespaces | Enumerations
ServiceRegistration.h File Reference
#include <memory>
#include <mutex>
#include <vector>
#include <functional>
#include "celix/Constants.h"
#include "celix/Properties.h"
#include "celix/Exception.h"
#include "celix_bundle_context.h"
#include "celix_bundle.h"
#include "celix_framework.h"
Include dependency graph for ServiceRegistration.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  celix::ServiceRegistration
 A registered service. More...
 

Namespaces

 celix
 

Enumerations

enum  celix::ServiceRegistrationState { celix::ServiceRegistrationState::REGISTERING, celix::ServiceRegistrationState::REGISTERED, celix::ServiceRegistrationState::UNREGISTERING, celix::ServiceRegistrationState::UNREGISTERED }