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

Public Member Functions

SMARTP< msrChordStructurecreateChordStructureNewbornClone ()
 
msrHarmonyKind getChordStructureHarmonyKind () const
 
const vector< S_msrChordInterval > & getChordStructureIntervals () const
 
void appendChordIntervalToChordStructure (S_msrChordInterval chordInterval)
 
void populateChordStructure ()
 
string chordStructureAsString () const
 
string chordStructureAsShortString () const
 
S_msrChordInterval bassChordIntervalForChordInversion (int inputLineNumber, int inversionNumber)
 
S_msrChordStructure invertChordStructure (int inversion)
 
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< msrChordStructurecreateBare (msrHarmonyKind chordStructureHarmonyKind)
 
static SMARTP< msrChordStructurecreate (msrHarmonyKind chordStructureHarmonyKind)
 
static void printAllChordsStructures (ostream &os)
 

Protected Member Functions

 msrChordStructure (msrHarmonyKind chordStructureHarmonyKind)
 
- Protected Member Functions inherited from smartable
 smartable (const smartable &)
 
virtual ~smartable ()
 destructor checks for non-zero refCount
 
smartableoperator= (const smartable &)