#include <UT_Iterator.h>
Public Types | |
| enum | TYPE { ADD, REMOVE, INVALID } |
Public Member Functions | |
| UT_IteratorEvent (TYPE type_, int lo_, int hi_) | |
Public Attributes | |
| TYPE | type |
| int | lo |
| NOTE: the range includes both endpoints. | |
| int | hi |
Definition at line 24 of file UT_Iterator.h.
| UT_IteratorEvent::UT_IteratorEvent | ( | TYPE | type_, | |
| int | lo_, | |||
| int | hi_ | |||
| ) | [inline] |
Definition at line 37 of file UT_Iterator.h.
Definition at line 35 of file UT_Iterator.h.
Definition at line 32 of file UT_Iterator.h.
1.5.9