#include <Sandbox.h>
Inheritance diagram for Sandbox:
Public Member Functions | |
Sandbox (ThreadManager *MTHREAD_h) | |
~Sandbox () | |
void | test () |
template<class T> | |
T | getSetting (string name_h, int type) |
template<class T> | |
vector< T > | getVectorSetting (string name_h, int type) |
template<class T> | |
T | test2 (const std::string &s) |
void | printAString (string what) |
vector< TestStructure * > | getTestStructure () |
void | testThreads () |
Private Attributes | |
vector< TestStructure > | testVector |
Definition at line 38 of file Sandbox.h.
Sandbox | ( | ThreadManager * | MTHREAD_h | ) |
Definition at line 42 of file Sandbox.cpp.
~Sandbox | ( | ) |
Definition at line 47 of file Sandbox.cpp.
void test | ( | ) |
Definition at line 90 of file Sandbox.cpp.
Referenced by MainProgram::run().
Here is the caller graph for this function:
T getSetting | ( | string | name_h, | |
int | type | |||
) |
Definition at line 449 of file Sandbox.cpp.
vector<T> getVectorSetting | ( | string | name_h, | |
int | type | |||
) |
T test2 | ( | const std::string & | s | ) |
Definition at line 494 of file Sandbox.cpp.
vector< TestStructure * > getTestStructure | ( | ) |
Definition at line 503 of file Sandbox.cpp.
void testThreads | ( | ) |
Definition at line 516 of file Sandbox.cpp.
vector<TestStructure> testVector [private] |