|
Silicium
|
#include <async_process.hpp>
Public Member Functions | |
| async_process () BOOST_NOEXCEPT | |
| async_process (process_handle process, file_handle child_error) BOOST_NOEXCEPT | |
| async_process (async_process &&other) BOOST_NOEXCEPT | |
| async_process & | operator= (async_process &&other) BOOST_NOEXCEPT |
| ~async_process () BOOST_NOEXCEPT | |
| error_or< int > | wait_for_exit () BOOST_NOEXCEPT |
Public Attributes | |
| process_handle | process |
| file_handle | child_error |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
| file_handle Si::async_process::child_error |
| process_handle Si::async_process::process |
1.8.10