#include <typen.h>
Public Member Functions | |
| IntRange () | |
| IntRange (int oneValue) | |
| IntRange (int from_, int to_) | |
| void | read (tnstream &stream) |
| void | write (tnstream &stream) const |
Public Attributes | |
| int | from |
| the lower boundary. | |
| int | to |
| the upper boundary | |
The boundaries themself are part of the range
Definition at line 333 of file typen.h.
| void IntRange::read | ( | tnstream & | stream | ) |
| void IntRange::write | ( | tnstream & | stream | ) | const |
| int IntRange::from |
the lower boundary.
Definition at line 336 of file typen.h.
Referenced by SingleUnitSet::parseIDs(), SingleUnitSet::TranslationTable::parseString(), read(), and write().
| int IntRange::to |
the upper boundary
Definition at line 339 of file typen.h.
Referenced by SingleUnitSet::parseIDs(), SingleUnitSet::TranslationTable::parseString(), read(), and write().
1.5.1