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