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/a03900.html | 88 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 docs/doxygen/nel/a03900.html (limited to 'docs/doxygen/nel/a03900.html') diff --git a/docs/doxygen/nel/a03900.html b/docs/doxygen/nel/a03900.html new file mode 100644 index 00000000..33915820 --- /dev/null +++ b/docs/doxygen/nel/a03900.html @@ -0,0 +1,88 @@ + + +NeL: NLNET::TCallbackItem struct Reference + + + +
+

NLNET::TCallbackItem Struct Reference

#include <callback_net_base.h> +

+


Detailed Description

+Callback items. See CMsgSocket::update() for an explanation on how the callbacks are called. +

+ +

+Definition at line 59 of file callback_net_base.h. + + + + + + + + +

Data Fields

TMsgCallback Callback
 The callback function.

char * Key
 Key C string. It is a message type name, or "C" for connection or "D" for disconnection.

+


Field Documentation

+

+ + + + +
+ + +
TMsgCallback NLNET::TCallbackItem::Callback +
+
+ + + + + +
+   + + +

+The callback function. +

+ +

+Definition at line 64 of file callback_net_base.h. +

+Referenced by NLNET::CCallbackNetBase::addCallbackArray().

+

+ + + + +
+ + +
char* NLNET::TCallbackItem::Key +
+
+ + + + + +
+   + + +

+Key C string. It is a message type name, or "C" for connection or "D" for disconnection. +

+ +

+Definition at line 62 of file callback_net_base.h.

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 14:08:18 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1