Go to the documentation of this file.
67 const string& searchStr,
68 const bool exactMatch,
75 const word& className,
76 const string& searchStr,
77 const bool exactMatch,
virtual ~helpType()
Destructor.
A class for handling words, derived from string.
A class for handling file names.
declareRunTimeSelectionTable(autoPtr, helpType, dictionary,(),())
virtual void init()
Initialise - typically setting static variables,.
fileName doxygenPath() const
Return file path to the Doxygen sources (if available)
Extract command arguments and options from the supplied argc and argv parameters.
static autoPtr< helpType > New(const word &helpTypeName)
Selector.
TypeName("helpType")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e....
void displayDocOptions(const string &searchStr, const bool exactMatch, const word &ext) const
Display the list of documentation options.
Mesh data needed to do the Finite Volume discretisation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
void displayDoc(const word &className, const string &searchStr, const bool exactMatch, const word &ext) const
Display the help documentation in a browser.
Foam::argList args(argc, argv)
virtual void execute(const argList &args, const fvMesh &mesh)=0
Execute the help.
Base class for foam help classes.