Public Member Functions | |
| void | finalize () |
| bool | initialize () |
| void | step () |
Public Attributes | |
| char * | c |
| std::string | s |
| std::vector< std::string > | v |
Definition at line 157 of file tasks_test.cpp.
| void TestAllocate::finalize | ( | ) | [inline] |
Definition at line 177 of file tasks_test.cpp.
| bool TestAllocate::initialize | ( | ) | [inline] |
Definition at line 164 of file tasks_test.cpp.
| void TestAllocate::step | ( | ) | [inline] |
Definition at line 168 of file tasks_test.cpp.
| char* TestAllocate::c |
Definition at line 161 of file tasks_test.cpp.
| std::string TestAllocate::s |
Definition at line 162 of file tasks_test.cpp.
| std::vector<std::string> TestAllocate::v |
Definition at line 160 of file tasks_test.cpp.