13 #define INC_ATTRIB_H 1 50 bool is (
int attribut )
52 std::vector<int>::const_iterator iter ;
56 if ( attribut == (*iter) ) {
67 void add (
int attribut ) {
69 bool duplicate = false ;
70 std::vector<int>::const_iterator iter ;
74 if ( attribut == (*iter) ) {
86 void remove (
int attribut ) {
87 std::vector<int>::iterator iter , toremove ;
91 if ( attribut == (*iter) ) {
111 #endif // INC_ATTRIB_H
virtual ~Attrib()
Destructor.
Attrib()
Standard constructor.
std::string m_attribString[10]
std::vector< int > m_attributs