|
HDK
|
#include <request.h>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = const VdfMaskedOutput |
| using | reference = const VdfMaskedOutput & |
| using | pointer = const VdfMaskedOutput * |
| using | difference_type = std::ptrdiff_t |
Public Member Functions | |
| VDF_API | const_iterator () |
| reference | operator* () const |
| pointer | operator-> () const |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| bool | operator== (const const_iterator &rhs) const |
| bool | operator!= (const const_iterator &rhs) const |
Friends | |
| class | VdfRequest |
| using VdfRequest::const_iterator::difference_type = std::ptrdiff_t |
| using VdfRequest::const_iterator::iterator_category = std::forward_iterator_tag |
| using VdfRequest::const_iterator::pointer = const VdfMaskedOutput * |
| using VdfRequest::const_iterator::reference = const VdfMaskedOutput & |
| using VdfRequest::const_iterator::value_type = const VdfMaskedOutput |
| VDF_API VdfRequest::const_iterator::const_iterator | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |