StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | List of all members
swig::SwigPySequence_Cont< T > Struct Template Reference

Public Types

typedef SwigPySequence_Ref< T > reference
 
typedef const
SwigPySequence_Ref< T > 
const_reference
 
typedef T value_type
 
typedef T * pointer
 
typedef Py_ssize_t difference_type
 
typedef size_t size_type
 
typedef const pointer const_pointer
 
typedef
SwigPySequence_InputIterator
< T, reference
iterator
 
typedef
SwigPySequence_InputIterator
< T, const_reference
const_iterator
 

Public Member Functions

 SwigPySequence_Cont (PyObject *seq)
 
size_type size () const
 
bool empty () const
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
reference operator[] (difference_type n)
 
const_reference operator[] (difference_type n) const
 
bool check (bool set_err=true) const
 

Detailed Description

template<class T>
struct swig::SwigPySequence_Cont< T >

Definition at line 6125 of file PythonWrapper.h.


The documentation for this struct was generated from the following file: