RTXI  2.4
The Real-Time eXperiment Interface Documentation
Public Member Functions
RT::List< T >::const_iterator Class Reference

#include <rt.h>

Collaboration diagram for RT::List< T >::const_iterator:
Collaboration graph

Public Member Functions

 const_iterator (void)
 
 const_iterator (const T *x)
 
 const_iterator (const const_iterator &x)
 
bool operator== (const const_iterator &x) const
 
bool operator!= (const const_iterator &x) const
 
const T & operator* (void) const
 
const T * operator-> (void) const
 
const_iteratoroperator++ (void)
 
const_iterator operator++ (int)
 
const_iteratoroperator-- (void)
 
const_iterator operator-- (int)
 

Detailed Description

template<typename T>
class RT::List< T >::const_iterator

Definition at line 177 of file rt.h.

Constructor & Destructor Documentation

◆ const_iterator() [1/3]

template<typename T >
RT::List< T >::const_iterator::const_iterator(void )
inline

Definition at line 182 of file rt.h.

◆ const_iterator() [2/3]

template<typename T >
RT::List< T >::const_iterator::const_iterator(const T * x)
inline

Definition at line 184 of file rt.h.

◆ const_iterator() [3/3]

template<typename T >
RT::List< T >::const_iterator::const_iterator(const const_iteratorx)
inline

Definition at line 186 of file rt.h.

Member Function Documentation

◆ operator!=()

template<typename T >
bool RT::List< T >::const_iterator::operator!=(const const_iteratorx)const
inline

Definition at line 193 of file rt.h.

◆ operator*()

template<typename T >
const T& RT::List< T >::const_iterator::operator*(void )const
inline

Definition at line 198 of file rt.h.

◆ operator++() [1/2]

template<typename T >
const_iterator RT::List< T >::const_iterator::operator++(int )
inline

Definition at line 212 of file rt.h.

◆ operator++() [2/2]

template<typename T >
const_iterator& RT::List< T >::const_iterator::operator++(void )
inline

Definition at line 207 of file rt.h.

◆ operator--() [1/2]

template<typename T >
const_iterator RT::List< T >::const_iterator::operator--(int )
inline

Definition at line 223 of file rt.h.

◆ operator--() [2/2]

template<typename T >
const_iterator& RT::List< T >::const_iterator::operator--(void )
inline

Definition at line 218 of file rt.h.

◆ operator->()

template<typename T >
const T* RT::List< T >::const_iterator::operator->(void )const
inline

Definition at line 202 of file rt.h.

◆ operator==()

template<typename T >
bool RT::List< T >::const_iterator::operator==(const const_iteratorx)const
inline

Definition at line 189 of file rt.h.


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