From cd9f9a8add02597a2998ba74b803ed3fbf81314c Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 27 Nov 2005 01:44:46 +0000 Subject: Added new documentation git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1966 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classAdmin.html | 101 ++++++++++++++++++++-------------------- 1 file changed, 51 insertions(+), 50 deletions(-) (limited to 'docs/module-doc/classAdmin.html') diff --git a/docs/module-doc/classAdmin.html b/docs/module-doc/classAdmin.html index e8c844063..d026f9314 100644 --- a/docs/module-doc/classAdmin.html +++ b/docs/module-doc/classAdmin.html @@ -1,78 +1,77 @@ - + -InspIRCd: Admin class Reference +InspIRCd: Admin Class Reference - -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members
-

Admin Class Reference

Holds /ADMIN data This class contains the admin details of the local server. + +
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. +
[legend]
List of all members.
- - + + - - + + - + - +

Public Member Functions

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

Public Member Functions

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

Public Attributes

const std::string Name

Public Attributes

const std::string Name
const std::string Email
const std::string Email
const std::string Nick
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. +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 123 of file modules.h.


Constructor & Destructor Documentation

-

- +Definition at line 124 of file modules.h.

Constructor & Destructor Documentation

+

+

- + - + - - - + + + - - - + + + - + -
Admin::Admin Admin::Admin std::string std::string  name,
std::string std::string  email,
std::string std::string  nick
- +
+
  @@ -82,25 +81,26 @@ Definition at line 123 of

-Definition at line 249 of file modules.cpp. +Definition at line 250 of file modules.cpp.

00250 : Name(name), Email(email), Nick(nick) { };
+

-

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


Member Data Documentation

-

- +

+

- +
const std::string Admin::Email + const std::string Admin::Email
- +
+Definition at line 127 of file modules.h.
  @@ -110,21 +110,22 @@ Definition at line 249

-Definition at line 126 of file modules.h.

-

- +

+

- +
const std::string Admin::Name + const std::string Admin::Name
- +
+Definition at line 127 of file modules.h.
  @@ -134,21 +135,22 @@ Definition at line 126 of

-Definition at line 126 of file modules.h.

-

- +

+

- +
const std::string Admin::Nick + const std::string Admin::Nick
- +
+Definition at line 127 of file modules.h.
  @@ -158,14 +160,13 @@ Definition at line 126 of

-Definition at line 126 of file modules.h.


The documentation for this class was generated from the following files: -
Generated on Mon May 30 05:16:26 2005 for InspIRCd by +
Generated on Sun Nov 27 01:43:25 2005 for InspIRCd by  -doxygen -1.3.3
+doxygen 1.4.4-20050815
-- cgit v1.2.3