Public Member Functions | |
| UpdateType (const UpdateType &_type) | |
| UpdateType (UpdateTypeSet _set) | |
| bool | operator== (const UpdateType &_type) const |
| Exact compare operator. | |
| UpdateType & | operator++ () |
| bool | operator< (const UpdateType &_i) const |
| bool | contains (const UpdateType &_type) |
| Check if this update contains the given UpdateType. | |
Protected Attributes | |
| UpdateTypeSet | type_ |
Definition at line 11 of file UpdateType.hh.