Kea  1.5.0
process_spawn.h File Reference
#include <exceptions/exceptions.h>
#include <boost/noncopyable.hpp>
#include <string>
#include <sys/types.h>
#include <vector>
+ Include dependency graph for process_spawn.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::util::ProcessSpawn
 Utility class for spawning new processes. More...
 
class  isc::util::ProcessSpawnError
 Exception thrown when error occurs during spawning a process. More...
 

Namespaces

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 isc::util
 

Typedefs

typedef std::vector< std::string > isc::util::ProcessArgs
 Type of the container holding arguments of the executable being run as a background process. More...