#include <daemon.hpp>
|
| LogReopen (const std::string &log_fn, const bool combine_out_err) |
|
virtual void | reopen () override |
|
| RC () noexcept=default |
|
| RC (const RC &)=delete |
|
virtual | ~RC ()=default |
|
RC & | operator= (const RC &)=delete |
|
olong | use_count () const noexcept |
| Delegates call to RCImpl and returns the result.
|
|
Definition at line 33 of file daemon.hpp.
◆ LogReopen()
openvpn::LogReopen::LogReopen |
( |
const std::string & |
log_fn, |
|
|
const bool |
combine_out_err |
|
) |
| |
|
inline |
◆ reopen()
virtual void openvpn::LogReopen::reopen |
( |
| ) |
|
|
inlineoverridevirtual |
◆ combine_out_err_
const bool openvpn::LogReopen::combine_out_err_ |
|
private |
◆ log_fn_
const std::string openvpn::LogReopen::log_fn_ |
|
private |
The documentation for this class was generated from the following file: