|
Essentia
2.1-beta6-dev
|
#include <range.h>
Public Member Functions | |
| Set (const std::string &s) | |
| virtual | ~Set () |
| virtual bool | contains (const Parameter ¶m) const |
| void | test () const |
Public Member Functions inherited from Range | |
| virtual | ~Range () |
Protected Attributes | |
| std::set< std::string > | _elements |
| std::string | s |
Additional Inherited Members | |
Static Public Member Functions inherited from Range | |
| static Range * | create (const std::string &s) |
| Set | ( | const std::string & | s | ) |
|
inlinevirtual |
| void test | ( | ) | const |
|
protected |
|
protected |