SoDaRadio-5.0.3-master:8901fb5
|
a template class for mapping ranges to thingies This represents an open interval – thanks to suggestions from http://stackoverflow.com/questions/1089192/c-stl-range-container More...
#include <RangeMap.hxx>
Public Member Functions | |
Range (Tk _min, Tk _max) | |
Range (Tk _c) | |
Tk | getMin () const |
Tk | getMax () const |
Private Attributes | |
Tk | min |
Tk | max |
a template class for mapping ranges to thingies This represents an open interval – thanks to suggestions from http://stackoverflow.com/questions/1089192/c-stl-range-container
Definition at line 47 of file RangeMap.hxx.
|
inline |
Definition at line 49 of file RangeMap.hxx.
References SoDa::Range< Tk >::max, and SoDa::Range< Tk >::min.
|
inline |
Definition at line 54 of file RangeMap.hxx.
References SoDa::Range< Tk >::max, and SoDa::Range< Tk >::min.
|
inline |
Definition at line 60 of file RangeMap.hxx.
References SoDa::Range< Tk >::max.
Referenced by SoDa::leftOfRange< Tk >::operator()().
|
inline |
Definition at line 59 of file RangeMap.hxx.
References SoDa::Range< Tk >::min.
Referenced by SoDa::leftOfRange< Tk >::operator()().
|
private |
Definition at line 65 of file RangeMap.hxx.
Referenced by SoDa::Range< Tk >::getMax(), and SoDa::Range< Tk >::Range().
|
private |
Definition at line 65 of file RangeMap.hxx.
Referenced by SoDa::Range< Tk >::getMin(), and SoDa::Range< Tk >::Range().