Function CSPTemplate::operator ()()

Description:
Retrieves the contained object associated with the specified tagname.

Micronovae 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 []
CSPTemplate | Other support classes | Class Categories | Online help home | Back

Copyright © 2002 - 2006 Micronovae Ltd. - www.micronovae.com