#include <procfs.hpp>
|
| static std::string | to_string (const std::string &fn, const std::string &text) |
| |
| static void | write_sys (const std::string &fn, const std::string &text, Stop *async_stop=nullptr) |
| |
| static constexpr bool | is_thread_safe () |
| | Delegates call to RCImpl and returns the result.
|
| |
|
| std::string | fn |
| |
| std::string | text |
| |
Definition at line 24 of file procfs.hpp.
◆ ProcFS()
| openvpn::ProcFS::ProcFS |
( |
std::string |
fn_arg, |
|
|
std::string |
text_arg |
|
) |
| |
|
inline |
◆ execute()
| virtual void openvpn::ProcFS::execute |
( |
std::ostream & |
os | ) |
|
|
inlineoverridevirtual |
◆ OPENVPN_EXCEPTION()
| openvpn::ProcFS::OPENVPN_EXCEPTION |
( |
procfs_error |
| ) |
|
◆ to_string() [1/2]
| virtual std::string openvpn::ProcFS::to_string |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ to_string() [2/2]
| static std::string openvpn::ProcFS::to_string |
( |
const std::string & |
fn, |
|
|
const std::string & |
text |
|
) |
| |
|
inlinestatic |
◆ write_sys()
| static void openvpn::ProcFS::write_sys |
( |
const std::string & |
fn, |
|
|
const std::string & |
text, |
|
|
Stop * |
async_stop = nullptr |
|
) |
| |
|
inlinestatic |
◆ fn
| std::string openvpn::ProcFS::fn |
|
private |
◆ text
| std::string openvpn::ProcFS::text |
|
private |
The documentation for this class was generated from the following file: