Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
| ▼Nopflex | |
| ▼Nlogging | |
| COFLogHandler | Interface for a log message handler for the OpFlex framework |
| CStdOutLogHandler | An OFLogHandler that simply logs to standard output |
| ▼Nmodb | |
| ▼Nmointernal | |
| CMO | This is the base class for all managed objects, which are the primary point of interface with data stored in the managedb object store |
| CObjectInstance | An internal instance of an object in the managed object store |
| CStoreClient | A client for accessing the object store scoped to an owner |
| CClassInfo | Class info provides metadata about managed object classes and properties |
| CConstInfo | Const info defines a specific enum member |
| CEnumInfo | Enum info defines the set of possible values for an enum as well as the properties current defined by it |
| CMAC | A MAC address is used to identify devices on an ethernet network |
| CModelMetadata | Model metadata encapsulated all the metadata for a given model |
| CMutator | A mutator represents a set of changes to apply to the data store |
| CObjectListener | Interface for an object interested in updates to objects in the data store |
| CPropertyInfo | Property info provides metadata about a particular managed object property |
| CURI | A URI is used to identify managed objects in the MODB |
| CURIBuilder | Build a URI using path elements from the root of the tree |
| ▼Nofcore | |
| CInspectorClient | Inspect the state of a a managed object database using the inspector protocol |
| CMainLoopAdaptor | An adaptor that allows integrating libopflex with an external main loop |
| COFConstants | Define constants that are generally useful for the Opflex framework |
| COFFramework | Main interface to the OpFlex framework |
| CMockOFFramework | A mock framework object that will not attempt to create remote connections or resolve references |
| CPeerStatusListener | An interface for a listener that will get status update events for peer connection state |
| ▼Ntest | |
| CMockOpflexServer | An opflex server we can use for mocking interactions with a real Opflex server |