SNode.C
|
#include <Pipe.h>
Public Member Functions | |
Pipe (const Pipe &pipe)=delete | |
Pipe & | operator= (const Pipe &pipe)=delete |
Pipe (const std::function< void(PipeSource &, PipeSink &)> &onSuccess, const std::function< void(int)> &onError) | |
Private Attributes | |
int | pipeFd [2] {} |
|
delete |
core::pipe::Pipe::Pipe | ( | const std::function< void(PipeSource &, PipeSink &)> & | onSuccess, |
const std::function< void(int)> & | onError ) |
Definition at line 35 of file Pipe.cpp.
References core::system::pipe2(), pipeFd, core::pipe::PipeSink::PipeSink(), and core::pipe::PipeSource::PipeSource().
|
private |