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