10 #ifdef WITH_CXX_GUARDEDALLOC
49 _first = iBrother._first;
50 _second = iBrother._second;
56 _first = iBrother._first;
57 _second = iBrother._second;
88 return ((_first ==
id._first) && (_second ==
id._second));
94 return !((*this) ==
id);
100 if (_first <
id._first) {
103 if (_first ==
id._first && _second <
id._second) {
113 #ifdef WITH_CXX_GUARDEDALLOC
114 MEM_CXX_CLASS_ALLOC_FUNCS(
"Freestyle:Id")
121 s <<
"[" <<
id.getFirst() <<
", " <<
id.getSecond() <<
"]";
Read Guarded memory(de)allocation.
void setFirst(id_type first)
bool operator<(const Id &id) const
id_type getSecond() const
Id & operator=(const Id &iBrother)
void setSecond(id_type second)
Id(id_type ifirst, id_type isecond)
bool operator==(const Id &id) const
bool operator!=(const Id &id) const
ostream & operator<<(ostream &out, const StrokeAttribute &iStrokeAttribute)