27 using AttrIndexList = std::list<int>;
61 void remove(
int attribute_id );
72 AttrIndexList mIndexList;
The Attribute class.
Definition: attribute.h:33
AttrIndexList getAttrList(void)
getAttrList
Definition: Attribute.cpp:54
bool hasAttribut(int attribute_id)
hasAttribut
Definition: Attribute.cpp:39
void addAttribut(int attribute_id)
addAttribut
Definition: Attribute.cpp:34