Pyrogenesis  trunk
Public Member Functions | Public Attributes | List of all members
glooxwrapper::list< T >::const_iterator Struct Reference

#include <glooxwrapper.h>

Collaboration diagram for glooxwrapper::list< T >::const_iterator:
Collaboration graph
[legend]

Public Member Functions

 const_iterator (const node *n)
 
bool operator!= (const const_iterator &it)
 
const_iteratoroperator++ ()
 
const Toperator* ()
 

Public Attributes

const nodem_Node
 

Constructor & Destructor Documentation

◆ const_iterator()

template<typename T >
glooxwrapper::list< T >::const_iterator::const_iterator ( const node n)
inline

Member Function Documentation

◆ operator!=()

template<typename T >
bool glooxwrapper::list< T >::const_iterator::operator!= ( const const_iterator it)
inline

◆ operator*()

template<typename T >
const T& glooxwrapper::list< T >::const_iterator::operator* ( )
inline

◆ operator++()

template<typename T >
const_iterator& glooxwrapper::list< T >::const_iterator::operator++ ( )
inline

Member Data Documentation

◆ m_Node

template<typename T >
const node* glooxwrapper::list< T >::const_iterator::m_Node

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