Sandbox Class Reference

#include <Sandbox.h>

Inheritance diagram for Sandbox:

Inheritance graph
[legend]
Collaboration diagram for Sandbox:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Sandbox (ThreadManager *MTHREAD_h)
 ~Sandbox ()
void test ()
template<class T>
getSetting (string name_h, int type)
template<class T>
vector< T > getVectorSetting (string name_h, int type)
template<class T>
test2 (const std::string &s)
void printAString (string what)
vector< TestStructure * > getTestStructure ()
void testThreads ()

Private Attributes

vector< TestStructuretestVector

Detailed Description

Definition at line 38 of file Sandbox.h.


Constructor & Destructor Documentation

Sandbox ( ThreadManager MTHREAD_h  ) 

Definition at line 42 of file Sandbox.cpp.

~Sandbox (  ) 

Definition at line 47 of file Sandbox.cpp.


Member Function Documentation

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.

void printAString ( string  what  )  [inline]

Definition at line 47 of file Sandbox.h.

vector< TestStructure * > getTestStructure (  ) 

Definition at line 503 of file Sandbox.cpp.

void testThreads (  ) 

Definition at line 516 of file Sandbox.cpp.


Member Data Documentation

vector<TestStructure> testVector [private]

Definition at line 52 of file Sandbox.h.

Referenced by getTestStructure().


The documentation for this class was generated from the following files: