#include <object.h>
|
template<typename BO > |
class | Factory |
|
Definition at line 44 of file object.h.
exotica::Object::Object |
( |
| ) |
|
|
inline |
virtual exotica::Object::~Object |
( |
| ) |
|
|
inlinevirtual |
std::string exotica::Object::GetObjectName |
( |
| ) |
|
|
inline |
void exotica::Object::InstantiateObject |
( |
const Initializer & |
init | ) |
|
|
inline |
virtual std::string exotica::Object::Print |
( |
const std::string & |
prepend | ) |
const |
|
inlinevirtual |
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.
bool exotica::Object::debug_ |
std::string exotica::Object::ns_ |
std::string exotica::Object::object_name_ |
The documentation for this class was generated from the following file: