A calendar only defining time buckets and not storing any data fields. More...
#include <model.h>
Public Member Functions | |
CalendarVoid (const string &n) | |
virtual const MetaClass & | getType () const |
Static Public Member Functions | |
static int | initialize () |
static PyObject * | setPythonValue (PyObject *, PyObject *, PyObject *) |
Static Public Attributes | |
static const MetaClass * | metadata |
A calendar only defining time buckets and not storing any data fields.
Definition at line 752 of file model.h.
frepple::CalendarVoid::CalendarVoid | ( | const string & | n | ) | [inline] |
virtual const MetaClass& frepple::CalendarVoid::getType | ( | ) | const [inline, virtual] |
This returns the type information on the object, a bit similar to the standard type_info information.
Reimplemented from frepple::Calendar.
int frepple::CalendarVoid::initialize | ( | ) | [static] |
Reimplemented from frepple::Calendar.
Definition at line 74 of file calendar.cpp.
PyObject * frepple::CalendarVoid::setPythonValue | ( | PyObject * | self, | |
PyObject * | args, | |||
PyObject * | kwdict | |||
) | [static] |
Definition at line 543 of file calendar.cpp.
const MetaClass * frepple::CalendarVoid::metadata [static] |
Reimplemented from frepple::Calendar.