Public Member Functions | |
| DenseSet () | |
| void | add (T x) |
| void | add (T start, T end) |
| bool | add (const DenseSet &b) |
| bool | intersects (const DenseSet &b) |
| void | print (std::ostream &os) const |
Private Types | |
| typedef std::set< T > | set_ty |
Private Attributes | |
| set_ty | s |
Definition at line 27 of file IndependentSolver.cpp.
Definition at line 28 of file IndependentSolver.cpp.
Definition at line 32 of file IndependentSolver.cpp.
| void DenseSet< T >::add | ( | T | start, | |
| T | end | |||
| ) | [inline] |
| void DenseSet< T >::add | ( | T | x | ) | [inline] |
Definition at line 34 of file IndependentSolver.cpp.
References DenseSet< T >::s.
Referenced by IndependentElementSet::IndependentElementSet().

| void DenseSet< T >::print | ( | std::ostream & | os | ) | const [inline] |
Definition at line 29 of file IndependentSolver.cpp.
Referenced by DenseSet< T >::add(), DenseSet< T >::intersects(), and DenseSet< T >::print().
1.5.8