#include <object.h>
|
| template<typename BO > |
| class | Factory |
| |
Definition at line 44 of file object.h.
◆ Object()
| exotica::Object::Object |
( |
| ) |
|
|
inline |
◆ ~Object()
| virtual exotica::Object::~Object |
( |
| ) |
|
|
inlinevirtual |
◆ GetObjectName()
| std::string exotica::Object::GetObjectName |
( |
| ) |
|
|
inline |
◆ InstantiateObject()
| void exotica::Object::InstantiateObject |
( |
const Initializer & |
init | ) |
|
|
inline |
◆ Print()
| virtual std::string exotica::Object::Print |
( |
const std::string & |
prepend | ) |
const |
|
inlinevirtual |
◆ type()
| virtual std::string exotica::Object::type |
( |
| ) |
const |
|
inlinevirtual |
Type Information wrapper: must be virtual so that it is polymorphic...
- Returns
- String containing the type of the object
Definition at line 61 of file object.h.
◆ Factory
◆ debug_
| bool exotica::Object::debug_ |
◆ ns_
| std::string exotica::Object::ns_ |
◆ object_name_
| std::string exotica::Object::object_name_ |
The documentation for this class was generated from the following file: