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