#include <uniqueid.h>
Inheritance diagram for synfig::UniqueID:
Public Member Functions | |
const int & | get_uid () const |
Returns the internal unique identifier for this object. | |
UniqueID () | |
void | make_unique () |
operator bool () const | |
void | mimic (const UniqueID &x) |
bool | operator== (const UniqueID &rhs) const |
bool | operator!= (const UniqueID &rhs) const |
bool | operator< (const UniqueID &rhs) const |
Static Public Member Functions | |
static const UniqueID | nil () |
Friends | |
class | UniqueIDLessThan |
|
|
|
Returns the internal unique identifier for this object. The return value from this isn't really useful for much other than debug output. Nonetheless, that is one step above useless, so here it is. |
|
|
|
|
|
|
|
|
|
Reimplemented in synfig::Waypoint. |
|
Reimplemented in synfig::Waypoint. |
|
|
|
|