|
Essentia
2.1-beta6-dev
|
#include <range.h>
Public Member Functions | |
| Interval (const std::string &s) | |
| virtual | ~Interval () |
| virtual bool | contains (const Parameter ¶m) const |
Public Member Functions inherited from Range | |
| virtual | ~Range () |
Protected Attributes | |
| bool | _lbound |
| bool | _ubound |
| bool | _lincluded |
| bool | _uincluded |
| Real | _lvalue |
| Real | _uvalue |
Additional Inherited Members | |
Static Public Member Functions inherited from Range | |
| static Range * | create (const std::string &s) |
| Interval | ( | const std::string & | s | ) |
|
inlinevirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |