2005-11-27 01:44:46 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2003-01-23 19:45:57 +00:00
< html > < head > < meta http-equiv = "Content-Type" content = "text/html;charset=iso-8859-1" >
2005-11-27 01:44:46 +00:00
< title > InspIRCd: Admin Class Reference< / title >
2005-05-13 15:52:30 +00:00
< link href = "inspircd.doxygen.css" rel = "stylesheet" type = "text/css" >
2003-01-23 19:45:57 +00:00
< / head > < body >
2005-11-27 01:44:46 +00:00
<!-- Generated by Doxygen 1.4.4 - 20050815 -->
< div class = "qindex" > < a class = "qindex" href = "main.html" > Main Page< / a > | < a class = "qindex" href = "namespaces.html" > Namespace List< / a > | < a class = "qindex" href = "hierarchy.html" > Class Hierarchy< / a > | < a class = "qindex" href = "classes.html" > Alphabetical List< / a > | < a class = "qindex" href = "annotated.html" > Class List< / a > | < a class = "qindex" href = "dirs.html" > Directories< / a > | < a class = "qindex" href = "files.html" > File List< / a > | < a class = "qindex" href = "namespacemembers.html" > Namespace Members< / a > | < a class = "qindex" href = "functions.html" > Class Members< / a > | < a class = "qindex" href = "globals.html" > File Members< / a > < / div >
< h1 > Admin Class Reference< / h1 > <!-- doxytag: class="Admin" --> <!-- doxytag: inherits="classbase" --> Holds /ADMIN data This class contains the admin details of the local server.
2003-01-23 19:45:57 +00:00
< a href = "#_details" > More...< / a >
< p >
< code > #include < < a class = "el" href = "modules_8h-source.html" > modules.h< / a > > < / code >
< p >
2005-05-13 02:04:28 +00:00
Inheritance diagram for Admin:< p > < center > < img src = "classAdmin__inherit__graph.gif" border = "0" usemap = "#Admin__inherit__map" alt = "Inheritance graph" > < / center >
< map name = "Admin__inherit__map" >
2005-11-27 01:44:46 +00:00
< area href = "classclassbase.html" shape = "rect" coords = "7,7,87,34" alt = "" >
2005-05-13 02:04:28 +00:00
< / map >
< center > < font size = "2" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / font > < / center > Collaboration diagram for Admin:< p > < center > < img src = "classAdmin__coll__graph.gif" border = "0" usemap = "#Admin__coll__map" alt = "Collaboration graph" > < / center >
< map name = "Admin__coll__map" >
2005-11-27 01:44:46 +00:00
< area href = "classclassbase.html" shape = "rect" coords = "7,97,87,124" alt = "" >
2005-05-13 02:04:28 +00:00
< / map >
2005-11-27 01:44:46 +00:00
< center > < font size = "2" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / font > < / center > < a href = "classAdmin-members.html" > List of all members.< / a > < table border = "0" cellpadding = "0" cellspacing = "0" >
2003-01-23 19:45:57 +00:00
< tr > < td > < / td > < / tr >
2005-11-27 01:44:46 +00:00
< tr > < td colspan = "2" > < br > < h2 > Public Member Functions< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classAdmin.html#Admin_28std_3A_3Astring_20name_2C_20std_3A_3Astring_20email_2C_20std_3A_3Astring_20nick_29" > Admin< / a > (< a class = "el" href = "namespaceirc.html#string" > std::string< / a > name, < a class = "el" href = "namespaceirc.html#string" > std::string< / a > email, < a class = "el" href = "namespaceirc.html#string" > std::string< / a > nick)< / td > < / tr >
2005-03-25 03:51:56 +00:00
2005-11-27 01:44:46 +00:00
< tr > < td colspan = "2" > < br > < h2 > Public Attributes< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > const < a class = "el" href = "namespaceirc.html#string" > std::string< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classAdmin.html#Name" > Name< / a > < / td > < / tr >
2005-03-25 03:51:56 +00:00
2005-11-27 01:44:46 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > const < a class = "el" href = "namespaceirc.html#string" > std::string< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classAdmin.html#Email" > Email< / a > < / td > < / tr >
2005-03-25 03:51:56 +00:00
2005-11-27 01:44:46 +00:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > const < a class = "el" href = "namespaceirc.html#string" > std::string< / a > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classAdmin.html#Nick" > Nick< / a > < / td > < / tr >
2005-03-25 03:51:56 +00:00
2003-01-23 19:45:57 +00:00
< / table >
< hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
2005-03-25 03:51:56 +00:00
Holds /ADMIN data This class contains the admin details of the local server.
2003-01-23 19:45:57 +00:00
< p >
2005-11-27 01:44:46 +00:00
It is constructed by class < a class = "el" href = "classServer.html" > Server< / a > , and has three read-only values, Name, Email and Nick that contain the specified values for the server where the module is running.
2003-01-23 19:45:57 +00:00
< p >
< p >
2005-11-27 01:44:46 +00:00
Definition at line < a class = "el" href = "modules_8h-source.html#l00124" > 124< / a > of file < a class = "el" href = "modules_8h-source.html" > modules.h< / a > .< hr > < h2 > Constructor & Destructor Documentation< / h2 >
< a class = "anchor" name = "Admin_28std_3A_3Astring_20name_2C_20std_3A_3Astring_20email_2C_20std_3A_3Astring_20nick_29" > < / a > <!-- doxytag: member="Admin::Admin" ref="Admin_28std_3A_3Astring_20name_2C_20std_3A_3Astring_20email_2C_20std_3A_3Astring_20nick_29" args="(std::string name, std::string email, std::string nick)" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
2003-01-23 19:45:57 +00:00
< tr >
2005-03-25 03:51:56 +00:00
< td class = "mdRow" >
2003-01-23 19:45:57 +00:00
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
2005-11-27 01:44:46 +00:00
< td class = "md" nowrap valign = "top" > Admin::Admin < / td >
2003-01-23 19:45:57 +00:00
< td class = "md" valign = "top" > ( < / td >
2005-11-27 01:44:46 +00:00
< td class = "md" nowrap valign = "top" > < a class = "el" href = "namespaceirc.html#string" > std::string< / a > < / td >
2005-03-25 03:51:56 +00:00
< td class = "mdname" nowrap > < em > name< / em > , < / td >
2003-01-23 19:45:57 +00:00
< / tr >
< tr >
2005-11-27 01:44:46 +00:00
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > < a class = "el" href = "namespaceirc.html#string" > std::string< / a > < / td >
2005-03-25 03:51:56 +00:00
< td class = "mdname" nowrap > < em > email< / em > , < / td >
2003-01-23 19:45:57 +00:00
< / tr >
< tr >
2005-11-27 01:44:46 +00:00
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > < a class = "el" href = "namespaceirc.html#string" > std::string< / a > < / td >
2005-03-25 03:51:56 +00:00
< td class = "mdname" nowrap > < em > nick< / em > < / td >
2003-01-23 19:45:57 +00:00
< / tr >
< tr >
2005-11-27 01:44:46 +00:00
< td class = "md" > < / td >
2003-01-23 19:45:57 +00:00
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
2005-11-27 01:44:46 +00:00
< table cellspacing = "5" cellpadding = "0" border = "0" >
2003-01-23 19:45:57 +00:00
< tr >
< td >
< / td >
< td >
< p >
< p >
2005-11-27 01:44:46 +00:00
Definition at line < a class = "el" href = "modules_8cpp-source.html#l00250" > 250< / a > of file < a class = "el" href = "modules_8cpp-source.html" > modules.cpp< / a > .< div class = "fragment" > < pre class = "fragment" > < a name = "l00250" > < / a > 00250 : < a class = "code" href = "classAdmin.html#Name" > Name< / a > (name), < a class = "code" href = "classAdmin.html#Email" > Email< / a > (email), < a class = "code" href = "classAdmin.html#Nick" > Nick< / a > (nick) { };
< / pre > < / div >
2003-01-23 19:45:57 +00:00
< p >
2005-11-27 01:44:46 +00:00
< / td >
2003-01-23 19:45:57 +00:00
< / tr >
< / table >
< hr > < h2 > Member Data Documentation< / h2 >
2005-11-27 01:44:46 +00:00
< a class = "anchor" name = "Email" > < / a > <!-- doxytag: member="Admin::Email" ref="Email" args="" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
2003-01-23 19:45:57 +00:00
< tr >
2005-03-25 03:51:56 +00:00
< td class = "mdRow" >
2003-01-23 19:45:57 +00:00
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
2005-11-27 01:44:46 +00:00
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "namespaceirc.html#string" > std::string< / a > < a class = "el" href = "classAdmin.html#Email" > Admin::Email< / a > < / td >
< / tr >
2003-01-23 19:45:57 +00:00
< / table >
< / td >
< / tr >
< / table >
2005-11-27 01:44:46 +00:00
< table cellspacing = "5" cellpadding = "0" border = "0" >
2003-01-23 19:45:57 +00:00
< tr >
< td >
< / td >
< td >
< p >
< p >
2005-11-27 01:44:46 +00:00
Definition at line < a class = "el" href = "modules_8h-source.html#l00127" > 127< / a > of file < a class = "el" href = "modules_8h-source.html" > modules.h< / a > . < / td >
2003-01-23 19:45:57 +00:00
< / tr >
< / table >
2005-11-27 01:44:46 +00:00
< a class = "anchor" name = "Name" > < / a > <!-- doxytag: member="Admin::Name" ref="Name" args="" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
2003-01-23 19:45:57 +00:00
< tr >
2005-03-25 03:51:56 +00:00
< td class = "mdRow" >
2003-01-23 19:45:57 +00:00
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
2005-11-27 01:44:46 +00:00
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "namespaceirc.html#string" > std::string< / a > < a class = "el" href = "classAdmin.html#Name" > Admin::Name< / a > < / td >
< / tr >
2003-01-23 19:45:57 +00:00
< / table >
< / td >
< / tr >
< / table >
2005-11-27 01:44:46 +00:00
< table cellspacing = "5" cellpadding = "0" border = "0" >
2003-01-23 19:45:57 +00:00
< tr >
< td >
< / td >
< td >
< p >
< p >
2005-11-27 01:44:46 +00:00
Definition at line < a class = "el" href = "modules_8h-source.html#l00127" > 127< / a > of file < a class = "el" href = "modules_8h-source.html" > modules.h< / a > . < / td >
2003-01-23 19:45:57 +00:00
< / tr >
< / table >
2005-11-27 01:44:46 +00:00
< a class = "anchor" name = "Nick" > < / a > <!-- doxytag: member="Admin::Nick" ref="Nick" args="" --> < p >
< table class = "mdTable" cellpadding = "2" cellspacing = "0" >
2003-01-23 19:45:57 +00:00
< tr >
2005-03-25 03:51:56 +00:00
< td class = "mdRow" >
2003-01-23 19:45:57 +00:00
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
2005-11-27 01:44:46 +00:00
< td class = "md" nowrap valign = "top" > const < a class = "el" href = "namespaceirc.html#string" > std::string< / a > < a class = "el" href = "classAdmin.html#Nick" > Admin::Nick< / a > < / td >
< / tr >
2003-01-23 19:45:57 +00:00
< / table >
< / td >
< / tr >
< / table >
2005-11-27 01:44:46 +00:00
< table cellspacing = "5" cellpadding = "0" border = "0" >
2003-01-23 19:45:57 +00:00
< tr >
< td >
< / td >
< td >
< p >
< p >
2005-11-27 01:44:46 +00:00
Definition at line < a class = "el" href = "modules_8h-source.html#l00127" > 127< / a > of file < a class = "el" href = "modules_8h-source.html" > modules.h< / a > . < / td >
2003-01-23 19:45:57 +00:00
< / tr >
< / table >
< hr > The documentation for this class was generated from the following files:< ul >
< li > < a class = "el" href = "modules_8h-source.html" > modules.h< / a > < li > < a class = "el" href = "modules_8cpp-source.html" > modules.cpp< / a > < / ul >
2005-11-27 01:44:46 +00:00
< hr size = "1" > < address style = "align: right;" > < small > Generated on Sun Nov 27 01:43:25 2005 for InspIRCd by
2003-01-23 19:45:57 +00:00
< a href = "http://www.doxygen.org/index.html" >
2005-11-27 01:44:46 +00:00
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = "0" > < / a > 1.4.4-20050815 < / small > < / address >
2003-01-23 19:45:57 +00:00
< / body >
< / html >