#include <mxcpcValueRange.h>
Public Member Functions | |
mxcpcValueRange () | |
void | feedValue (int value) |
Feeds another integer value, possibly widening the represented value range. | |
void | dumpRange (void) |
Prints the current range to stdout . | |
Private Attributes | |
int | Min |
int | Max |
bool | IsFresh |
Definition at line 30 of file mxcpcValueRange.h.