|
|
int | getStartInputLineNumber () const |
| |
|
int | getStopInputLineNumber () const |
| |
|
int | getPartGroupNumber () const |
| |
|
S_msrPartGroup | getPartGroup () const |
| |
|
int | getStartPosition () const |
| |
|
void | setStopPosition (int stopInputLineNumber, int stopPosition) |
| |
|
int | getStopPosition () const |
| |
|
string | partGroupDescrAsString () const |
| |
|
string | getPartGroupCombinedName () 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
|
| |