pipe Struct Reference

#include <boost/process/posix/pipe.hpp>

Public Member Functions

 pipe (int source, int sink)
 

Public Attributes

int sink
 
int source
 

Detailed Description

Definition at line 15 of file pipe.hpp.

Constructor & Destructor Documentation

◆ pipe()

pipe ( int  source,
int  sink 
)
inline

Definition at line 20 of file pipe.hpp.

Member Data Documentation

◆ sink

int sink

Definition at line 18 of file pipe.hpp.

◆ source

int source

Definition at line 17 of file pipe.hpp.


The documentation for this struct was generated from the following file: