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

report.cpp File Reference


Detailed Description

+This function display a custom message box to report something. It is used in the debug system

+

Id
report.cpp,v 1.9 2003/12/30 11:14:35 lecroart Exp
+ +

+Definition in file report.cpp. +

+#include "stdmisc.h"
+#include <stdio.h>
+#include <stdlib.h>
+#include <malloc.h>
+#include <nel/misc/common.h>
+#include "nel/misc/report.h"
+ +

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

Namespaces

namespace  NLMISC

Defines

#define DELETE_OBJECT(a)   if((a)!=NULL) { DeleteObject (a); a = NULL; }
+


Define Documentation

+

+ + + + +
+ + + + + + + +
#define DELETE_OBJECT  )    if((a)!=NULL) { DeleteObject (a); a = NULL; } +
+
+ + + + + +
+   + + +

+ +

+Definition at line 63 of file report.cpp.

+


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