|
Public Types | |
typedef DataT::const_iterator | const_dereferenced_iterator |
typedef IndexedIterator< typename IndicesT::const_iterator, typename DataT::const_iterator > | const_iterator |
typedef DataT::const_iterator | dereferenced_iterator |
typedef IndicesT::value_type | DereferencedType |
typedef IndicesT::size_type | HandleType |
typedef DereferencedType | InvariantIdType |
typedef const_iterator | iterator |
typedef DataT::value_type | value_type |
Public Member Functions | |
const value_type & | at (DereferencedType s) const |
const value_type & | back () const |
iterator | begin () |
const_iterator | begin () const |
HandleType | BeginHandle () 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 |
const DataT * | IndexedData () const |
void | IndexedData (const DataT *data, bool initIndices=true) |
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 148 of file IndexedTreeDataKernels.h.
typedef DataT::const_iterator const_dereferenced_iterator |
Definition at line 158 of file IndexedTreeDataKernels.h.
typedef IndexedIterator< typename IndicesT::const_iterator, typename DataT::const_iterator > const_iterator |
Definition at line 155 of file IndexedTreeDataKernels.h.
typedef DataT::const_iterator dereferenced_iterator |
Definition at line 157 of file IndexedTreeDataKernels.h.
typedef IndicesT::value_type DereferencedType |
Definition at line 153 of file IndexedTreeDataKernels.h.
typedef IndicesT::size_type HandleType |
Definition at line 152 of file IndexedTreeDataKernels.h.
typedef DereferencedType InvariantIdType |
Definition at line 159 of file IndexedTreeDataKernels.h.
typedef const_iterator iterator |
Definition at line 156 of file IndexedTreeDataKernels.h.
typedef DataT::value_type value_type |
Definition at line 151 of file IndexedTreeDataKernels.h.
|
inline |
|
inline |
Definition at line 194 of file IndexedTreeDataKernels.h.
|
inline |
|
inline |
|
inline |
Definition at line 244 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 179 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 219 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 229 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 224 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 234 of file IndexedTreeDataKernels.h.
|
inline |
|
inline |
|
inline |
Definition at line 248 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 174 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 161 of file IndexedTreeDataKernels.h.
|
inlineprotected |
|
inline |
Definition at line 184 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 239 of file IndexedTreeDataKernels.h.
|
inlineprotected |