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

NLNET::CAlarm Struct Reference

#include <admin.h> +

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

Public Member Functions

 CAlarm (const std::string &n, sint l, bool gt)

Data Fields

bool Activated
bool GT
int Limit
std::string Name
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
NLNET::CAlarm::CAlarm const std::string &  n,
sint  l,
bool  gt
[inline]
+
+ + + + + +
+   + + +

+ +

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

+References Activated, GT, Limit, and sint. +

+

00047 : Name(n), Limit(l), GT(gt), Activated(false) { }
+
+


Field Documentation

+

+ + + + +
+ + +
bool NLNET::CAlarm::Activated +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by CAlarm().

+

+ + + + +
+ + +
bool NLNET::CAlarm::GT +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by CAlarm().

+

+ + + + +
+ + +
int NLNET::CAlarm::Limit +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by CAlarm().

+

+ + + + +
+ + +
std::string NLNET::CAlarm::Name +
+
+ + + + + +
+   + + +

+ +

+Definition at line 49 of file admin.h.

+


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