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

Public Member Functions

msrSemiTonesPitchKind getChordContentsRootNote () const
 
msrHarmonyKind getChordContentsHarmonyKind () const
 
const vector< S_msrSemiTonesPitchAndOctave > & getChordElementsVector () const
 
string chordContentsAsString () const
 
string chordContentsAsShortString () const
 
msrSemiTonesPitchKind bassSemiTonesPitchKindForChordInversion (int inputLineNumber, int inversionNumber)
 
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< msrChordContentscreate (msrSemiTonesPitchKind chordContentsRootNote, msrHarmonyKind chordContentsHarmonyKind)
 
static void printAllChordsContents (ostream &os, msrSemiTonesPitchKind semiTonesPitchKind)
 

Protected Member Functions

 msrChordContents (msrSemiTonesPitchKind chordContentsRootNote, msrHarmonyKind chordContentsHarmonyKind)
 
- Protected Member Functions inherited from smartable
 smartable (const smartable &)
 
virtual ~smartable ()
 destructor checks for non-zero refCount
 
smartableoperator= (const smartable &)