|
|
| msrMargin (msrMarginTypeKind marginTypeKind, msrLength marginLength) |
| |
|
void | setMarginTypeKind (msrMarginTypeKind &value) |
| |
|
msrMarginTypeKind | getMarginTypeKind () const |
| |
|
void | setMarginLength (msrLength &value) |
| |
|
msrLength | getMarginLength () const |
| |
|
bool | operator== (const msrMargin &other) const |
| |
|
bool | operator!= (const msrMargin &other) const |
| |
|
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
|
| |