Public Member Functions | Protected Member Functions

TiXmlComment Class Reference

#include <tinyxml.h>

Inheritance diagram for TiXmlComment:
Inheritance graph
[legend]
Collaboration diagram for TiXmlComment:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Protected Member Functions


Detailed Description

An XML comment.


Constructor & Destructor Documentation

TiXmlComment::TiXmlComment (  )  [inline]

Constructs an empty comment.

Referenced by Clone().

Here is the caller graph for this function:

TiXmlComment::TiXmlComment ( const TiXmlComment copy  ) 

References CopyTo().

Here is the call graph for this function:

virtual TiXmlComment::~TiXmlComment (  )  [inline, virtual]

Member Function Documentation

void TiXmlComment::operator= ( const TiXmlComment base  ) 

References TiXmlNode::Clear(), and CopyTo().

Here is the call graph for this function:

TiXmlNode * TiXmlComment::Clone (  )  const [virtual]

Returns a copy of this Comment.

Implements TiXmlNode.

References CopyTo(), and TiXmlComment().

Here is the call graph for this function:

void TiXmlComment::Print ( FILE *  cfile,
int  depth 
) const [virtual]

Write this Comment to a FILE stream.

Implements TiXmlBase.

References TiXmlString::c_str(), and TiXmlNode::value.

Here is the call graph for this function:

const char * TiXmlComment::Parse ( const char *  p,
TiXmlParsingData data,
TiXmlEncoding  encoding 
) [virtual]
void TiXmlComment::CopyTo ( TiXmlComment target  )  const [protected]

Referenced by Clone(), operator=(), and TiXmlComment().

Here is the caller graph for this function:

void TiXmlComment::StreamOut ( TiXmlOutStream out  )  const [protected, virtual]

Implements TiXmlBase.

References TiXmlNode::value.


The documentation for this class was generated from the following files: