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.

C++

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;

Generated: Wed Apr 5 23:52:15 EST 2006 using "xsltproc ... docbook.xsl". Copyright (c) 2003, 2004, 2005; Paul Hamilton; pHamtec P/L. Use, modification, and distribution is provided free of any limitations.