|
HDK
|
#include <GU_OrderedIndexGroup.h>
Classes | |
| class | const_iterator |
Public Types | |
| typedef INDEX | type |
| typedef const_iterator | iterator |
Public Member Functions | |
| GU_OrderedIndexGroup () | |
| void | append (const INDEX &idx) |
| bool | erase (const INDEX &idx) |
| void | clear () |
| bool | contains (const INDEX &idx) const |
| bool | contains (const INDEX &idx, INDEX &contained_idx) const |
| size_t | size () const |
| bool | empty () const |
| const_iterator | begin () const |
| const_iterator | end () const |
| void | dump (std::ostream &os) const |
| void | swap (GU_OrderedIndexGroup &group) |
| void | compact () |
| int64 | getMemoryUsage (bool inclusive) const |
Definition at line 28 of file GU_OrderedIndexGroup.h.
| typedef const_iterator GU_OrderedIndexGroup< INDEX >::iterator |
Definition at line 141 of file GU_OrderedIndexGroup.h.
| typedef INDEX GU_OrderedIndexGroup< INDEX >::type |
Definition at line 34 of file GU_OrderedIndexGroup.h.
|
inline |
Definition at line 36 of file GU_OrderedIndexGroup.h.
|
inline |
Definition at line 38 of file GU_OrderedIndexGroup.h.
|
inline |
Definition at line 143 of file GU_OrderedIndexGroup.h.
|
inline |
Definition at line 75 of file GU_OrderedIndexGroup.h.
|
inline |
Definition at line 169 of file GU_OrderedIndexGroup.h.
|
inline |
Definition at line 82 of file GU_OrderedIndexGroup.h.
|
inline |
Definition at line 88 of file GU_OrderedIndexGroup.h.
|
inline |
Definition at line 152 of file GU_OrderedIndexGroup.h.
|
inline |
Definition at line 105 of file GU_OrderedIndexGroup.h.
|
inline |
Definition at line 147 of file GU_OrderedIndexGroup.h.
|
inline |
Definition at line 59 of file GU_OrderedIndexGroup.h.
|
inline |
Definition at line 208 of file GU_OrderedIndexGroup.h.
|
inline |
Definition at line 103 of file GU_OrderedIndexGroup.h.
|
inline |
Definition at line 162 of file GU_OrderedIndexGroup.h.