From f62de63955ff77e800360eb140f108b5d2c6c075 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Dec 2005 18:32:09 +0000 Subject: Design flaw my ass. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2580 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classserverstats.html | 389 ---------------------------------- 1 file changed, 389 deletions(-) delete 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 deleted file mode 100644 index ab43c25c0..000000000 --- a/docs/module-doc/classserverstats.html +++ /dev/null @@ -1,389 +0,0 @@ - - -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
int BoundPortCount
-

Detailed Description

- -

- -

-Definition at line 74 of file inspircd.h.


Constructor & Destructor Documentation

-

- - - - -
- - - - - - - - -
serverstats::serverstats  )  [inline]
-
- - - - - -
-   - - -

- -

-Definition at line 89 of file inspircd.h. -

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

00090         {
-00091                 statsAccept = statsRefused = statsUnknown = 0;
-00092                 statsCollisions = statsDns = statsDnsGood = 0;
-00093                 statsDnsBad = statsConnects = statsSent = statsRecv = 0;
-00094                 BoundPortCount = 0;
-00095         }
-
-

-

-


Member Data Documentation

-

- - - - -
- - - - -
int serverstats::BoundPortCount
-
- - - - - -
-   - - -

- -

-Definition at line 87 of file inspircd.h. -

-Referenced by serverstats().

-

- - - - -
- - - - -
int serverstats::statsAccept
-
- - - - - -
-   - - -

- -

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

-Referenced by serverstats().

-

- - - - -
- - - - -
int serverstats::statsCollisions
-
- - - - - -
-   - - -

- -

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

-Referenced by force_nickchange(), and serverstats().

-

- - - - -
- - - - -
int serverstats::statsConnects
-
- - - - - -
-   - - -

- -

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

-Referenced by FullConnectUser(), and serverstats().

-

- - - - -
- - - - -
int serverstats::statsDns
-
- - - - - -
-   - - -

- -

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

-Referenced by serverstats().

-

- - - - -
- - - - -
int serverstats::statsDnsBad
-
- - - - - -
-   - - -

- -

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

-Referenced by serverstats().

-

- - - - -
- - - - -
int serverstats::statsDnsGood
-
- - - - - -
-   - - -

- -

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

-Referenced by serverstats().

-

- - - - -
- - - - -
int serverstats::statsRecv
-
- - - - - -
-   - - -

- -

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

-Referenced by serverstats().

-

- - - - -
- - - - -
int serverstats::statsRefused
-
- - - - - -
-   - - -

- -

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

-Referenced by serverstats().

-

- - - - -
- - - - -
int serverstats::statsSent
-
- - - - - -
-   - - -

- -

-Definition at line 85 of file inspircd.h. -

-Referenced by serverstats().

-

- - - - -
- - - - -
int serverstats::statsUnknown
-
- - - - - -
-   - - -

- -

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

-Referenced by serverstats().

-


The documentation for this class was generated from the following file: -
Generated on Mon Dec 19 18:05:23 2005 for InspIRCd by  - -doxygen 1.4.4-20050815
- - -- cgit v1.2.3