#include <CSXMLHelperTinyXML.h>
Inheritance diagram for TiFunctionReturn:
Public Member Functions | |
TiFunctionReturn (const char *initValue) |
|
Definition at line 20 of file CSXMLHelperTinyXML.h.
00020 : TiXmlText (initValue) 00021 { 00022 setType(TiXmlNode::FUNCTION); 00023 } |