Function CSPTemplate::operator ()()
Description:
Retrieves the contained object associated with the specified tagname.
 |
Prototype:
CSPTemplate& operator ()(const CSPString& strTag) const;
Arguments:
- const CSPString& strTag [IN]
The tagname of the slot or container to retrieve.
Return value:
Returns the contained CSPTemplate object.
Remarks:
If there is no contained object associated to the specified tagname, an empty template object is returned.
Examples:
Template( "mytag" ).Echo( "Hello" );
See also:
member function operator []
|
|