RAUL
0.5.1
|
A restricted string (C identifier, which is a component of a path). More...
#include <Symbol.hpp>
Public Member Functions | |
Symbol (const std::basic_string< char > &symbol) | |
Construct a Symbol from an std::string. More... | |
Symbol (const char *csymbol) | |
Construct a Symbol from a C string. More... | |
Static Public Member Functions | |
static bool | is_valid (const std::basic_string< char > &path) |
static std::string | symbolify (const std::basic_string< char > &str) |
A restricted string (C identifier, which is a component of a path).
A Symbol is an lv2-compliant symbol, which is also valid as a component of a URI, filesystem or OSC path, programming language identifier, etc.
|
inline |
|
inline |