From 73b9d0c5cb02f0ea8350de28bc3687e0af70ea0f Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 23 Jan 2003 19:45:57 +0000 Subject: Initial revision git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@132 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classAdmin.html | 160 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create 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 new file mode 100644 index 000000000..663193311 --- /dev/null +++ b/docs/module-doc/classAdmin.html @@ -0,0 +1,160 @@ + + +Admin class Reference + + + +
+Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  
+

Admin Class Reference

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

+#include <modules.h> +

+List of all members. + + + + + + + +

Public Methods

 Admin (string name, string email, string nick)

Public Attributes

const string Name
const string Email
const 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 67 of file modules.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Admin::Admin string   name,
string   email,
string   nick
+
+ + + + + +
+   + + +

+ +

+Definition at line 33 of file modules.cpp. +

+

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


Member Data Documentation

+

+ + + + +
+ + +
const string Admin::Email +
+
+ + + + + +
+   + + +

+ +

+Definition at line 70 of file modules.h.

+

+ + + + +
+ + +
const string Admin::Name +
+
+ + + + + +
+   + + +

+ +

+Definition at line 70 of file modules.h.

+

+ + + + +
+ + +
const string Admin::Nick +
+
+ + + + + +
+   + + +

+ +

+Definition at line 70 of file modules.h.

+


The documentation for this class was generated from the following files: +
Generated on Wed Jan 22 20:56:47 2003 for InspIRCd by + +doxygen1.3-rc2
+ + -- cgit v1.3.1-10-gc9f91