|
HDK
|
#include <boxedContainer.h>
Classes | |
| struct | Range |
Public Member Functions | |
| Vdf_BoxedRanges ()=default | |
| Vdf_BoxedRanges (unsigned int n) | |
| unsigned int | GetNumRanges () const |
| Range | GetRange (unsigned int i) const |
| void | AppendRange (unsigned int begin, unsigned int end) |
Friends | |
| void | swap (Vdf_BoxedRanges &lhs, Vdf_BoxedRanges &rhs) |
Each range represents a logical group of elements stored in a Vdf_BoxedContainer.
Definition at line 21 of file boxedContainer.h.
|
default |
Constructs an empty set of boxed ranges.
|
inlineexplicit |
Constructs a set with one range containing all n elements.
Definition at line 39 of file boxedContainer.h.
Appends a new group.
Definition at line 58 of file boxedContainer.h.
|
inline |
Returns the number of individual ranges stored in this container.
Definition at line 45 of file boxedContainer.h.
Returns the range at index i. Each range represents a logical group of data elements.
Definition at line 52 of file boxedContainer.h.
|
friend |
Definition at line 63 of file boxedContainer.h.