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