frepple::CalendarVoid Class Reference
A calendar only defining time buckets and not storing any data fields. More...
#include <model.h>
Inheritance diagram for frepple::CalendarVoid:

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 |
Detailed Description
A calendar only defining time buckets and not storing any data fields.
Definition at line 752 of file model.h.
Constructor & Destructor Documentation
frepple::CalendarVoid::CalendarVoid | ( | const string & | n | ) | [inline] |
Member Function Documentation
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.
Member Data Documentation
const MetaClass * frepple::CalendarVoid::metadata [static] |
Reimplemented from frepple::Calendar.
The documentation for this class was generated from the following files:
Documentation generated for frePPLe by
