|
OpenVPN 3 Core Library
|
#include <openvpn/common/rc.hpp>Go to the source code of this file.
Classes | |
| class | openvpn::RcEnable< TypeT, RcT > |
| A class template that enables reference counting for a given type. More... | |
Namespaces | |
| namespace | openvpn |
Functions | |
| template<typename TypeT , typename RcT = RC<thread_unsafe_refcount>, typename... ArgsT> | |
| auto | openvpn::make_rc (ArgsT &&...args) |
| Helper function to create a reference-counted object with the default thread-unsafe reference counting policy. | |