Definition at line 29 of file process.cpp.
◆ impl()
fc::process::impl::impl |
( |
| ) |
|
|
inline |
Definition at line 32 of file process.cpp.
33 :
stat( fc::asio::default_io_service() ){}
◆ ~impl()
fc::process::impl::~impl |
( |
| ) |
|
|
inline |
Definition at line 35 of file process.cpp.
36 {
37 try
38 {
40 {
42 }
44 {
45
47 }
48 }
49 catch(...)
50 {
51 wlog(
"caught exception cleaning up process: ${except_str}", (
"except_str",
fc::except_str()) );
52 }
53 }
fc::future< int > _exited
◆ _err
◆ _errp
std::shared_ptr<bp::pipe> fc::process::impl::_errp |
◆ _exited
fc::future<int> fc::process::impl::_exited |
◆ _in
◆ _inp
std::shared_ptr<bp::pipe> fc::process::impl::_inp |
◆ _out
◆ _outp
std::shared_ptr<bp::pipe> fc::process::impl::_outp |
◆ child
std::shared_ptr<bp::child> fc::process::impl::child |
◆ pctx
bp::context fc::process::impl::pctx |
◆ stat
bp::status fc::process::impl::stat |
The documentation for this class was generated from the following file: