HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Vdf_VectorSubrangeAccessor< T > Class Template Reference

#include <vector.h>

Public Member Functions

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

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 39 of file vector.h.

Constructor & Destructor Documentation

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

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

Definition at line 66 of file vectorSubrangeAccessor.h.


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