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