Function CSPApplication::operator()()
Description:
Retrieves the variable requested. Same as member function GetValue().
 |
Prototype:
CSPVariant operator()(const CSPString& strName) const;
Arguments:
- const CSPString& strName [IN]
The name of the requested variable.
Return value:
See member function GetValue().
See also:
member functions GetValue(), SetValue()
|
|