library of assembled shared sources

http://lass.cocamware.com

lass::python::PyObjectPlus Class Reference
[Python]

PyObjectPlus. More...

#include <pyobject_plus.h>

Inheritance diagram for lass::python::PyObjectPlus:

Inheritance graph
[legend]

Public Types

typedef void TCppClass

Public Member Functions

 PyObjectPlus ()
virtual ~PyObjectPlus ()
virtual std::string doPyRepr (void)
virtual std::string doPyStr (void)

Protected Member Functions

 PyObjectPlus (const PyObjectPlus &other)
PyObjectPlusoperator= (const PyObjectPlus &other)

Private Attributes

 PY_HEADER_INTERNAL

Detailed Description

PyObjectPlus.

Base class for pythonable objects.

Author:
Tom De Muer
Date:
2003 Usage: The usage will be given by providing an example. See the test case and look for the files bar.h and bar.cpp.

Definition at line 409 of file pyobject_plus.h.


Member Typedef Documentation

Definition at line 414 of file pyobject_plus.h.


Constructor & Destructor Documentation

lass::python::PyObjectPlus::PyObjectPlus (  ) 

Definition at line 71 of file pyobject_plus.cpp.

lass::python::PyObjectPlus::~PyObjectPlus (  )  [virtual]

Definition at line 81 of file pyobject_plus.cpp.

References lass::io::cerr(), and LASS_ASSERT.

lass::python::PyObjectPlus::PyObjectPlus ( const PyObjectPlus other  )  [protected]

Definition at line 101 of file pyobject_plus.cpp.


Member Function Documentation

virtual std::string lass::python::PyObjectPlus::doPyRepr ( void   )  [inline, virtual]

virtual std::string lass::python::PyObjectPlus::doPyStr ( void   )  [inline, virtual]

PyObjectPlus & lass::python::PyObjectPlus::operator= ( const PyObjectPlus other  )  [protected]

Definition at line 111 of file pyobject_plus.cpp.

References LASS_ASSERT.


Field Documentation

Definition at line 412 of file pyobject_plus.h.


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

Generated on Mon Nov 10 14:22:14 2008 for Library of Assembled Shared Sources by doxygen 1.5.7.1
SourceForge.net Logo