Tensor Comprehensions
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
lang::ListViewIterator< T > Struct Template Reference

#include <tree_views.h>

Collaboration diagram for lang::ListViewIterator< T >:

Public Member Functions

 ListViewIterator (TreeList::const_iterator it)
 
bool operator!= (const ListViewIterator &rhs) const
 
operator* () const
 
void operator++ ()
 
void operator-- ()
 

Private Attributes

TreeList::const_iterator it
 

Constructor & Destructor Documentation

template<typename T >
lang::ListViewIterator< T >::ListViewIterator ( TreeList::const_iterator  it)
inline

Member Function Documentation

template<typename T >
bool lang::ListViewIterator< T >::operator!= ( const ListViewIterator< T > &  rhs) const
inline
template<typename T >
T lang::ListViewIterator< T >::operator* ( ) const
inline
template<typename T >
void lang::ListViewIterator< T >::operator++ ( )
inline
template<typename T >
void lang::ListViewIterator< T >::operator-- ( )
inline

Member Data Documentation

template<typename T >
TreeList::const_iterator lang::ListViewIterator< T >::it
private

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