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

Public Member Functions

T & operator* ()
 
OutListIteroperator++ ()
 
List< T > getList () const
 

Detailed Description

template<class T>
class OutListIter< T >

Definition at line 142 of file functional_list.hpp.

Constructor & Destructor Documentation

◆ OutListIter()

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

Definition at line 145 of file functional_list.hpp.

Member Function Documentation

◆ getList()

template<class T >
List< T > OutListIter< T >::getList ( ) const
inline

Definition at line 152 of file functional_list.hpp.

◆ operator*()

template<class T >
T & OutListIter< T >::operator* ( )
inline

Definition at line 146 of file functional_list.hpp.

◆ operator++()

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

Definition at line 147 of file functional_list.hpp.


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