PySequenceHolder< T > Class Template Reference

Class to hold sequences (lists, tuples, arrays, etc.) passed from Python -> C++. More...

#include <PySequenceHolder.h>

List of all members.

Public Member Functions

 PySequenceHolder (python::object seq)
unsigned int size () const
 Returns the size of the contained sequence.
operator[] (unsigned int which) const
 Returns an element of the sequence.


Detailed Description

template<typename T>
class PySequenceHolder< T >

Class to hold sequences (lists, tuples, arrays, etc.) passed from Python -> C++.

PySequenceHolder is templated on the type of the contained object.

The class is lazy: elements are not evaluated until requested within the C++ code.

Definition at line 27 of file PySequenceHolder.h.


Constructor & Destructor Documentation

template<typename T>
PySequenceHolder< T >::PySequenceHolder ( python::object  seq  )  [inline]

Definition at line 29 of file PySequenceHolder.h.


Member Function Documentation

template<typename T>
unsigned int PySequenceHolder< T >::size (  )  const [inline]

Returns the size of the contained sequence.

NOTE: the sequence must have a __len__ attribute, otherwise a ValueError will be raised.

Definition at line 38 of file PySequenceHolder.h.

Referenced by PySequenceHolder< T >::operator[]().

template<typename T>
T PySequenceHolder< T >::operator[] ( unsigned int  which  )  const [inline]

Returns an element of the sequence.

ARGUMENTS:

NOTES:

Definition at line 59 of file PySequenceHolder.h.

References POSTCONDITION, and PySequenceHolder< T >::size().


The documentation for this class was generated from the following file:
Generated on Sat May 24 08:36:33 2008 for RDCode by  doxygen 1.5.3