#include <mxcpcValueRange.h>
Public Member Functions | |
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 27 of file mxcpcValueRange.h.
|
Feeds another integer value, possibly widening the represented value range.
Definition at line 32 of file mxcpcValueRange.cpp. |