From a96514c284514116300794696f062c7fa6b1f79f Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 14 Dec 2005 19:17:41 +0000 Subject: Added new docs for class InspIRCd and globals.h etc git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2451 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classserverstats.html | 359 ++++++++++++++++++++++++++++++++++ 1 file changed, 359 insertions(+) create mode 100644 docs/module-doc/classserverstats.html (limited to 'docs/module-doc/classserverstats.html') diff --git a/docs/module-doc/classserverstats.html b/docs/module-doc/classserverstats.html new file mode 100644 index 000000000..339a96961 --- /dev/null +++ b/docs/module-doc/classserverstats.html @@ -0,0 +1,359 @@ + + +InspIRCd: serverstats Class Reference + + + +
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members
+

serverstats Class Reference

#include <inspircd.h> +

+Collaboration diagram for serverstats:

Collaboration graph
+
[legend]
List of all members. + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Member Functions

 serverstats ()

Public Attributes

int statsAccept
int statsRefused
int statsUnknown
int statsCollisions
int statsDns
int statsDnsGood
int statsDnsBad
int statsConnects
int statsSent
int statsRecv
+

Detailed Description

+ +

+ +

+Definition at line 72 of file inspircd.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + +
serverstats::serverstats  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 86 of file inspircd.h. +

+References statsAccept, statsCollisions, statsConnects, statsDns, statsDnsBad, statsDnsGood, statsRecv, statsRefused, statsSent, and statsUnknown.

00087         {
+00088                 statsAccept = statsRefused = statsUnknown = 0;
+00089                 statsCollisions = statsDns = statsDnsGood = 0;
+00090                 statsDnsBad = statsConnects = statsSent = statsRecv = 0;
+00091         }
+
+

+

+


Member Data Documentation

+

+ + + + +
+ + + + +
int serverstats::statsAccept
+
+ + + + + +
+   + + +

+ +

+Definition at line 75 of file inspircd.h. +

+Referenced by serverstats().

+

+ + + + +
+ + + + +
int serverstats::statsCollisions
+
+ + + + + +
+   + + +

+ +

+Definition at line 78 of file inspircd.h. +

+Referenced by serverstats().

+

+ + + + +
+ + + + +
int serverstats::statsConnects
+
+ + + + + +
+   + + +

+ +

+Definition at line 82 of file inspircd.h. +

+Referenced by serverstats().

+

+ + + + +
+ + + + +
int serverstats::statsDns
+
+ + + + + +
+   + + +

+ +

+Definition at line 79 of file inspircd.h. +

+Referenced by serverstats().

+

+ + + + +
+ + + + +
int serverstats::statsDnsBad
+
+ + + + + +
+   + + +

+ +

+Definition at line 81 of file inspircd.h. +

+Referenced by serverstats().

+

+ + + + +
+ + + + +
int serverstats::statsDnsGood
+
+ + + + + +
+   + + +

+ +

+Definition at line 80 of file inspircd.h. +

+Referenced by serverstats().

+

+ + + + +
+ + + + +
int serverstats::statsRecv
+
+ + + + + +
+   + + +

+ +

+Definition at line 84 of file inspircd.h. +

+Referenced by serverstats().

+

+ + + + +
+ + + + +
int serverstats::statsRefused
+
+ + + + + +
+   + + +

+ +

+Definition at line 76 of file inspircd.h. +

+Referenced by serverstats().

+

+ + + + +
+ + + + +
int serverstats::statsSent
+
+ + + + + +
+   + + +

+ +

+Definition at line 83 of file inspircd.h. +

+Referenced by serverstats().

+

+ + + + +
+ + + + +
int serverstats::statsUnknown
+
+ + + + + +
+   + + +

+ +

+Definition at line 77 of file inspircd.h. +

+Referenced by serverstats().

+


The documentation for this class was generated from the following file: +
Generated on Wed Dec 14 19:16:28 2005 for InspIRCd by  + +doxygen 1.4.4-20050815
+ + -- cgit v1.2.3