AGENT++  4.0.3
Public Member Functions | Protected Attributes | List of all members
OidListCursor< T > Class Template Reference

#include <List.h>

Public Member Functions

void init (OidList< T > *l)
 
void initLast (OidList< T > *l)
 
T * get ()
 
T * get_next ()
 
T * get_prev ()
 
int next ()
 
int prev ()
 
int lookup (Oidx *oidptr)
 
 OidListCursor ()
 
 OidListCursor (OidList< T > *l)
 
 OidListCursor (const OidListCursor< T > &c)
 

Protected Attributes

Pix cursor
 
OidList< T > * list
 

Constructor & Destructor Documentation

template<class T>
OidListCursor< T >::OidListCursor ( )
inline
template<class T>
OidListCursor< T >::OidListCursor ( OidList< T > *  l)
inline
template<class T>
OidListCursor< T >::OidListCursor ( const OidListCursor< T > &  c)
inline

Member Function Documentation

template<class T>
T* OidListCursor< T >::get ( )
inline
template<class T>
T* OidListCursor< T >::get_next ( )
inline
template<class T>
T* OidListCursor< T >::get_prev ( )
inline
template<class T>
void OidListCursor< T >::init ( OidList< T > *  l)
inline
template<class T>
void OidListCursor< T >::initLast ( OidList< T > *  l)
inline
template<class T>
int OidListCursor< T >::lookup ( Oidx oidptr)
inline
template<class T>
int OidListCursor< T >::next ( )
inline
template<class T>
int OidListCursor< T >::prev ( )
inline

Member Data Documentation

template<class T>
Pix OidListCursor< T >::cursor
protected
template<class T>
OidList<T>* OidListCursor< T >::list
protected

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