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/o__xml_8cpp.html | 134 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 docs/doxygen/nel/o__xml_8cpp.html (limited to 'docs/doxygen/nel/o__xml_8cpp.html') diff --git a/docs/doxygen/nel/o__xml_8cpp.html b/docs/doxygen/nel/o__xml_8cpp.html new file mode 100644 index 00000000..56622c88 --- /dev/null +++ b/docs/doxygen/nel/o__xml_8cpp.html @@ -0,0 +1,134 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

o_xml.cpp File Reference

Output xml stream. +More... +

+#include "stdmisc.h"
+#include "nel/misc/o_xml.h"
+ +

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

Namespaces

namespace  NLMISC

Defines

#define writenumber(src, format, digits)
+


Detailed Description

+Output xml stream. +

+

+Id:
+ o_xml.cpp,v 1.9 2002/10/02 13:33:01 corvazier Exp
+

+ +

+Definition in file o_xml.cpp.


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 43 of file o_xml.cpp.

+ + + +
                                                                                                                                                                    +

+ + -- cgit v1.2.1