|
OpenVPN 3 Core Library
|
Public Types | |
| using | Ptr = RCPtr< TestType > |
| using | WPtr = RCWeakPtr< TestType > |
| using | Base = BASE |
Public Member Functions | |
| TestType (const std::string &name_arg) | |
| ~TestType () | |
| void | go (const char *title) |
Public Attributes | |
| std::string | name |
Definition at line 11 of file test_rc.cpp.
| using TestType< BASE >::Base = BASE |
Definition at line 16 of file test_rc.cpp.
Definition at line 14 of file test_rc.cpp.
Definition at line 15 of file test_rc.cpp.
|
inline |
Definition at line 18 of file test_rc.cpp.
Definition at line 24 of file test_rc.cpp.
|
inline |
Definition at line 29 of file test_rc.cpp.
| std::string TestType< BASE >::name |
Definition at line 34 of file test_rc.cpp.