Apache Celix  2.3.0
An implementation of the OSGi specification adapted to C and C++
Classes | Namespaces | Enumerations
Bundle.h File Reference
#include <memory>
#include "celix_bundle.h"
Include dependency graph for Bundle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  celix::Bundle
 An installed bundle in the Celix framework. More...
 

Namespaces

 celix
 

Enumerations

enum  celix::BundleState {
  celix::BundleState::UNKNOWN, celix::BundleState::UNINSTALLED, celix::BundleState::INSTALLED, celix::BundleState::RESOLVED,
  celix::BundleState::STARTING, celix::BundleState::STOPPING, celix::BundleState::ACTIVE
}