SO3Engine
|
#include <SO3DataScol.h>
Public Member Functions | |
SData (const std::string &dataName) | |
virtual | ~SData () |
std::string | GetName () const |
SUserObjectBindings & | GetUserObjectBindings () |
const SUserObjectBindings & | GetUserObjectBindings () const |
Protected Attributes | |
std::string | name |
Definition at line 40 of file SO3DataScol.h.
SO3::SData::SData | ( | const std::string & | dataName | ) |
Constructor
Definition at line 17 of file SO3DataScol.cpp.
|
virtual |
Definition at line 22 of file SO3DataScol.cpp.
std::string SO3::SData::GetName | ( | ) | const |
Definition at line 26 of file SO3DataScol.cpp.
SUserObjectBindings & SO3::SData::GetUserObjectBindings | ( | ) |
Return an instance of user objects binding associated with this class. You can use it to associate one or more custom objects with this class instance.
Definition at line 31 of file SO3DataScol.cpp.
const SUserObjectBindings & SO3::SData::GetUserObjectBindings | ( | ) | const |
Return an instance of user objects binding associated with this class. You can use it to associate one or more custom objects with this class instance.
Definition at line 36 of file SO3DataScol.cpp.
|
protected |
Definition at line 44 of file SO3DataScol.h.