LibMusicXML 3.18
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
msrSemiTonesPitchAndOctave Class Reference
Inheritance diagram for msrSemiTonesPitchAndOctave:
smartable

Public Member Functions

SMARTP< msrSemiTonesPitchAndOctavecreateSemiTonesPitchAndOctaveNewbornClone ()
 
msrSemiTonesPitchKind getSemiTonesPitchKind () const
 
void incrementOctave ()
 
void decrementOctave ()
 
int getOctave () const
 
string semiTonesPitchKindAsString () const
 
string semiTonesPitchKindAsShortString () const
 
string asString () const
 
virtual void print (ostream &os) 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< msrSemiTonesPitchAndOctavecreate (msrSemiTonesPitchKind semiTonesPitchKind, int octave)
 
static SMARTP< msrSemiTonesPitchAndOctavecreateFromString (int inputLineNumber, string theString)
 

Protected Member Functions

 msrSemiTonesPitchAndOctave (msrSemiTonesPitchKind semiTonesPitchKind, int octave)
 
- Protected Member Functions inherited from smartable
 smartable (const smartable &)
 
virtual ~smartable ()
 destructor checks for non-zero refCount
 
smartableoperator= (const smartable &)