|
|
| msrLength (msrLengthUnitKind lengthUnitKind, float lengthValue) |
| |
|
void | setLengthUnitKind (msrLengthUnitKind value) |
| |
|
msrLengthUnitKind | getLengthUnitKind () const |
| |
|
void | setLengthValue (float value) |
| |
|
float | getLengthValue () const |
| |
|
bool | operator== (const msrLength &other) const |
| |
|
bool | operator!= (const msrLength &other) const |
| |
|
void | convertToLengthUnit (msrLengthUnitKind lengthUnitKind) |
| |
|
string | asString () const |
| |
|
virtual void | print (ostream &os) const |
| |
|
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
|
| |