Augustus 3.4.0
|
Public Member Functions | |
Range (int x=0) | |
Range (int l, int h) | |
Range | operator+= (Range other) |
Range | operator+ (Range other) const |
bool | has (int elem) const |
int | size () const |
Range | alignRight (int newmax) const |
Range | alignLeft (int newmin) const |
Public Attributes | |
int | min |
int | max |