#include <set.h>
Inheritance diagram for int_set:


Public Member Functions | |
| int_set () | |
| Constructs an empty set of ints. | |
| int_set (const basis::set< int > &to_copy) | |
| Constructs a copy of the "to_copy" array. | |
| IMPLEMENT_CLASS_NAME ("int_set") | |
Definition at line 153 of file set.h.
| int_set::int_set | ( | ) | [inline] |
| int_set::int_set | ( | const basis::set< int > & | to_copy | ) | [inline] |
| int_set::IMPLEMENT_CLASS_NAME | ( | "int_set" | ) |
1.5.1