stc
Loading...
Searching...
No Matches
Classes | Functions
stc::Unix Namespace Reference

Classes

struct  Config
 
struct  Environment
 
struct  LowLevelWrapper
 
struct  Pipe
 
struct  Pipes
 
class  Process
 
struct  PTY
 

Functions

std::shared_ptr< PipecreatePipe ()
 
std::shared_ptr< PTYcreatePTY ()
 

Function Documentation

◆ createPipe()

std::shared_ptr< Pipe > stc::Unix::createPipe ( )
inline

Shorthand for creating a new pipe. Saves a few characters, does nothing special aside calling std::make_shared

◆ createPTY()

std::shared_ptr< PTY > stc::Unix::createPTY ( )
inline

Shorthand for creating a new PTY. Saves a few characters, does nothing special aside calling std::make_shared