frepple::CustomerDefault Class Reference

This class implements the abstract Customer class. More...

#include <model.h>

Inheritance diagram for frepple::CustomerDefault:
frepple::Customer frepple::utils::HasHierarchy< Customer > frepple::utils::HasDescription frepple::utils::Object frepple::utils::HasName< Customer > frepple::utils::NonCopyable frepple::utils::Tree::TreeNode

List of all members.

Public Member Functions

 CustomerDefault (const string &str)
virtual size_t getSize () const
virtual const MetaClass & getType () const

Static Public Attributes

static const MetaClass * metadata

Detailed Description

This class implements the abstract Customer class.

Definition at line 1391 of file model.h.


Constructor & Destructor Documentation

frepple::CustomerDefault::CustomerDefault ( const string &  str  )  [inline, explicit]

Definition at line 1394 of file model.h.


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.

Definition at line 1397 of file model.h.

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.

Definition at line 1395 of file model.h.


Member Data Documentation

Reimplemented from frepple::Customer.

Definition at line 1396 of file model.h.


The documentation for this class was generated from the following files:

Generated on 25 Sep 2009 for frePPLe by  doxygen 1.6.1