frepple::CalendarOperation Class Reference

A calendar storing pointers to operations in its buckets. More...

#include <model.h>

Inheritance diagram for frepple::CalendarOperation:
frepple::CalendarPointer< Operation > frepple::Calendar frepple::utils::HasName< Calendar > frepple::utils::NonCopyable frepple::utils::Tree::TreeNode frepple::utils::Object frepple::utils::PythonExtensionBase

List of all members.

Public Member Functions

 CalendarOperation (const string &n)
virtual PyObject * getattro (const Attribute &)
virtual const MetaClassgetType () const
virtual int setattro (const Attribute &, const PythonObject &)

Static Public Member Functions

static int initialize ()
static PyObject * setPythonValue (PyObject *, PyObject *, PyObject *)

Static Public Attributes

static const MetaClassmetadata

Detailed Description

A calendar storing pointers to operations in its buckets.

Definition at line 838 of file model.h.


Constructor & Destructor Documentation

frepple::CalendarOperation::CalendarOperation ( const string &  n  )  [inline]

Definition at line 841 of file model.h.


Member Function Documentation

PyObject * frepple::CalendarOperation::getattro ( const Attribute attr  )  [virtual]

Default getattro method.
Subclasses are expected to implement an override if the type supports gettattro.

Reimplemented from frepple::Calendar.

Definition at line 745 of file calendar.cpp.

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 >.

Definition at line 843 of file model.h.

int frepple::CalendarOperation::initialize (  )  [static]

Reimplemented from frepple::Calendar.

Definition at line 139 of file calendar.cpp.

int frepple::CalendarOperation::setattro ( const Attribute attr,
const PythonObject field 
) [virtual]

Default setattro method.
Subclasses are expected to implement an override if the type supports settattro.

Reimplemented from frepple::Calendar.

Definition at line 753 of file calendar.cpp.

PyObject * frepple::CalendarOperation::setPythonValue ( PyObject *  self,
PyObject *  args,
PyObject *  kwdict 
) [static]

Definition at line 771 of file calendar.cpp.


Member Data Documentation

Reimplemented from frepple::Calendar.

Definition at line 844 of file model.h.


The documentation for this class was generated from the following files:

Generated on 21 Mar 2010 for frePPLe by  doxygen 1.6.1