From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a04377.html | 105 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 docs/doxygen/nel/a04377.html (limited to 'docs/doxygen/nel/a04377.html') diff --git a/docs/doxygen/nel/a04377.html b/docs/doxygen/nel/a04377.html new file mode 100644 index 00000000..09d5f38d --- /dev/null +++ b/docs/doxygen/nel/a04377.html @@ -0,0 +1,105 @@ + + +NeL: i_xml.cpp File Reference + + + +
+

i_xml.cpp File Reference


Detailed Description

+Input xml stream

+

Id
i_xml.cpp,v 1.18 2003/12/10 15:12:38 corvazier Exp
+ +

+Definition in file i_xml.cpp. +

+#include "stdmisc.h"
+#include "nel/misc/i_xml.h"
+#include <libxml/xmlerror.h>
+ +

+Go to the source code of this file. + + + + + + + + + +

Namespaces

namespace  NLMISC

Defines

#define NLMISC_READ_BUFFER_SIZE   1024
#define readnumber(dest, thetype, digits, convfunc)
+


Define Documentation

+

+ + + + +
+ + +
#define NLMISC_READ_BUFFER_SIZE   1024 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 37 of file i_xml.cpp.

+

+ + + + +
+ + + + + + + + + + + + + + + + +
#define readnumberdest,
thetype,
digits,
convfunc   )  +
+
+ + + + + +
+   + + +

+Value:

string number_as_string; \
+        serialSeparatedBufferIn( number_as_string ); \
+        dest = (thetype)convfunc( number_as_string.c_str() );
+
+

+Definition at line 48 of file i_xml.cpp. +

+Referenced by NLMISC::CStringStream::serial(), NLMISC::CMemStream::serial(), NLMISC::CStringStream::serialHex(), and NLMISC::CMemStream::serialHex().

+


Generated on Tue Mar 16 06:42:36 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1