From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../doxygen/nel/structNLNET_1_1TMessageRecord.html | 325 +++++++++++++++++++++ 1 file changed, 325 insertions(+) create mode 100644 docs/doxygen/nel/structNLNET_1_1TMessageRecord.html (limited to 'docs/doxygen/nel/structNLNET_1_1TMessageRecord.html') diff --git a/docs/doxygen/nel/structNLNET_1_1TMessageRecord.html b/docs/doxygen/nel/structNLNET_1_1TMessageRecord.html new file mode 100644 index 00000000..8f38d18a --- /dev/null +++ b/docs/doxygen/nel/structNLNET_1_1TMessageRecord.html @@ -0,0 +1,325 @@ + + + + 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  
+

NLNET::TMessageRecord Struct Reference

#include <message_recorder.h> +

+List of all members. + + + + + + + + + + + + +

Public Methods

 TMessageRecord (bool input=false)
 Default constructor. More...

 TMessageRecord (TNetworkEvent event, TSockId sockid, CMessage &msg, sint64 updatecounter)
 Alt. constructor. More...

void serial (NLMISC::CMemStream &stream)
 Serial to string stream. More...


Public Attributes

sint64 UpdateCounter
TNetworkEvent Event
TSockId SockId
CMessage Message
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
NLNET::TMessageRecord::TMessageRecord bool   input = false [inline]
+
+ + + + + +
+   + + +

+Default constructor. +

+ +

+Definition at line 65 of file message_recorder.h. +

+References Message, SockId, and UpdateCounter.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NLNET::TMessageRecord::TMessageRecord TNetworkEvent   event,
TSockId   sockid,
CMessage  msg,
sint64   updatecounter
[inline]
+
+ + + + + +
+   + + +

+Alt. constructor. +

+ +

+Definition at line 68 of file message_recorder.h. +

+References Event, Message, SockId, NLNET::TNetworkEvent, NLNET::TSockId, and UpdateCounter.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NLNET::TMessageRecord::serial NLMISC::CMemStream  stream [inline]
+
+ + + + + +
+   + + +

+Serial to string stream. +

+ +

+Definition at line 72 of file message_recorder.h. +

+References Event, NLNET::EventToString, NLMISC::IStream::isReading, Message, nlassert, NLMISC::CMemStream::serial, NLMISC::CMemStream::serialBuffer, NLMISC::CMemStream::serialHex, SockId, NLMISC::CMemStream::stringMode, NLNET::StringToEvent, and UpdateCounter.

+


Member Data Documentation

+

+ + + + +
+ + +
TNetworkEvent NLNET::TMessageRecord::Event +
+
+ + + + + +
+   + + +

+ +

+Definition at line 100 of file message_recorder.h. +

+Referenced by serial, and TMessageRecord.

+

+ + + + +
+ + +
CMessage NLNET::TMessageRecord::Message +
+
+ + + + + +
+   + + +

+ +

+Definition at line 102 of file message_recorder.h. +

+Referenced by serial, and TMessageRecord.

+

+ + + + +
+ + +
TSockId NLNET::TMessageRecord::SockId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 101 of file message_recorder.h. +

+Referenced by serial, and TMessageRecord.

+

+ + + + +
+ + +
sint64 NLNET::TMessageRecord::UpdateCounter +
+
+ + + + + +
+   + + +

+ +

+Definition at line 99 of file message_recorder.h. +

+Referenced by serial, and TMessageRecord.

+


The documentation for this struct was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1