|
HDK
|
#include <OP_Node.h>
Inheritance diagram for OP_OutputReversedIterator:Classes | |
| struct | IncludeSpareTag |
Public Member Functions | |
| OP_OutputReversedIterator (const OP_Node &node, bool into_subnets=false, bool through_dots=true, OP_OutputIdx output_idx=-1) | |
| OP_OutputReversedIterator (IncludeSpareTag, const OP_Node &node, bool into_subnets=false, bool through_dots=true, UT_Optional< OP_OutputIdx > output_idx=UT_NULLOPT) | |
| 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 |
|
inline |
|
inline |