This class is the default implementation of the abstract Demand class. More...

#include <model.h>

Inheritance diagram for frepple::DemandDefault:

List of all members.

Public Member Functions

 DemandDefault (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 is the default implementation of the abstract Demand class.

Definition at line 4655 of file model.h.


Constructor & Destructor Documentation

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

Definition at line 4658 of file model.h.


Member Function Documentation

virtual size_t frepple::DemandDefault::getSize ( ) const [inline, virtual]

Return the memory size of the object in bytes.

Implements frepple::utils::Object.

Definition at line 4661 of file model.h.

virtual const MetaClass& frepple::DemandDefault::getType ( ) const [inline, virtual]

This returns the type information on the object, a bit similar to the standard type_info information.

Reimplemented from frepple::Demand.

Definition at line 4659 of file model.h.

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

Reimplemented from frepple::Demand.

Definition at line 49 of file demand.cpp.


Member Data Documentation

Reimplemented from frepple::Demand.

Definition at line 4660 of file model.h.


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

Documentation generated for frePPLe by  doxygen