This class is the default implementation of the abstract Resource class. More...
#include <model.h>
Public Member Functions | |
| virtual size_t | getSize () const |
| virtual const MetaClass & | getType () const |
| ResourceDefault (const string &str) | |
Static Public Attributes | |
| static const MetaClass * | metadata |
This class is the default implementation of the abstract Resource class.
Definition at line 3479 of file model.h.
| frepple::ResourceDefault::ResourceDefault | ( | const string & | str | ) | [inline, explicit] |
| virtual size_t frepple::ResourceDefault::getSize | ( | ) | const [inline, virtual] |
Return the memory size of the object in bytes.
Implements frepple::utils::Object.
| virtual const MetaClass& frepple::ResourceDefault::getType | ( | ) | const [inline, virtual] |
This returns the type information on the object, a bit similar to the standard type_info information.
Reimplemented from frepple::Resource.
const MetaClass * frepple::ResourceDefault::metadata [static] |
Reimplemented from frepple::Resource.
1.6.1