TF++, Miscellaneous classes and modules in C++:
|
#include <rangelist.h>
Public Types | |
typedef T | Tvalue |
typedef tfxx::Range< Tvalue > | Trange |
typedef std::list< Trange > | Tlist |
Public Member Functions | |
RangeList () | |
RangeList & | append (const Trange &r) |
void | clear () |
Tlist::size_type | size () const |
bool | contains (const Tvalue &v) const |
Tlist | list () const |
Private Attributes | |
Tlist | Mlist |
Definition at line 48 of file rangelist.h.