This class implements the abstract Location class. More...

#include <model.h>

Inheritance diagram for frepple::LocationDefault:

List of all members.

Public Member Functions

virtual size_t getSize () const
virtual const MetaClassgetType () const
 LocationDefault (const string &str)
- Public Member Functions inherited from frepple::Location
void beginElement (XMLInput &, const Attribute &)
void endElement (XMLInput &, const Attribute &, const DataElement &)
size_t extrasize () const
virtual PyObject * getattro (const Attribute &)
CalendarDoublegetAvailable () const
 Location (const string &n)
virtual int setattro (const Attribute &, const PythonObject &)
void setAvailable (CalendarDouble *b)
void writeElement (XMLOutput *, const Keyword &, mode=DEFAULT) const
virtual ~Location ()
- Public Member Functions inherited from frepple::utils::HasHierarchy< Location >
memberIterator beginMember () const
unsigned short getHierarchyLevel () const
LocationgetOwner () const
 HasHierarchy (const string &n)
bool hasOwner () const
bool isGroup () const
void setOwner (Location *f)
 ~HasHierarchy ()
- Public Member Functions inherited from frepple::utils::HasName< Location >
int compare (const PyObject *other) const
 HasName (const string &n)
 HasName (const char *n)
void setName (const string &newname)
virtual PyObject * str () const
 ~HasName ()
- Public Member Functions inherited from frepple::utils::Tree::TreeNode
TreeNodedecrement () const
const string & getName () const
TreeNodeincrement () const
bool operator< (const TreeNode &o)
 TreeNode (const string &n)
virtual ~TreeNode ()
- Public Member Functions inherited from frepple::utils::Object
virtual bool getHidden () const
 Object ()
virtual void setHidden (bool b)
virtual ~Object ()
- Public Member Functions inherited from frepple::utils::PythonExtensionBase
virtual PyObject * call (const PythonObject &args, const PythonObject &kwds)
Py_ssize_t getReferenceCount () const
void initType (const MetaClass *t)
void initType (PyTypeObject *t)
virtual PyObject * iternext ()
 PythonExtensionBase ()
void resetReferenceCount ()
virtual ~PythonExtensionBase ()
- Public Member Functions inherited from frepple::utils::HasDescription
string getCategory () const
string getDescription () const
string getSubCategory () const
void setCategory (const string &f)
void setDescription (const string &f)
void setSubCategory (const string &f)

Static Public Member Functions

static int initialize ()

Static Public Attributes

static const MetaClassmetadata
- Static Public Attributes inherited from frepple::Location

Detailed Description

This class implements the abstract Location class.

Definition at line 1157 of file model.h.


Constructor & Destructor Documentation

frepple::LocationDefault::LocationDefault ( const string &  str)
inlineexplicit

Definition at line 1160 of file model.h.


Member Function Documentation

virtual size_t frepple::LocationDefault::getSize ( ) const
inlinevirtual

Return the memory size of the object in bytes.

Implements frepple::utils::Object.

Definition at line 1163 of file model.h.

virtual const MetaClass& frepple::LocationDefault::getType ( ) const
inlinevirtual

This returns the type information on the object, a bit similar to the standard type_info information.

Reimplemented from frepple::Location.

Definition at line 1161 of file model.h.

int frepple::LocationDefault::initialize ( )
static

Reimplemented from frepple::Location.

Definition at line 42 of file location.cpp.


Member Data Documentation

const MetaClass * frepple::LocationDefault::metadata
static

Reimplemented from frepple::Location.

Definition at line 1162 of file model.h.


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