|  | Kea 3.0.0
    | 
#include <asiolink/io_service.h>#include <exceptions/exceptions.h>#include <boost/noncopyable.hpp>#include <string>#include <sys/types.h>#include <vector>#include <boost/shared_ptr.hpp>Go to the source code of this file.
| Classes | |
| class | isc::asiolink::ProcessSpawn | 
| Utility class for spawning new processes.  More... | |
| class | isc::asiolink::ProcessSpawnError | 
| Exception thrown when error occurs during spawning a process.  More... | |
| Namespaces | |
| namespace | isc | 
| Defines the logger used by the top-level component of kea-lfc. | |
| namespace | isc::asiolink | 
| Typedefs | |
| typedef std::vector< std::string > | isc::asiolink::ProcessArgs | 
| Type of the container holding arguments of the executable being run as a background process. | |
| typedef std::vector< std::string > | isc::asiolink::ProcessEnvVars | 
| Type of the container holding environment variables of the executable being run as a background process. | |
| typedef boost::shared_ptr< ProcessSpawnImpl > | isc::asiolink::ProcessSpawnImplPtr | 
| Pointer to a ProcessSpawnImpl class. | |