|
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 273 of file IndexedTreeDataKernels.h.
typedef IteratorT const_dereferenced_iterator |
Definition at line 284 of file IndexedTreeDataKernels.h.
typedef IndexedIterator< typename IndicesT::const_iterator, IteratorT > const_iterator |
Definition at line 282 of file IndexedTreeDataKernels.h.
typedef IteratorT dereferenced_iterator |
Definition at line 283 of file IndexedTreeDataKernels.h.
typedef IndicesT::value_type DereferencedType |
Definition at line 278 of file IndexedTreeDataKernels.h.
typedef IndicesT::size_type HandleType |
Definition at line 277 of file IndexedTreeDataKernels.h.
typedef DereferencedType InvariantIdType |
Definition at line 285 of file IndexedTreeDataKernels.h.
typedef IndexedIterator< typename IndicesT::iterator, IteratorT > iterator |
Definition at line 280 of file IndexedTreeDataKernels.h.
typedef std::iterator_traits< IteratorT >::value_type value_type |
Definition at line 276 of file IndexedTreeDataKernels.h.
|
inline |
|
inline |
Definition at line 316 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 326 of file IndexedTreeDataKernels.h.
|
inline |
|
inline |
Definition at line 366 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 301 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 346 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 356 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 351 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 361 of file IndexedTreeDataKernels.h.
|
inline |
Definition at line 331 of file IndexedTreeDataKernels.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 321 of file IndexedTreeDataKernels.h.
|
inlineprotected |