, including all inherited members.
add_exec(const char *prog) | stx::ExecPipeImpl | [inline] |
add_exec(const char *prog, const char *arg1) | stx::ExecPipeImpl | [inline] |
add_exec(const char *prog, const char *arg1, const char *arg2) | stx::ExecPipeImpl | [inline] |
add_exec(const char *prog, const char *arg1, const char *arg2, const char *arg3) | stx::ExecPipeImpl | [inline] |
add_exec(const std::vector< std::string > *args) | stx::ExecPipeImpl | [inline] |
add_exece(const char *path, const std::vector< std::string > *argsp, const std::vector< std::string > *envp) | stx::ExecPipeImpl | [inline] |
add_execp(const char *prog) | stx::ExecPipeImpl | [inline] |
add_execp(const char *prog, const char *arg1) | stx::ExecPipeImpl | [inline] |
add_execp(const char *prog, const char *arg1, const char *arg2) | stx::ExecPipeImpl | [inline] |
add_execp(const char *prog, const char *arg1, const char *arg2, const char *arg3) | stx::ExecPipeImpl | [inline] |
add_execp(const std::vector< std::string > *args) | stx::ExecPipeImpl | [inline] |
add_function(PipeFunction *func) | stx::ExecPipeImpl | [inline] |
all_return_codes_zero() const | stx::ExecPipeImpl | [inline] |
exec_stage(const Stage &stage) | stx::ExecPipeImpl | [protected] |
ExecPipeImpl() | stx::ExecPipeImpl | [inline] |
get_return_code(unsigned int stageid) const | stx::ExecPipeImpl | [inline] |
get_return_signal(unsigned int stageid) const | stx::ExecPipeImpl | [inline] |
get_return_status(unsigned int stageid) const | stx::ExecPipeImpl | [inline] |
input_source_write(const void *data, unsigned int datalen) | stx::ExecPipeImpl | [inline] |
m_buffer | stx::ExecPipeImpl | [private] |
m_debug_level | stx::ExecPipeImpl | [private] |
m_debug_output | stx::ExecPipeImpl | [private] |
m_input | stx::ExecPipeImpl | [private] |
m_input_fd | stx::ExecPipeImpl | [private] |
m_input_file | stx::ExecPipeImpl | [private] |
m_input_rbuffer | stx::ExecPipeImpl | [private] |
m_input_source | stx::ExecPipeImpl | [private] |
m_input_string | stx::ExecPipeImpl | [private] |
m_input_string_pos | stx::ExecPipeImpl | [private] |
m_output | stx::ExecPipeImpl | [private] |
m_output_fd | stx::ExecPipeImpl | [private] |
m_output_file | stx::ExecPipeImpl | [private] |
m_output_file_mode | stx::ExecPipeImpl | [private] |
m_output_sink | stx::ExecPipeImpl | [private] |
m_output_string | stx::ExecPipeImpl | [private] |
m_refs | stx::ExecPipeImpl | [private] |
m_stages | stx::ExecPipeImpl | [private] |
print_exec(const std::vector< std::string > &args) | stx::ExecPipeImpl | [protected] |
refs() | stx::ExecPipeImpl | [inline] |
run() | stx::ExecPipeImpl | |
sclose(int fd) | stx::ExecPipeImpl | [protected] |
set_debug_level(enum ExecPipe::DebugLevel dl) | stx::ExecPipeImpl | [inline] |
set_debug_output(void(*output)(const char *line)) | stx::ExecPipeImpl | [inline] |
set_input_fd(int fd) | stx::ExecPipeImpl | [inline] |
set_input_file(const char *path) | stx::ExecPipeImpl | [inline] |
set_input_source(PipeSource *source) | stx::ExecPipeImpl | [inline] |
set_input_string(const std::string *input) | stx::ExecPipeImpl | [inline] |
set_output_fd(int fd) | stx::ExecPipeImpl | [inline] |
set_output_file(const char *path, int mode=0666) | stx::ExecPipeImpl | [inline] |
set_output_sink(PipeSink *sink) | stx::ExecPipeImpl | [inline] |
set_output_string(std::string *output) | stx::ExecPipeImpl | [inline] |
size() const | stx::ExecPipeImpl | [inline] |
ST_FD enum value | stx::ExecPipeImpl | [private] |
ST_FILE enum value | stx::ExecPipeImpl | [private] |
ST_NONE enum value | stx::ExecPipeImpl | [private] |
ST_OBJECT enum value | stx::ExecPipeImpl | [private] |
ST_STRING enum value | stx::ExecPipeImpl | [private] |
stage_function_write(unsigned int st, const void *data, unsigned int datalen) | stx::ExecPipeImpl | [inline] |
stagelist_type typedef | stx::ExecPipeImpl | [private] |
StreamType enum name | stx::ExecPipeImpl | [private] |