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

NLNET::CGraphUpdate Struct Reference

#include <admin.h> +

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

Public Member Functions

 CGraphUpdate (const std::string &n, sint u)

Data Fields

uint32 LastUpdate
std::string Name
int Update
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLNET::CGraphUpdate::CGraphUpdate const std::string &  n,
sint  u
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 58 of file admin.h. +

+References LastUpdate, sint, and Update. +

+

00058 : Name(n), Update(u), LastUpdate(0) { }
+
+


Field Documentation

+

+ + + + +
+ + +
uint32 NLNET::CGraphUpdate::LastUpdate +
+
+ + + + + +
+   + + +

+ +

+Definition at line 63 of file admin.h. +

+Referenced by CGraphUpdate().

+

+ + + + +
+ + +
std::string NLNET::CGraphUpdate::Name +
+
+ + + + + +
+   + + +

+ +

+Definition at line 60 of file admin.h.

+

+ + + + +
+ + +
int NLNET::CGraphUpdate::Update +
+
+ + + + + +
+   + + +

+ +

+Definition at line 61 of file admin.h. +

+Referenced by CGraphUpdate().

+


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