HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VdfRequest::IndexedView Class Reference

#include <request.h>

Public Member Functions

 IndexedView (const VdfRequest &request)
 
size_t GetSize () const
 
const VdfMaskedOutputGet (const size_t i) const
 

Detailed Description

Definition at line 165 of file request.h.

Constructor & Destructor Documentation

VdfRequest::IndexedView::IndexedView ( const VdfRequest request)
inline

Construct an indexed view ontop of the request.

Definition at line 170 of file request.h.

Member Function Documentation

const VdfMaskedOutput* VdfRequest::IndexedView::Get ( const size_t  i) const
inline

Returns a pointer to the element stored at index i or nullptr if the element stored at index i is removed from the request.

Definition at line 182 of file request.h.

size_t VdfRequest::IndexedView::GetSize ( ) const
inline

Returns the size of the indexed view.

Definition at line 174 of file request.h.


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