|
|
Public Types | |
| typedef DataT::const_iterator | const_dereferenced_iterator |
| typedef IndexedIterator< typename IndicesT::const_iterator, typename DataT::const_iterator > | const_iterator |
| typedef DataT::iterator | dereferenced_iterator |
| typedef IndicesT::value_type | DereferencedType |
| typedef IndicesT::size_type | HandleType |
| typedef DereferencedType | InvariantIdType |
| typedef IndexedIterator< typename IndicesT::iterator, typename DataT::iterator > | iterator |
| typedef DataT::value_type | value_type |
Public Member Functions | |
| value_type & | at (DereferencedType s) |
| const value_type & | at (DereferencedType s) const |
| value_type & | back () |
| const value_type & | back () const |
| iterator | begin () |
| const_iterator | begin () const |
| HandleType | BeginHandle () const |
| DataT & | ContainedData () |
| const DataT & | ContainedData () const |
| DereferencedType | Dereference (HandleType h) const |
| dereferenced_iterator | dereferenced_begin () |
| const_dereferenced_iterator | dereferenced_begin () const |
| dereferenced_iterator | dereferenced_end () |
| const_dereferenced_iterator | dereferenced_end () const |
| iterator | end () |
| const_iterator | end () const |
| HandleType | EndHandle () const |
| void | InitIndices () |
| InvariantIdType | InvariantId (HandleType h) const |
| size_t | size () const |
Protected Member Functions | |
| void | InsertBack (HandleType h) |
| void | SwapHandles (HandleType a, HandleType b) |
Definition at line 11 of file IndexedTreeDataKernels.h.
| typedef DataT::const_iterator const_dereferenced_iterator |
Definition at line 21 of file IndexedTreeDataKernels.h.
| typedef IndexedIterator<typename IndicesT::const_iterator, typename DataT::const_iterator> const_iterator |
Definition at line 19 of file IndexedTreeDataKernels.h.
| typedef DataT::iterator dereferenced_iterator |
Definition at line 20 of file IndexedTreeDataKernels.h.
| typedef IndicesT::value_type DereferencedType |
Definition at line 16 of file IndexedTreeDataKernels.h.
| typedef IndicesT::size_type HandleType |
Definition at line 15 of file IndexedTreeDataKernels.h.
| typedef DereferencedType InvariantIdType |
Definition at line 22 of file IndexedTreeDataKernels.h.
| typedef IndexedIterator<typename IndicesT::iterator, typename DataT::iterator> iterator |
Definition at line 17 of file IndexedTreeDataKernels.h.
| typedef DataT::value_type value_type |
Definition at line 14 of file IndexedTreeDataKernels.h.
|
inline |
|
inline |
|
inline |
Definition at line 71 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 77 of file IndexedTreeDataKernels.h.
|
inline |
|
inline |
|
inline |
Definition at line 137 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 25 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 31 of file IndexedTreeDataKernels.h.
|
inline |
|
inline |
Definition at line 107 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 119 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 113 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 125 of file IndexedTreeDataKernels.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 37 of file IndexedTreeDataKernels.h.
|
inlineprotected |
|
inline |
|
inline |
Definition at line 131 of file IndexedTreeDataKernels.h.
Here is the caller graph for this function:
|
inlineprotected |