powerd++  0.4.4
Classes | Namespaces
pidfile.hpp File Reference

Implements safer c++ wrappers for the pidfile_*() interface. More...

#include "error.hpp"
#include <libutil.h>
Include dependency graph for pidfile.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sys::pid::error
 The domain error type. More...
 
class  sys::pid::Pidfile
 A wrapper around the pidfile_* family of commands implementing the RAII pattern. More...
 

Namespaces

 sys
 Wrappers around native system interfaces.
 
 sys::pid
 This namespace contains safer c++ wrappers for the pidfile_*() interface.
 

Detailed Description

Implements safer c++ wrappers for the pidfile_*() interface.

Requires linking with -lutil.


Class Documentation

◆ sys::pid::error

struct sys::pid::error

The domain error type.