Safir SDK Core
|
#include <boost/shared_ptr.hpp>
#include <Safir/Dob/Typesystem/Defs.h>
#include <Safir/Dob/Typesystem/ContainerBase.h>
#include <Safir/Dob/Typesystem/EntityId.h>
#include <Safir/Dob/Typesystem/Exceptions.h>
Go to the source code of this file.
Classes | |
class | Safir::Dob::Typesystem::Object |
The base class for all DOB objects. More... | |
Namespaces | |
Safir | |
Safir. | |
Safir::Dob | |
Dob. | |
Safir::Dob::Typesystem | |
This namespace contains the DOB Typesystem functionality and definitions. | |
Typedefs | |
typedef boost::shared_ptr< Object > | Safir::Dob::Typesystem::ObjectPtr |
A smart pointer to an Object. More... | |
typedef boost::shared_ptr < const Object > | Safir::Dob::Typesystem::ObjectConstPtr |
A smart pointer to a const Object. More... | |