|
HDK
|
#include <mask.h>
Public Types | |
| using | value_type = _BaseIterator::value_type |
Public Member Functions | |
| iterator () | |
| bool | operator== (const iterator &rhs) const |
| bool | operator!= (const iterator &rhs) const |
| value_type | operator* () const |
| iterator & | operator++ () |
| bool | IsAtEnd () const |
| void | AdvanceToEnd () |
| int | AdvanceTo (value_type index) |
Friends | |
| class | VdfMask |
Iterator class used to iterate through the elements of the mask.
| using VdfMask::iterator::value_type = _BaseIterator::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |