|
|
Public Types | |
| typedef IteratorT | const_dereferenced_iterator |
| typedef IndexedIterator< typename IndicesT::const_iterator, IteratorT > | const_iterator |
| typedef IteratorT | dereferenced_iterator |
| typedef IndicesT::value_type | DereferencedType |
| typedef IndicesT::size_type | HandleType |
| typedef DereferencedType | InvariantIdType |
| typedef IndexedIterator< typename IndicesT::iterator, IteratorT > | iterator |
| typedef std::iterator_traits< IteratorT >::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 |
| void | IndexedData (IteratorT begin, IteratorT end, bool initIndices=true) |
| InvariantIdType | InvariantId (HandleType h) const |
| size_t | size () const |
Protected Member Functions | |
| void | SwapHandles (HandleType a, HandleType b) |
Definition at line 315 of file IndexedTreeDataKernels.h.
| typedef IteratorT const_dereferenced_iterator |
Definition at line 324 of file IndexedTreeDataKernels.h.
| typedef IndexedIterator<typename IndicesT::const_iterator, IteratorT> const_iterator |
Definition at line 322 of file IndexedTreeDataKernels.h.
| typedef IteratorT dereferenced_iterator |
Definition at line 323 of file IndexedTreeDataKernels.h.
| typedef IndicesT::value_type DereferencedType |
Definition at line 320 of file IndexedTreeDataKernels.h.
| typedef IndicesT::size_type HandleType |
Definition at line 319 of file IndexedTreeDataKernels.h.
| typedef DereferencedType InvariantIdType |
Definition at line 325 of file IndexedTreeDataKernels.h.
| typedef IndexedIterator<typename IndicesT::iterator, IteratorT> iterator |
Definition at line 321 of file IndexedTreeDataKernels.h.
| typedef std::iterator_traits<IteratorT>::value_type value_type |
Definition at line 318 of file IndexedTreeDataKernels.h.
|
inline |
|
inline |
Definition at line 361 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 373 of file IndexedTreeDataKernels.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
Definition at line 421 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 343 of file IndexedTreeDataKernels.h.
Here is the caller graph for this function:
|
inline |
Definition at line 397 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 409 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 403 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 415 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 379 of file IndexedTreeDataKernels.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 367 of file IndexedTreeDataKernels.h.
Here is the caller graph for this function:
|
inlineprotected |