![]() |
Safir SDK Core
|
#include <memory>
#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 | |
namespace | Safir |
This namespace contains all the functionality and definitions of the SAFIR SDK. | |
namespace | Safir::Dob |
This namespace contains all functionality of the DOB (Components DOSE and DOTS). | |
namespace | Safir::Dob::Typesystem |
This namespace contains the DOB Typesystem functionality and definitions. | |
Typedefs | |
typedef std::shared_ptr< Object > | Safir::Dob::Typesystem::ObjectPtr |
A smart pointer to an Object. | |
typedef std::shared_ptr< const Object > | Safir::Dob::Typesystem::ObjectConstPtr |
A smart pointer to a const Object. | |