This class implements the abstract Customer class. More...
#include <model.h>

Public Member Functions | |
| CustomerDefault (const string &str) | |
| virtual size_t | getSize () const |
| virtual const MetaClass & | getType () 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 |
| Customer * | getOwner () 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 | |
| TreeNode * | decrement () const |
| const string & | getName () const |
| TreeNode * | increment () 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 MetaClass * | metadata |
Static Public Attributes inherited from frepple::Customer | |
|
inlineexplicit |
|
inlinevirtual |
Return the memory size of the object in bytes.
Implements frepple::utils::Object.
|
inlinevirtual |
This returns the type information on the object, a bit similar to the standard type_info information.
Reimplemented from frepple::Customer.
|
static |
Reimplemented from frepple::Customer.
Definition at line 42 of file customer.cpp.
|
static |
Reimplemented from frepple::Customer.