This class implements the abstract Customer class. More...

#include <model.h>

Inheritance diagram for frepple::CustomerDefault:

List of all members.

Public Member Functions

 CustomerDefault (const string &str)
virtual size_t getSize () const
virtual const MetaClassgetType () const
- Public Member Functions inherited from frepple::Customer
void beginElement (XMLInput &, const Attribute &)
 Customer (const string &n)
void endElement (XMLInput &, const Attribute &, const DataElement &)
size_t extrasize () const
virtual PyObject * getattro (const Attribute &)
virtual int setattro (const Attribute &, const PythonObject &)
void writeElement (XMLOutput *, const Keyword &, mode=DEFAULT) const
virtual ~Customer ()
- Public Member Functions inherited from frepple::utils::HasHierarchy< Customer >
memberIterator beginMember () const
unsigned short getHierarchyLevel () const
CustomergetOwner () const
 HasHierarchy (const string &n)
bool hasOwner () const
bool isGroup () const
void setOwner (Customer *f)
 ~HasHierarchy ()
- Public Member Functions inherited from frepple::utils::HasName< Customer >
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::Customer

Detailed Description

This class implements the abstract Customer class.

Definition at line 1193 of file model.h.


Constructor & Destructor Documentation

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

Definition at line 1196 of file model.h.


Member Function Documentation

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

Return the memory size of the object in bytes.

Implements frepple::utils::Object.

Definition at line 1199 of file model.h.

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

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

Reimplemented from frepple::Customer.

Definition at line 1197 of file model.h.

int frepple::CustomerDefault::initialize ( )
static

Reimplemented from frepple::Customer.

Definition at line 42 of file customer.cpp.


Member Data Documentation

const MetaClass * frepple::CustomerDefault::metadata
static

Reimplemented from frepple::Customer.

Definition at line 1198 of file model.h.


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