Collaboration diagram for C++/Common/Enviroment:
Namespaces | |
namespace | std |
Classes | |
class | CommonEnviromentParseElement |
The purpose of this class is to encapsulate an enviroment variable. More... | |
class | CommonEnviromentParser |
This class is the interface to the parser for the CommonEnviroment class. More... | |
class | CommonEnviromentParserList |
The purpose of objects of this class is to maintain a list of lvalues and corresponding rvalues. More... | |
class | ssCommonEnviroment |
This class encapsulates the operating enviroment for the Swath Sonar system. More... | |
class | ssEnviroment |
Functions | |
void | pusha (const char *lvalue, const char *rvalue) |
Push a statement of the form lvalue = string. | |
void | pushn (const char *lvalue, double) |
Push a statement of the type lvalue = double. |
void pusha | ( | const char * | lvalue, | |
const char * | rvalue | |||
) |
Push a statement of the form lvalue = string.
lvalue | The name (key) of the variable. | |
rvalue | The argument of the variable. |
void pushn | ( | const char * | lvalue, | |
double | ||||
) |
Push a statement of the type lvalue = double.
lvalue | The name (key) of the variable. |