|
|
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 170 of file IndexedTreeDataKernels.h.
| typedef DataT::const_iterator const_dereferenced_iterator |
Definition at line 180 of file IndexedTreeDataKernels.h.
| typedef IndexedIterator<typename IndicesT::const_iterator, typename DataT::const_iterator> const_iterator |
Definition at line 177 of file IndexedTreeDataKernels.h.
| typedef DataT::const_iterator dereferenced_iterator |
Definition at line 179 of file IndexedTreeDataKernels.h.
| typedef IndicesT::value_type DereferencedType |
Definition at line 175 of file IndexedTreeDataKernels.h.
| typedef IndicesT::size_type HandleType |
Definition at line 174 of file IndexedTreeDataKernels.h.
| typedef DereferencedType InvariantIdType |
Definition at line 181 of file IndexedTreeDataKernels.h.
| typedef const_iterator iterator |
Definition at line 178 of file IndexedTreeDataKernels.h.
| typedef DataT::value_type value_type |
Definition at line 173 of file IndexedTreeDataKernels.h.
|
inline |
|
inline |
Definition at line 222 of file IndexedTreeDataKernels.h.
|
inline |
|
inline |
|
inline |
Definition at line 282 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 204 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 252 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 264 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 258 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 270 of file IndexedTreeDataKernels.h.
|
inline |
|
inline |
|
inline |
Definition at line 288 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 198 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 184 of file IndexedTreeDataKernels.h.
|
inlineprotected |
|
inline |
Definition at line 210 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 276 of file IndexedTreeDataKernels.h.
|
inlineprotected |