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