stx::ExecPipe | Main library interface (reference counted pointer) |
stx::ExecPipeImpl | Main library implementation (internal object) |
stx::PipeFunction | Abstract class used as an intermediate pipe stage between executed processes |
stx::PipeSink | Abstract class used as an output stream source for an ExecPipe |
stx::PipeSource | Abstract class used as an input stream source for an ExecPipe |
stx::anonymous_namespace{stx-execpipe.cc}::RingBuffer | RingBuffer is a byte-oriented, pipe memory buffer which uses the underlying space in a circular fashion |
stx::ExecPipeImpl::Stage | Structure representing each stage in the pipe |