Kea 2.5.8
pid_file.h File Reference
#include <exceptions/exceptions.h>
#include <boost/shared_ptr.hpp>
#include <fstream>
#include <ostream>
#include <string>
+ Include dependency graph for pid_file.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::util::PIDCantReadPID
 Exception thrown when an error occurs trying to read a PID from an opened file. More...
 
class  isc::util::PIDFile
 Class to help with processing PID files. More...
 
class  isc::util::PIDFileError
 Exception thrown when an error occurs during PID file processing. More...
 

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
namespace  isc::util
 

Typedefs

typedef boost::shared_ptr< PIDFile > isc::util::PIDFilePtr
 Defines a shared pointer to a PIDFile.