OpFlex Framework
1.7.0
|
Interface definition file for managed objects. More...
#include <string>
#include <boost/ref.hpp>
#include <boost/optional.hpp>
#include <boost/noncopyable.hpp>
#include "opflex/ofcore/OFFramework.h"
#include "opflex/modb/ObjectListener.h"
#include "opflex/modb/mo-internal/StoreClient.h"
#include "opflex/ofcore/OFTypes.h"
Go to the source code of this file.
Classes | |
class | opflex::modb::mointernal::MO |
This is the base class for all managed objects, which are the primary point of interface with data stored in the managedb object store. More... | |
Functions | |
bool | opflex::modb::mointernal::operator== (const MO &lhs, const MO &rhs) |
Check for MO equality. | |
bool | opflex::modb::mointernal::operator!= (const MO &lhs, const MO &rhs) |
Check for MO inequality. | |
Interface definition file for managed objects.