|
SoPlex Doxygen Documentation
|
Go to the documentation of this file.
95 return (strcmp (n1. name, n2. name) == 0);
100 return out << n. name;
158 return & mem[ set[pnum]];
164 return & mem[ set[pkey]];
200 return set.key(pnum);
214 return set.number(pkey);
233 return set.has(pnum);
237 bool has( const char* str) const
246 return set.has(pkey);
254 void add( const char* str);
272 void remove( int pnum)
278 void remove( const char* str);
281 void remove( const DataKey keys[], int n);
284 void remove( const int nums[], int n);
287 void remove( int dstat[]);
298 void reMax( int newmax = 0);
370 #endif // _NAMESET_H_
|