6 #ifndef RTI_RangeBounds_h
7 #define RTI_RangeBounds_h
19 unsigned long upperBound);
30 getLowerBound()
const;
33 getUpperBound()
const;
36 setLowerBound(
unsigned long lowerBound);
39 setUpperBound(
unsigned long upperBound);
47 #endif // RTI_RangeBounds_h
#define RTI_EXPORT
Definition: SpecificConfig.h:55
unsigned long _upperBound
Definition: RangeBounds.h:43
unsigned long _lowerBound
Definition: RangeBounds.h:42
This file contains definitions that are used to isolate platform-specific elements of the API...
Definition: RangeBounds.h:13