![]() |
|
Specialized vector accessor for read access to boxed containers. More...
#include <vectorSubrangeAccessor.h>
Public Member Functions | |
| Vdf_VectorSubrangeAccessor (Vdf_VectorData *data, const Vdf_VectorData::Info &info) | |
| Constructor. | |
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.
Definition at line 42 of file vectorSubrangeAccessor.h.
|
inline |
Constructor.
Definition at line 47 of file vectorSubrangeAccessor.h.
|
friend |
Definition at line 47 of file vectorSubrangeAccessor.h.