frepple::DemandDefault Class Reference

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

#include <model.h>

Inheritance diagram for frepple::DemandDefault:

frepple::Demand frepple::utils::HasHierarchy< T > frepple::Plannable frepple::utils::HasDescription frepple::utils::HasName< T > frepple::utils::Object frepple::HasProblems frepple::Solvable frepple::utils::NonCopyable frepple::utils::Tree::TreeNode

List of all members.


Public Member Functions

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

Static Public Attributes

static const MetaClass metadata

Detailed Description

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

Definition at line 4055 of file model.h.


Constructor & Destructor Documentation

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

Definition at line 4058 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 4061 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 4059 of file model.h.


Member Data Documentation

Reimplemented from frepple::Demand.

Definition at line 4060 of file model.h.


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

Documentation generated by  doxygen