TiXmlOutStream Class Reference
#include <tinystr.h>
List of all members.
Detailed Description
Definition at line 304 of file tinystr.h.
Member Function Documentation
TiXmlOutStream& TiXmlOutStream::operator<< |
( |
const char * |
in |
) |
[inline] |
Definition at line 316 of file tinystr.h.
00317 {
00318 *this += in;
00319 return *this;
00320 }
Definition at line 309 of file tinystr.h.
00310 {
00311 *this += in;
00312 return *this;
00313 }
The documentation for this class was generated from the following file: