OpenVPN 3 Core Library
|
Public Types | |
typedef RCPtr< TestParentType > | Ptr |
typedef RCWeakPtr< TestParentType > | WPtr |
![]() | |
typedef RCPtr< TestType > | Ptr |
typedef RCWeakPtr< TestType > | WPtr |
typedef Base | Base |
Public Member Functions | |
TestParentType (const std::string &name_arg) | |
![]() | |
TestType (const std::string &name_arg) | |
~TestType () | |
void | go (const char *title) |
Public Attributes | |
std::string | parent_name |
![]() | |
std::string | name |
Definition at line 38 of file test_rc.cpp.
typedef RCPtr<TestParentType> TestParentType< Base >::Ptr |
Definition at line 41 of file test_rc.cpp.
typedef RCWeakPtr<TestParentType> TestParentType< Base >::WPtr |
Definition at line 42 of file test_rc.cpp.
|
inline |
Definition at line 44 of file test_rc.cpp.
std::string TestParentType< Base >::parent_name |
Definition at line 50 of file test_rc.cpp.