blocxx
|
#include "blocxx/BLOCXX_config.h"
#include "blocxx/Exception.hpp"
#include "blocxx/Types.hpp"
#include "blocxx/IntrusiveCountableBase.hpp"
#include "blocxx/CommonFwd.hpp"
#include "blocxx/Cstr.hpp"
#include "blocxx/Timeout.hpp"
#include <vector>
Go to the source code of this file.
Classes | |
class | BLOCXX_NAMESPACE::Process |
Class for communicating with and managing a child process. More... | |
class | BLOCXX_NAMESPACE::Process::Status |
Portable process status. More... | |
struct | BLOCXX_NAMESPACE::Process::Status::Repr |
class | BLOCXX_NAMESPACE::ProcessImpl |
Abstract interface for abstracting details of dealing with a process. More... | |
Namespaces | |
namespace | BLOCXX_NAMESPACE |
Taken from RFC 1321. | |
Typedefs | |
typedef IntrusiveReference < ProcessImpl > | BLOCXX_NAMESPACE::ProcessImplRef |
Functions | |
BLOCXX_NAMESPACE::BLOCXX_DECLARE_EXCEPTION (ProcessError) |