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::HasName< Customer > frepple::utils::NonCopyable frepple::utils::Tree::TreeNode frepple::utils::Object frepple::utils::PythonExtensionBase

List of all members.

Public Member Functions

 CustomerDefault (const string &str)
virtual size_t getSize () const
virtual const MetaClassgetType () const

Static Public Member Functions

static int initialize ()

Static Public Attributes

static const MetaClassmetadata

Detailed Description

This class implements the abstract Customer class.

Definition at line 1428 of file model.h.


Constructor & Destructor Documentation

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

Definition at line 1431 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 1434 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 1432 of file model.h.

int frepple::CustomerDefault::initialize (  )  [static]

Reimplemented from frepple::Customer.

Definition at line 49 of file customer.cpp.


Member Data Documentation

Reimplemented from frepple::Customer.

Definition at line 1433 of file model.h.


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

Generated on 21 Mar 2010 for frePPLe by  doxygen 1.6.1