A calendar storing strings in its buckets. More...
#include <model.h>
Public Member Functions | |
CalendarString (const string &n) | |
bool | getBool () const |
virtual size_t | getSize () const |
virtual const MetaClass & | getType () const |
Static Public Attributes | |
static const MetaClass * | metadata |
A calendar storing strings in its buckets.
Definition at line 782 of file model.h.
frepple::CalendarString::CalendarString | ( | const string & | n | ) | [inline] |
bool frepple::CalendarString::getBool | ( | ) | const [inline, virtual] |
Convert the value of the calendar to a boolean value.
Reimplemented from frepple::CalendarValue< string >.
virtual size_t frepple::CalendarString::getSize | ( | ) | const [inline, virtual] |
Return the memory size of the object in bytes.
Reimplemented from frepple::Calendar.
virtual const MetaClass& frepple::CalendarString::getType | ( | ) | const [inline, virtual] |
This returns the type information on the object, a bit similar to the standard type_info information.
Implements frepple::CalendarValue< string >.
const MetaClass * frepple::CalendarString::metadata [static] |
Reimplemented from frepple::Calendar.