|
|
SMARTP< xml2lyManPageOah > | createCloneWithDetailedTrace () |
| |
|
void | initializeXml2lyManPageOah (bool boolOptionsInitialValue, S_oahVisitor theOah2ManPageGenerator) |
| |
|
| xml2lyManPageOah (S_oahHandler handlerUpLink, S_oahVisitor theOah2ManPageGenerator) |
| |
|
void | enforceQuietness () |
| |
| virtual void | checkOptionsConsistency () |
| |
| virtual void | acceptIn (basevisitor *v) |
| |
| virtual void | acceptOut (basevisitor *v) |
| |
| virtual void | browseData (basevisitor *v) |
| |
|
void | printManPageOahHelp () |
| |
|
void | printManPageOahValues (int fieldWidth) |
| |
|
string | getGroupHeader () const |
| |
|
void | checkGroupSubGroupsOptionsConsistency () |
| |
|
virtual void | checkOptionsConsistency () |
| |
|
void | underlineGroupHeader (ostream &os) const |
| |
|
void | registerGroupInHandler (S_oahHandler handler) |
| |
|
void | appendSubGroupToGroup (S_oahSubGroup subGroup) |
| |
|
S_oahElement | fetchOptionByName (string name) |
| |
|
virtual void | handleAtomValue (ostream &os, S_oahAtom atom, string theString) |
| |
| S_oahValuedAtom | handleOptionUnderName (string optionName, ostream &os) |
| |
| virtual void | acceptIn (basevisitor *v) |
| |
| virtual void | acceptOut (basevisitor *v) |
| |
| virtual void | browseData (basevisitor *v) |
| |
| void | print (ostream &os) const |
| |
|
void | printGroupHeader (ostream &os) const |
| |
| void | printHelp (ostream &os) |
| |
|
void | printGroupAndSubGroupHelp (ostream &os, S_oahSubGroup targetSubGroup) const |
| |
|
void | printGroupAndSubGroupAndAtomHelp (ostream &os, S_oahSubGroup targetSubGroup, S_oahAtom targetAtom) const |
| |
|
void | printOptionsSummary (ostream &os) const |
| |
|
void | printGroupAndSubGroupSpecificHelp (ostream &os, S_oahSubGroup subGroup) const |
| |
|
void | printGroupOptionsValues (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
|
| |