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

transport_class.h File Reference


Detailed Description

+
Id
transport_class.h,v 1.19 2003/07/16 13:17:17 cado Exp
+ +

+Definition in file transport_class.h. +

+#include "nel/misc/types_nl.h"
+#include "nel/misc/stream.h"
+#include "nel/misc/entity_id.h"
+#include "nel/misc/sheet_id.h"
+#include "nel/net/unified_network.h"
+#include "nel/net/message.h"
+#include <vector>
+#include <string>
+ +

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

Namespaces

namespace  NLNET

Defines

#define TRANSPORT_CLASS_REGISTER(_c)
+


Define Documentation

+

+ + + + +
+ + + + + + + +
#define TRANSPORT_CLASS_REGISTER_c   )  +
+
+ + + + + +
+   + + +

+Value:

static _c _c##Instance; \
+        CTransportClass::registerClass (_c##Instance);
+
Use this macro to register a class that can be transported in the init of your program. +

+Definition at line 55 of file transport_class.h.

+


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