|
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 22 of file IndexedTreeDataKernels.h.
typedef IndexedIterator< typename IndicesT::const_iterator, typename DataT::const_iterator > const_iterator |
Definition at line 20 of file IndexedTreeDataKernels.h.
typedef DataT::iterator dereferenced_iterator |
Definition at line 21 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 23 of file IndexedTreeDataKernels.h.
typedef IndexedIterator< typename IndicesT::iterator, typename DataT::iterator > iterator |
Definition at line 18 of file IndexedTreeDataKernels.h.
typedef DataT::value_type value_type |
Definition at line 14 of file IndexedTreeDataKernels.h.
|
inline |
|
inline |
|
inline |
Definition at line 64 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 69 of file IndexedTreeDataKernels.h.
|
inline |
|
inline |
|
inline |
Definition at line 119 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 25 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 30 of file IndexedTreeDataKernels.h.
|
inline |
|
inline |
Definition at line 94 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 104 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 99 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 109 of file IndexedTreeDataKernels.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 35 of file IndexedTreeDataKernels.h.
|
inlineprotected |
|
inline |
|
inline |
Definition at line 114 of file IndexedTreeDataKernels.h.
|
inlineprotected |