frepple::CustomerDefault Class Reference
This class implements the abstract Customer class. More...
#include <model.h>
Inheritance diagram for frepple::CustomerDefault:

Public Member Functions | |
CustomerDefault (const string &str) | |
virtual size_t | getSize () const |
virtual const MetaClass & | getType () const |
Static Public Member Functions | |
static int | initialize () |
Static Public Attributes | |
static const MetaClass * | metadata |
Detailed Description
This class implements the abstract Customer class.
Definition at line 1478 of file model.h.
Constructor & Destructor Documentation
frepple::CustomerDefault::CustomerDefault | ( | const string & | str | ) | [inline, explicit] |
Member Function Documentation
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.
int frepple::CustomerDefault::initialize | ( | ) | [static] |
Reimplemented from frepple::Customer.
Definition at line 49 of file customer.cpp.
Member Data Documentation
const MetaClass * frepple::CustomerDefault::metadata [static] |
Reimplemented from frepple::Customer.
The documentation for this class was generated from the following files:
Documentation generated for frePPLe by
