Go to the documentation of this file.
25 #ifndef __SYNFIG_UNIQUEID_H
26 #define __SYNFIG_UNIQUEID_H
38 class UniqueIDLessThan;
49 explicit UniqueID(
int id_):id_(id_) { }
67 operator bool()
const {
return static_cast<bool>(id_); }
83 {
return lhs.id_<rhs.id_; }