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/a04684.html | 76 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 docs/doxygen/nel/a04684.html (limited to 'docs/doxygen/nel/a04684.html') diff --git a/docs/doxygen/nel/a04684.html b/docs/doxygen/nel/a04684.html new file mode 100644 index 00000000..0bdb5e16 --- /dev/null +++ b/docs/doxygen/nel/a04684.html @@ -0,0 +1,76 @@ + + +NeL: o_xml.cpp File Reference + + + +
+

o_xml.cpp File Reference


Detailed Description

+Output xml stream

+

Id
o_xml.cpp,v 1.12 2003/11/18 10:16:30 corvazier Exp
+ +

+Definition in file o_xml.cpp. +

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

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

Namespaces

namespace  NLMISC

Defines

#define writenumber(src, format, digits)
+


Define Documentation

+

+ + + + +
+ + + + + + + + + + + + + +
#define writenumbersrc,
format,
digits   )  +
+
+ + + + + +
+   + + +

+Value:

char number_as_cstring [digits+1]; \
+        sprintf( number_as_cstring, format, src ); \
+        serialSeparatedBufferOut( number_as_cstring );
+
+

+Definition at line 46 of file o_xml.cpp. +

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

+


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