cpp-hocon 0.3.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
FwdListIter< T > Class Template Reference
Inheritance diagram for FwdListIter< T >:

Public Member Functions

 FwdListIter (List< T > const &lst)
 
operator* () const
 
FwdListIteroperator++ ()
 
bool operator== (FwdListIter< T > const &other)
 
bool operator!= (FwdListIter< T > const &other)
 

Detailed Description

template<class T>
class FwdListIter< T >

Definition at line 117 of file functional_list.hpp.

Constructor & Destructor Documentation

◆ FwdListIter() [1/2]

template<class T >
FwdListIter< T >::FwdListIter ( )
inline

Definition at line 120 of file functional_list.hpp.

◆ FwdListIter() [2/2]

template<class T >
FwdListIter< T >::FwdListIter ( List< T > const &  lst)
inline

Definition at line 121 of file functional_list.hpp.

Member Function Documentation

◆ operator!=()

template<class T >
bool FwdListIter< T >::operator!= ( FwdListIter< T > const &  other)
inline

Definition at line 133 of file functional_list.hpp.

◆ operator*()

template<class T >
T FwdListIter< T >::operator* ( ) const
inline

Definition at line 123 of file functional_list.hpp.

◆ operator++()

template<class T >
FwdListIter & FwdListIter< T >::operator++ ( )
inline

Definition at line 124 of file functional_list.hpp.

◆ operator==()

template<class T >
bool FwdListIter< T >::operator== ( FwdListIter< T > const &  other)
inline

Definition at line 129 of file functional_list.hpp.


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