|
|
void | setBsrTextsLanguageKindVariable (bsrTextsLanguageKind value) |
| |
| void | handleValue (string theString, ostream &os) |
| |
| virtual void | acceptIn (basevisitor *v) |
| |
| virtual void | acceptOut (basevisitor *v) |
| |
| virtual void | browseData (basevisitor *v) |
| |
| string | asShortNamedOptionString () const |
| |
| string | asActualLongNamedOptionString () const |
| |
| void | print (ostream &os) const |
| |
| void | printAtomOptionsValues (ostream &os, int valueFieldWidth) const |
| |
|
oahValuedAtomKind | getValuedAtomKind () const |
| |
|
string | getValueSpecification () const |
| |
|
void | setValueIsOptional () |
| |
|
bool | getValueIsOptional () const |
| |
|
virtual void | handleValue (string theString, ostream &os)=0 |
| |
|
virtual void | handleDefaultValue () |
| |
| virtual void | acceptIn (basevisitor *v) |
| |
| virtual void | acceptOut (basevisitor *v) |
| |
| virtual void | browseData (basevisitor *v) |
| |
|
virtual void | printValuedAtomEssentials (ostream &os, int fieldWidth) const |
| |
| void | print (ostream &os) const |
| |
| void | printHelp (ostream &os) |
| |
| virtual void | printAtomOptionsValues (ostream &os, int valueFieldWidth) const |
| |
|
string | getVariableName () const |
| |
| virtual int | fetchVariableNameLength () const |
| |
| virtual void | acceptIn (basevisitor *v) |
| |
| virtual void | acceptOut (basevisitor *v) |
| |
| virtual void | browseData (basevisitor *v) |
| |
| void | print (ostream &os) const |
| |
| void | printAtomOptionsValues (ostream &os, int valueFieldWidth) const |
| |
|
void | setSubGroupUpLink (S_oahSubGroup subGroup) |
| |
|
S_oahSubGroup | getSubGroupUpLink () const |
| |
|
void | registerAtomInHandler (S_oahHandler handler) |
| |
| virtual void | acceptIn (basevisitor *v) |
| |
| virtual void | acceptOut (basevisitor *v) |
| |
| virtual void | browseData (basevisitor *v) |
| |
| void | print (ostream &os) const |
| |
|
virtual void | printAtomOptionsValues (ostream &os, int valueFieldWidth) const |
| |
|
void | setHandlerUpLink (S_oahHandler handlerUpLink) |
| |
|
S_oahHandler | getHandlerUpLink () const |
| |
|
string | getShortName () const |
| |
|
string | getLongName () const |
| |
|
string | getDescription () const |
| |
|
oahElementVisibilityKind | getElementVisibilityKind () const |
| |
|
void | setIsHidden () |
| |
|
bool | getIsHidden () const |
| |
|
void | setMultipleOccurrencesAllowed () |
| |
|
bool | getMultipleOccurrencesAllowed () const |
| |
|
string | fetchNames () const |
| |
|
string | fetchNamesInColumns (int subGroupsShortNameFieldWidth) const |
| |
|
string | fetchNamesBetweenParentheses () const |
| |
|
string | fetchNamesInColumnsBetweenParentheses (int subGroupsShortNameFieldWidth) const |
| |
|
virtual int | fetchVariableNameLength () const |
| |
|
S_oahElement | fetchOptionByName (string name) |
| |
|
virtual S_oahValuedAtom | handleOptionUnderName (string optionName, ostream &os) |
| |
|
virtual void | acceptIn (basevisitor *v) |
| |
|
virtual void | acceptOut (basevisitor *v) |
| |
|
virtual void | browseData (basevisitor *v) |
| |
|
virtual string | asShortNamedOptionString () const |
| |
|
virtual string | asActualLongNamedOptionString () const |
| |
|
string | asLongNamedOptionString () const |
| |
|
string | asString () const |
| |
|
virtual void | printOptionHeader (ostream &os) const |
| |
|
virtual void | printOptionEssentials (ostream &os, int fieldWidth) const |
| |
|
virtual void | print (ostream &os) const |
| |
|
virtual void | printHelp (ostream &os) |
| |
|
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< bsrTextsLanguageAtom > | create (string shortName, string longName, string description, string valueSpecification, string variableName, bsrTextsLanguageKind &bsrTextsLanguageKindVariable) |
| |
|
static string | oahAtomKindAsString (oahValuedAtomKind oahAtomKind) |
| |
|
static SMARTP< oahValuedAtom > | create (string shortName, string longName, string description, string valueSpecification, string variableName) |
| |
|
static SMARTP< oahAtomWithVariableName > | create (string shortName, string longName, string description, string variableName) |
| |
|
static SMARTP< oahAtom > | create (string shortName, string longName, string description) |
| |
|
static SMARTP< oahElement > | create (string shortName, string longName, string description, oahElementVisibilityKind optionVisibilityKind) |
| |
|
|
| bsrTextsLanguageAtom (string shortName, string longName, string description, string valueSpecification, string variableName, bsrTextsLanguageKind &bsrTextsLanguageKindVariable) |
| |
|
| oahValuedAtom (string shortName, string longName, string description, string valueSpecification, string variableName) |
| |
|
| oahAtomWithVariableName (string shortName, string longName, string description, string variableName) |
| |
|
| oahAtom (string shortName, string longName, string description) |
| |
|
| oahElement (string shortName, string longName, string description, oahElementVisibilityKind optionVisibilityKind) |
| |
|
| smartable (const smartable &) |
| |
|
virtual | ~smartable () |
| | destructor checks for non-zero refCount
|
| |
|
smartable & | operator= (const smartable &) |
| |