#include <PythonCCS-client.h>
Public Member Functions | |
virtual int | size () |
virtual char * | pack () |
virtual void | unpack () |
Definition at line 24 of file PythonCCS-client.h.
virtual int PythonIterator::size | ( | void | ) | [inline, virtual] |
Definition at line 33 of file PythonCCS-client.h.
Referenced by pack(), PythonExecute::PythonExecute(), and PythonExecute::setIterator().
virtual char* PythonIterator::pack | ( | ) | [inline, virtual] |
Definition at line 38 of file PythonCCS-client.h.
References malloc(), and size().
Referenced by PythonExecute::PythonExecute(), and PythonExecute::setIterator().
virtual void PythonIterator::unpack | ( | ) | [inline, virtual] |
Definition at line 45 of file PythonCCS-client.h.