A helper struct bundling an object identifier and version. More...
#include <objectVersion.h>

Public Member Functions | |
| ObjectVersion (const uint32_t id, const uint32_t version) | |
| ObjectVersion (const Object *object) | |
| ObjectVersion & | operator= (const Object *object) |
| bool | operator== (const ObjectVersion &value) const |
| bool | operator< (const ObjectVersion &rhs) const |
| bool | operator> (const ObjectVersion &rhs) const |
Public Attributes | |
| uint32_t | id |
| uint32_t | version |
Static Public Attributes | |
| static ObjectVersion | NONE |
| An unset object version. | |
A helper struct bundling an object identifier and version.
Definition at line 33 of file objectVersion.h.
An unset object version.
Definition at line 52 of file objectVersion.h.
0.9.1 by
1.6.1