Represents a parsed command-line invocation with a command name and its arguments.
More...
|
|
Buffer< String > | args |
| | The command-line arguments.
|
|
String | command |
| | The command or executable name.
|
Represents a parsed command-line invocation with a command name and its arguments.
Definition at line 20 of file BuildActionDefinition.h.
◆ CommandLineRepresentation() [1/2]
| CommandLineRepresentation::CommandLineRepresentation |
( |
const String & | command | ) |
|
Constructs from a full command-line string, parsing command and arguments.
- Parameters
-
| [in] | command | The command-line string to parse. |
References command.
◆ CommandLineRepresentation() [2/2]
| CommandLineRepresentation::CommandLineRepresentation |
( |
const char * | command | ) |
|
Constructs from a C-string command line.
- Parameters
-
| [in] | command | The command-line string to parse. |
References command.
◆ toString() [1/2]
| String CommandLineRepresentation::toString |
( |
| ) |
const |
Converts back to a single command-line string.
- Returns
- The assembled command-line string.
◆ toString() [2/2]
| void CommandLineRepresentation::toString |
( |
String & | line | ) |
const |
Appends the command-line representation to an existing string.
- Parameters
-
| [in] | line | The string to append to. |
The documentation for this class was generated from the following file: