HDK
|
#include <OP_Node.h>
Public Member Functions | |
OP_OutputReversedIterator (const OP_Node &node, bool into_subnets=false, bool through_dots=true, int output_idx=-1) | |
const_reverse_iterator | begin () const |
const_reverse_iterator | end () const |
reverse_iterator | begin () |
reverse_iterator | end () |
const_iterator | rbegin () const |
const_iterator | rend () const |
iterator | rbegin () |
iterator | rend () |
Same as OP_OutputIterator, but with the iterators all swapped around so a range loop will go backwards (without having to mess with reverse adaptors)
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |