tgl_structure_parser : get_variable |
Not sure.
Only other methods of this same object can call this method. This is called 'private' access.
The data-type returned is "stringtype"; Not sure.
This method is contained in the object "tgl_structure_parser".
The method takes the following arguments:
var : stringtype
Not sure.
Find the value of a variable.
std::map<std::string, std::string>::const_iterator i = _vars.find(var); if (i == _vars.end()) return ""; else return i->second;