

Go to the source code of this file.
Classes | |
| class | TriaRawIterator< Accessor > |
| class | TriaIterator< Accessor > |
| class | TriaActiveIterator< Accessor > |
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.
Definition at line 1271 of file tria_iterator.h.
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.
Definition at line 1290 of file tria_iterator.h.
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.
Definition at line 1309 of file tria_iterator.h.
References TriaRawIterator< Accessor >::print().
documentation generated on Fri Feb 3 2012 06:03:02 by
doxygen
1.7.2