47 template <
class T> T
getSetting(
string name_h,
int type);
49 template <
class T> T
test2(
const std::string& s);
50 void printAString(
string what){cout <<
"You printed: "<< what << endl;};
64 void testSearchMap(
const map<string, string>& map,
const string& search_for);
65 void testSearchMap2(
const map<string, string>& map_h,
const string& search_for);
void testPartMatching()
How to partial matching the key of a map.
void testPartMatching2()
How to partial matching the key of a map.
vector< TestStructure * > getTestStructure()
volatile TestStructure * agent
void printAString(string what)
Thread manager. Responsable to manage the main thread and "speak" with the GUI.
vector< T > getVectorSetting(string name_h, int type)
vector< TestStructure > testVector
void testSearchMap2(const map< string, string > &map_h, const string &search_for)
void fullTest()
Tests that require a full sandbox object including MTHREAD. Normally empty.
Base class for the regmas application.
T test2(const std::string &s)
T getSetting(string name_h, int type)
This file is the header of BaseClass and it is included by ALL compiled code.
void testSearchMap(const map< string, string > &map, const string &search_for)
void basicTest()
Simple tests that doesn't require anything else (are encapsulated) and so they can be run at the begi...