Classes | |
class | TriaRawIterator< Accessor > |
class | TriaRawIterator< Accessor >::ExcDereferenceInvalidCell |
class | TriaRawIterator< Accessor >::ExcDereferenceInvalidObject |
class | TriaRawIterator< Accessor >::ExcAdvanceInvalidObject |
class | TriaRawIterator< Accessor >::ExcInvalidComparison |
class | TriaIterator< Accessor > |
class | TriaIterator< Accessor >::ExcAssignmentOfUnusedObject |
class | TriaActiveIterator< Accessor > |
class | TriaActiveIterator< Accessor >::ExcAssignmentOfInactiveObject |
Functions | |
template<typename Accessor > | |
std::ostream & | operator<< (std::ostream &out, const TriaRawIterator< Accessor > &i) |
template<typename Accessor > | |
std::ostream & | operator<< (std::ostream &out, const TriaIterator< Accessor > &i) |
template<typename Accessor > | |
std::ostream & | operator<< (std::ostream &out, const TriaActiveIterator< Accessor > &i) |
std::ostream& operator<< | ( | std::ostream & | out, | |
const TriaRawIterator< Accessor > & | i | |||
) | [inline] |
Print the address to which this iterator points to out
. The address is given by the pair (level,index)
, where index
is an index relative to the level in which the object is that is pointed to.
References TriaRawIterator< Accessor >::print().
std::ostream& operator<< | ( | std::ostream & | out, | |
const TriaIterator< Accessor > & | i | |||
) | [inline] |
Print the address to which this iterator points to out
. The address is given by the pair (level,index)
, where index
is an index relative to the level in which the object is that is pointed to.
References TriaRawIterator< Accessor >::print().
std::ostream& operator<< | ( | std::ostream & | out, | |
const TriaActiveIterator< Accessor > & | i | |||
) | [inline] |
Print the address to which this iterator points to out
. The address is given by the pair (level,index)
, where index
is an index relative to the level in which the object is that is pointed to.
References TriaRawIterator< Accessor >::print().