$search
Public Member Functions | |
void | finalize () |
bool | initialize () |
void | step () |
Public Attributes | |
char * | c |
std::string | s |
std::vector< std::string > | v |
Definition at line 165 of file tasks_test.cpp.
void TestAllocate::finalize | ( | ) | [inline] |
Definition at line 185 of file tasks_test.cpp.
bool TestAllocate::initialize | ( | ) | [inline] |
Definition at line 172 of file tasks_test.cpp.
void TestAllocate::step | ( | ) | [inline] |
Definition at line 176 of file tasks_test.cpp.
char* TestAllocate::c |
Definition at line 169 of file tasks_test.cpp.
std::string TestAllocate::s |
Definition at line 170 of file tasks_test.cpp.
std::vector<std::string> TestAllocate::v |
Definition at line 168 of file tasks_test.cpp.