12 #ifndef _OP_ConnectorId_h_
13 #define _OP_ConnectorId_h_
55 return myId == other_id.myId;
60 return !(*
this == other_id);
65 return myId < other.myId;
77 struct DefaultClearer;
88 static const bool clearNeedsDestruction =
false;
static void clear(OP_ConnectorId &v)
bool operator!=(const OP_ConnectorId &other_id) const
static bool isClear(const OP_ConnectorId &v)
bool operator==(const OP_ConnectorId &other_id) const
static void clearConstruct(OP_ConnectorId *p)
bool operator<(const OP_ConnectorId &other) const