|
UGDK
0.4.1
|


Public Member Functions | |
| SimpleLoader (DescriptionProtocol< T > *protocol) | |
| ~SimpleLoader () | |
| T * | Load (const std::string &gddfile_path) |
| void | newData (T *new_data) |
| T *& | data () |
| void | cleanData () |
Public Member Functions inherited from ugdk::gdd::AbstractLoader< T > | |
| virtual | ~AbstractLoader () |
Protected Attributes | |
| T * | loaded_data_ |
Additional Inherited Members | |
Protected Member Functions inherited from ugdk::gdd::AbstractLoader< T > | |
| DescriptionProtocol< T > * | protocol () const |
| AbstractLoader (DescriptionProtocol< T > *protocol) | |
|
inline |
|
inline |
|
inlinevirtual |
Implements ugdk::gdd::AbstractLoader< T >.
|
inlinevirtual |
Implements ugdk::gdd::AbstractLoader< T >.
|
virtual |
Implements ugdk::gdd::AbstractLoader< T >.
|
inlinevirtual |
Implements ugdk::gdd::AbstractLoader< T >.
|
protected |