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

Public Member Functions

const list< bsrCellKind > & getCellsListElements () const
 
void appendCellKindToCellsList (bsrCellKind cellKind)
 
void appendCellsListToCellsList (S_bsrCellsList otherCellsList)
 
void prependCellsListToCellsList (S_bsrCellsList otherCellsList)
 
int fetchCellsNumber () const
 
void generateBrailleCode (ostream &os)
 
virtual void acceptIn (basevisitor *v)
 
virtual void acceptOut (basevisitor *v)
 
virtual void browseData (basevisitor *v)
 
virtual std::string asString () const
 
virtual std::string asShortString () 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< bsrCellsListcreate (int inputLineNumber)
 
static SMARTP< bsrCellsListcreate (int inputLineNumber, bsrCellKind cellKind1)
 
static SMARTP< bsrCellsListcreate (int inputLineNumber, bsrCellKind cellKind1, bsrCellKind cellKind2)
 
static SMARTP< bsrCellsListcreate (int inputLineNumber, bsrCellKind cellKind1, bsrCellKind cellKind2, bsrCellKind cellKind3)
 
static SMARTP< bsrCellsListcreate (int inputLineNumber, bsrCellKind cellKind1, bsrCellKind cellKind2, bsrCellKind cellKind3, bsrCellKind cellKind4)
 
static SMARTP< bsrCellsListcreate (int inputLineNumber, bsrCellKind cellKind1, bsrCellKind cellKind2, bsrCellKind cellKind3, bsrCellKind cellKind4, bsrCellKind cellKind5)
 
static SMARTP< bsrCellsListcreate (int inputLineNumber, bsrCellKind cellKind1, bsrCellKind cellKind2, bsrCellKind cellKind3, bsrCellKind cellKind4, bsrCellKind cellKind5, bsrCellKind cellKind6)
 

Protected Member Functions

 bsrCellsList (int inputLineNumber)
 
 bsrCellsList (int inputLineNumber, bsrCellKind cellKind1)
 
 bsrCellsList (int inputLineNumber, bsrCellKind cellKind1, bsrCellKind cellKind2)
 
 bsrCellsList (int inputLineNumber, bsrCellKind cellKind1, bsrCellKind cellKind2, bsrCellKind cellKind3)
 
 bsrCellsList (int inputLineNumber, bsrCellKind cellKind1, bsrCellKind cellKind2, bsrCellKind cellKind3, bsrCellKind cellKind4)
 
 bsrCellsList (int inputLineNumber, bsrCellKind cellKind1, bsrCellKind cellKind2, bsrCellKind cellKind3, bsrCellKind cellKind4, bsrCellKind cellKind5)
 
 bsrCellsList (int inputLineNumber, bsrCellKind cellKind1, bsrCellKind cellKind2, bsrCellKind cellKind3, bsrCellKind cellKind4, bsrCellKind cellKind5, bsrCellKind cellKind6)
 
- Protected Member Functions inherited from smartable
 smartable (const smartable &)
 
virtual ~smartable ()
 destructor checks for non-zero refCount
 
smartableoperator= (const smartable &)
 

Protected Attributes

list< bsrCellKind > fCellsListElements