|
AL_USDMaya
0.29.4
USD to Maya Bridge
|
Iterator wrapper for LayerToIdsMap that hides non-dirty items Implemented as a template to define const / non-const iterator at same time. More...
#include <LayerManager.h>
Public Types | |
| typedef WrappedIterator::value_type | value_type |
Public Member Functions | |
| DirtyOnlyIterator (WrappedIterator it, WrappedIterator end) | |
| ctor More... | |
| DirtyOnlyIterator (const DirtyOnlyIterator &other) | |
| copy ctor More... | |
| DirtyOnlyIterator & | operator++ () |
| pre-increment operator More... | |
| DirtyOnlyIterator | operator++ (int) |
| post-increment operator More... | |
| bool | operator== (const DirtyOnlyIterator &rhs) const |
| equivalence operator More... | |
| bool | operator!= (const DirtyOnlyIterator &rhs) const |
| non equivalence operator More... | |
| value_type & | operator* () |
| dereference operator | |
Iterator wrapper for LayerToIdsMap that hides non-dirty items Implemented as a template to define const / non-const iterator at same time.
|
inline |
ctor
| it | the start of the iteration range |
| end | the end of the iteration range |
|
inline |
copy ctor
| other | the iterator to copy |
|
inline |
non equivalence operator
| rhs | the iterator to compare against |
|
inline |
pre-increment operator
|
inline |
post-increment operator
|
inline |
equivalence operator
| rhs | the iterator to compare against |