OpenASIP
2.0
|
Public Member Functions | |
DisasmCmdLineOptions () | |
std::string | outputFile () |
bool | outputFileDefined () |
bool | printToStdout () |
void | printVersion () const |
virtual | ~DisasmCmdLineOptions () |
DisasmCmdLineOptions () | |
std::string | outputFile () |
bool | outputFileDefined () |
bool | lineNumbers () |
bool | flatFile () |
bool | printToStdout () |
void | printVersion () const |
virtual | ~DisasmCmdLineOptions () |
Public Member Functions inherited from CmdLineOptions | |
CmdLineOptions (std::string description, std::string version="") | |
virtual | ~CmdLineOptions () |
void | parse (char *argv[], int argc) |
void | parse (std::string argv[], int argc) |
void | parse (std::vector< std::string > argv) |
virtual void | printHelp () const |
virtual bool | isVerboseSwitchDefined () const |
virtual bool | isVerboseSpamSwitchDefined () const |
Public Member Functions inherited from CmdLineParser | |
CmdLineParser (std::string description) | |
virtual | ~CmdLineParser () |
virtual void | storeOptions (Options &options) |
virtual int | numberOfArguments () const |
virtual std::string | argument (int index) const |
Additional Inherited Members | |
Protected Member Functions inherited from CmdLineOptions | |
bool | optionGiven (std::string key) const |
Protected Member Functions inherited from CmdLineParser | |
void | addOption (CmdLineOptionParser *opt) |
CmdLineOptionParser * | findOption (std::string name) const |
bool | parseOption (std::string option, std::string &name, std::string &arguments, std::string &prefix, bool &hasArgument) const |
bool | readPrefix (std::string &option, std::string &prefix, bool &longOption) const |
bool | isPrefix (std::string name) const |
Protected Attributes inherited from CmdLineParser | |
std::map< std::string, CmdLineOptionParser * > | optionLongNames_ |
Database for holding options with their long names as a key. More... | |
std::map< std::string, CmdLineOptionParser * > | optionShortNames_ |
Database for holding options with their short names as a key. More... | |
std::vector< std::string > | commandLine_ |
Command line is stored here. More... | |
std::vector< std::string > | arguments_ |
Command line arguments are stored here. More... | |
std::vector< std::string > | prefixes_ |
Legal prefixes are stored here. More... | |
Commandline options.
Definition at line 79 of file tpef2pasm.cc.
|
inline |
Definition at line 81 of file tpef2pasm.cc.
References CmdLineParser::addOption(), and outputFile().
|
inlinevirtual |
Definition at line 114 of file tpef2pasm.cc.
|
inline |
Definition at line 62 of file tcedisasm.cc.
References CmdLineParser::addOption(), flatFile(), lineNumbers(), and outputFile().
|
inlinevirtual |
Definition at line 113 of file tcedisasm.cc.
|
inline |
Definition at line 100 of file tcedisasm.cc.
References CmdLineParser::findOption(), and CmdLineOptionParser::isFlagOn().
Referenced by DisasmCmdLineOptions().
|
inline |
Definition at line 96 of file tcedisasm.cc.
References CmdLineParser::findOption(), and CmdLineOptionParser::isFlagOn().
Referenced by DisasmCmdLineOptions().
|
inline |
Definition at line 88 of file tcedisasm.cc.
References CmdLineParser::findOption(), and CmdLineOptionParser::String().
|
inline |
Definition at line 94 of file tpef2pasm.cc.
References CmdLineParser::findOption(), and CmdLineOptionParser::String().
Referenced by DisasmCmdLineOptions().
|
inline |
Definition at line 92 of file tcedisasm.cc.
References CmdLineParser::findOption(), and CmdLineOptionParser::isDefined().
|
inline |
Definition at line 99 of file tpef2pasm.cc.
References CmdLineParser::findOption(), and CmdLineOptionParser::isDefined().
|
inline |
Definition at line 104 of file tcedisasm.cc.
References CmdLineParser::findOption(), and CmdLineOptionParser::isFlagOn().
|
inline |
Definition at line 104 of file tpef2pasm.cc.
References CmdLineParser::findOption(), and CmdLineOptionParser::isFlagOn().
|
inlinevirtual |
Implements CmdLineOptions.
Definition at line 108 of file tcedisasm.cc.
References Application::TCEVersionString().
|
inlinevirtual |
Implements CmdLineOptions.
Definition at line 109 of file tpef2pasm.cc.
References Application::TCEVersionString().