|
IDA SDK
|
Tools for command line parsing.
Public Attributes | |
| int | fd |
| channel number | |
| qstring | file |
| file name to redirect to/from. More... | |
| int | flags |
| i/o redirection flags | |
| int | start |
| begin of the redirection string in the command line | |
| int | length |
| length of the redirection string in the command line | |
Public Member Functions | |
| bool | is_input (void) const |
| bool | is_output (void) const |
| bool | is_append (void) const |
| bool | is_quoted (void) const |
| qstring channel_redir_t::file |
file name to redirect to/from.
if empty, the channel must be closed.