|
|
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 |
| |
|
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 SMARTP< bsrCellsList > | create (int inputLineNumber) |
| |
|
static SMARTP< bsrCellsList > | create (int inputLineNumber, bsrCellKind cellKind1) |
| |
|
static SMARTP< bsrCellsList > | create (int inputLineNumber, bsrCellKind cellKind1, bsrCellKind cellKind2) |
| |
|
static SMARTP< bsrCellsList > | create (int inputLineNumber, bsrCellKind cellKind1, bsrCellKind cellKind2, bsrCellKind cellKind3) |
| |
|
static SMARTP< bsrCellsList > | create (int inputLineNumber, bsrCellKind cellKind1, bsrCellKind cellKind2, bsrCellKind cellKind3, bsrCellKind cellKind4) |
| |
|
static SMARTP< bsrCellsList > | create (int inputLineNumber, bsrCellKind cellKind1, bsrCellKind cellKind2, bsrCellKind cellKind3, bsrCellKind cellKind4, bsrCellKind cellKind5) |
| |
|
static SMARTP< bsrCellsList > | create (int inputLineNumber, bsrCellKind cellKind1, bsrCellKind cellKind2, bsrCellKind cellKind3, bsrCellKind cellKind4, bsrCellKind cellKind5, bsrCellKind cellKind6) |
| |
|
|
| 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) |
| |
|
| smartable (const smartable &) |
| |
|
virtual | ~smartable () |
| | destructor checks for non-zero refCount
|
| |
|
smartable & | operator= (const smartable &) |
| |