#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 |
| int | to |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 314 of file typen.cpp. References from, to, and tnstream::writeInt(). |
|
|
Definition at line 264 of file typen.h. Referenced by SingleUnitSet::parseIDs(), SingleUnitSet::TranslationTable::parseString(), read(), and write(). |
|
|
Definition at line 265 of file typen.h. Referenced by SingleUnitSet::parseIDs(), SingleUnitSet::TranslationTable::parseString(), read(), and write(). |
1.4.2