LibMusicXML 3.22
|
A guidotag parameter representation. More...
#include <guido.h>
Public Member Functions | |
void | set (std::string value, bool quote=true) |
the parameter value | |
void | set (long value, bool quote=true) |
std::string | get () const |
bool | quote () const |
Public Member Functions inherited from smartable | |
unsigned | refs () const |
gives the reference count of the object | |
void | addReference () |
addReference increments the ref count and checks for refCount overflow | |
void | removeReference () |
removeReference delete the object when refCount is zero |
Static Public Member Functions | |
static SMARTP< guidoparam > | create (std::string value, bool quote=true) |
static SMARTP< guidoparam > | create (long value, bool quote=true) |
Protected Member Functions | |
guidoparam (std::string value, bool quote) | |
guidoparam (long value, bool quote) | |
Protected Member Functions inherited from smartable | |
smartable (const smartable &) | |
virtual | ~smartable () |
destructor checks for non-zero refCount | |
smartable & | operator= (const smartable &) |
A parameter is represented by its value.