|
LibMusicXML 3.18
|
Public Member Functions | |
| bsrByteOrderingKind | getByteOrderingKind () const |
| virtual void | generateCodeForBrailleCell (bsrCellKind cellKind) |
| string | asString () const |
| virtual void | print (ostream &os) const |
Public Member Functions inherited from bsrBrailleGenerator | |
| virtual void | generateCodeForBrailleCell (bsrCellKind cellKind)=0 |
| void | generateCodeForCellsList (S_bsrCellsList cellsList) |
| 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< bsrUTF16SmallEndianBrailleGenerator > | create (bsrByteOrderingKind byteOrderingKind, ostream &brailleOutputStream) |
| static void | writeTestData (ostream &os) |
Protected Member Functions | |
| bsrUTF16SmallEndianBrailleGenerator (bsrByteOrderingKind byteOrderingKind, ostream &brailleOutputStream) | |
Protected Member Functions inherited from bsrBrailleGenerator | |
| bsrBrailleGenerator (ostream &brailleOutputStream) | |
Protected Member Functions inherited from smartable | |
| smartable (const smartable &) | |
| virtual | ~smartable () |
| destructor checks for non-zero refCount | |
| smartable & | operator= (const smartable &) |
Additional Inherited Members | |
Protected Attributes inherited from bsrBrailleGenerator | |
| ostream & | fBrailleOutputStream |
|
virtual |
Implements bsrBrailleGenerator.
|
virtual |
Reimplemented from bsrBrailleGenerator.