|
OpenVPN 3 Core Library
|
Public Types | |
| typedef RCPtr< TestParentType > | Ptr |
| typedef RCWeakPtr< TestParentType > | WPtr |
Public Types inherited from TestType< Base > | |
| typedef RCPtr< TestType > | Ptr |
| typedef RCWeakPtr< TestType > | WPtr |
| typedef Base | Base |
Public Member Functions | |
| TestParentType (const std::string &name_arg) | |
Public Member Functions inherited from TestType< Base > | |
| TestType (const std::string &name_arg) | |
| ~TestType () | |
| void | go (const char *title) |
Public Attributes | |
| std::string | parent_name |
Public Attributes inherited from TestType< Base > | |
| 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.