IDA C++ SDK 9.2
|
Tools for command line parsing. More...
#include <pro.h>
Public Member Functions | |
bool | is_input (void) const |
bool | is_output (void) const |
bool | is_append (void) const |
bool | is_quoted (void) const |
Public Attributes | |
int | fd |
channel number | |
qstring | file |
file name to redirect to/from. | |
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 |
Tools for command line parsing.
int channel_redir_t::fd |
channel number
qstring channel_redir_t::file |
file name to redirect to/from.
if empty, the channel must be closed.
int channel_redir_t::flags |
int channel_redir_t::start |
begin of the redirection string in the command line
int channel_redir_t::length |
length of the redirection string in the command line