A calendar storing double values in its buckets. More...
#include <model.h>
Public Member Functions | |
CalendarDouble (const string &n) | |
virtual const MetaClass & | getType () const |
~CalendarDouble () | |
Static Public Attributes | |
static const MetaClass * | metadata |
A calendar storing double values in its buckets.
Definition at line 747 of file model.h.
frepple::CalendarDouble::CalendarDouble | ( | const string & | n | ) | [inline] |
frepple::CalendarDouble::~CalendarDouble | ( | ) |
Definition at line 54 of file calendar.cpp.
virtual const MetaClass& frepple::CalendarDouble::getType | ( | ) | const [inline, virtual] |
This returns the type information on the object, a bit similar to the standard type_info information.
Implements frepple::CalendarValue< double >.
const MetaClass * frepple::CalendarDouble::metadata [static] |
Reimplemented from frepple::Calendar.