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

NLNET::CRequest Struct Reference

+ + + + + + + + + + + + + + + + + +

Public Member Functions

 CRequest (uint32 id, uint16 sid)

Data Fields

vector< pair< vector< string >,
+ vector< string > > > 
Answers
uint32 Id
uint32 NbReceived
uint NbWaiting
uint16 SId
uint32 Time
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLNET::CRequest::CRequest uint32  id,
uint16  sid
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 62 of file admin.cpp. +

+References id, NbReceived, NbWaiting, nldebug, SId, uint16, and uint32. +

+

00062                                          : Id(id), NbWaiting(0), NbReceived(0), SId(sid)
+00063         {
+00064                 nldebug ("ADMIN: ++ NbWaiting %d NbReceived %d", NbWaiting, NbReceived);
+00065                 Time = CTime::getSecondsSince1970 ();
+00066         }
+
+


Field Documentation

+

+ + + + +
+ + +
vector<pair<vector<string>, vector<string> > > NLNET::CRequest::Answers +
+
+ + + + + +
+   + + +

+ +

+Definition at line 74 of file admin.cpp.

+

+ + + + +
+ + +
uint32 NLNET::CRequest::Id +
+
+ + + + + +
+   + + +

+ +

+Definition at line 68 of file admin.cpp.

+

+ + + + +
+ + +
uint32 NLNET::CRequest::NbReceived +
+
+ + + + + +
+   + + +

+ +

+Definition at line 70 of file admin.cpp. +

+Referenced by CRequest().

+

+ + + + +
+ + +
uint NLNET::CRequest::NbWaiting +
+
+ + + + + +
+   + + +

+ +

+Definition at line 69 of file admin.cpp. +

+Referenced by CRequest().

+

+ + + + +
+ + +
uint16 NLNET::CRequest::SId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 71 of file admin.cpp. +

+Referenced by CRequest().

+

+ + + + +
+ + +
uint32 NLNET::CRequest::Time +
+
+ + + + + +
+   + + +

+ +

+Definition at line 72 of file admin.cpp.

+


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