Main Page   Namespace List   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>

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 80 of file modules.h.


Constructor & Destructor Documentation

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

Definition at line 106 of file modules.cpp.

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


Member Data Documentation

const std::string Admin::Email
 

Definition at line 83 of file modules.h.

const std::string Admin::Name
 

Definition at line 83 of file modules.h.

const std::string Admin::Nick
 

Definition at line 83 of file modules.h.


The documentation for this class was generated from the following files:
Generated on Sat Apr 17 13:31:44 2004 for InspIRCd by doxygen1.3-rc3