|
HDK
|
#include <vector.h>
Public Member Functions | |
| Vdf_VectorSubrangeAccessor (Vdf_VectorData *data, const Vdf_VectorData::Info &info) | |
Friends | |
| class | VdfSubrangeView< VdfIteratorRange< VdfReadIterator< T > > > |
Specialized vector accessor for read access to boxed containers.
Subrange accessors may be freely constructed for both boxed and non-boxed vectors but clients must only call GetBoxedRanges() if the vector contains boxed values.
Only VdfSubrangeView has access to the methods of this type.
|
inline |
Constructor.
Definition at line 47 of file vectorSubrangeAccessor.h.
|
friend |
Definition at line 66 of file vectorSubrangeAccessor.h.