IDA C++ SDK 9.2
Loading...
Searching...
No Matches
channel_redir_t Struct Reference

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

Detailed Description

Tools for command line parsing.

Member Function Documentation

◆ is_input()

bool channel_redir_t::is_input ( void ) const
inline

◆ is_output()

bool channel_redir_t::is_output ( void ) const
inline

◆ is_append()

bool channel_redir_t::is_append ( void ) const
inline

◆ is_quoted()

bool channel_redir_t::is_quoted ( void ) const
inline

Member Data Documentation

◆ fd

int channel_redir_t::fd

channel number

◆ file

qstring channel_redir_t::file

file name to redirect to/from.

if empty, the channel must be closed.

◆ flags

int channel_redir_t::flags

◆ start

int channel_redir_t::start

begin of the redirection string in the command line

◆ length

int channel_redir_t::length

length of the redirection string in the command line


The documentation for this struct was generated from the following file:
  • ida-sdk/src/include/pro.h