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/classAdmin.html | 172 ---------------------------------------- 1 file changed, 172 deletions(-) delete mode 100644 docs/module-doc/classAdmin.html (limited to 'docs/module-doc/classAdmin.html') diff --git a/docs/module-doc/classAdmin.html b/docs/module-doc/classAdmin.html deleted file mode 100644 index 58987f64c..000000000 --- a/docs/module-doc/classAdmin.html +++ /dev/null @@ -1,172 +0,0 @@ - - -InspIRCd: Admin Class Reference - - - -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members
-

Admin Class Reference

Holds /ADMIN data This class contains the admin details of the local server. -More... -

-#include <modules.h> -

-Inheritance diagram for Admin:

Inheritance graph
- - - -
[legend]
Collaboration diagram for Admin:

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

Public Member Functions

 Admin (std::string name, std::string email, std::string nick)

Public Attributes

const std::string Name
const std::string Email
const std::string Nick
-

Detailed Description

-Holds /ADMIN data This class contains the admin details of the local server. -

-It is constructed by class Server, and has three read-only values, Name, Email and Nick that contain the specified values for the server where the module is running. -

- -

-Definition at line 143 of file modules.h.


Constructor & Destructor Documentation

-

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
Admin::Admin std::string  name,
std::string  email,
std::string  nick
-
- - - - - -
-   - - -

- -

-Definition at line 162 of file modules.cpp.

00162 : Name(name), Email(email), Nick(nick) { };
-
-

-

-


Member Data Documentation

-

- - - - -
- - - - -
const std::string Admin::Email
-
- - - - - -
-   - - -

- -

-Definition at line 146 of file modules.h.

-

- - - - -
- - - - -
const std::string Admin::Name
-
- - - - - -
-   - - -

- -

-Definition at line 146 of file modules.h.

-

- - - - -
- - - - -
const std::string Admin::Nick
-
- - - - - -
-   - - -

- -

-Definition at line 146 of file modules.h.

-


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