Loading...
Searching...
No Matches
Vdf_VectorSubrangeAccessor< T > Class Template Reference

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 > > >
 

Detailed Description

template<typename T>
class Vdf_VectorSubrangeAccessor< 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.

Constructor & Destructor Documentation

◆ Vdf_VectorSubrangeAccessor()

Vdf_VectorSubrangeAccessor ( Vdf_VectorData data,
const Vdf_VectorData::Info &  info 
)
inline

Constructor.

Definition at line 47 of file vectorSubrangeAccessor.h.

Friends And Related Function Documentation

◆ VdfSubrangeView< VdfIteratorRange< VdfReadIterator< T > > >

friend class VdfSubrangeView< VdfIteratorRange< VdfReadIterator< T > > >
friend

Definition at line 47 of file vectorSubrangeAccessor.h.


The documentation for this class was generated from the following files: