2003-01-26 23:52:48 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< html > < head > < meta http-equiv = "Content-Type" content = "text/html;charset=iso-8859-1" >
< title > classbase class Reference< / title >
2004-04-03 15:46:53 +00:00
< link href = "inspircd.css" rel = "stylesheet" type = "text/css" >
2003-01-26 23:52:48 +00:00
< / head > < body >
2003-03-30 12:32:32 +00:00
<!-- Generated by Doxygen 1.3 - rc3 -->
2003-01-26 23:52:48 +00:00
< center >
2004-04-04 22:03:32 +00:00
< 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" > Compound List< / a > < a class = "qindex" href = "files.html" > File List< / a > < a class = "qindex" href = "functions.html" > Compound Members< / a > < a class = "qindex" href = "globals.html" > File Members< / a > < / center >
2003-02-09 12:49:00 +00:00
< hr > < h1 > classbase Class Reference< / h1 > The base class for all inspircd classes.
< a href = "#_details" > More...< / a >
< p >
< code > #include < < a class = "el" href = "base_8h-source.html" > base.h< / a > > < / code >
2003-01-26 23:52:48 +00:00
< p >
2003-03-30 12:32:32 +00:00
Inheritance diagram for classbase:< p > < center > < img src = "classclassbase__inherit__graph.gif" border = "0" usemap = "#classbase__inherit__map" alt = "Inheritance graph" > < / center >
< map name = "classbase__inherit__map" >
2004-04-29 15:23:02 +00:00
< area href = "classAdmin.html" shape = "rect" coords = "163,5,211,27" alt = "" >
2004-04-29 15:34:51 +00:00
< area href = "classConfigReader.html" shape = "rect" coords = "141,51,232,72" alt = "" >
< area href = "classConnectClass.html" shape = "rect" coords = "143,96,231,117" alt = "" >
< area href = "classExtensible.html" shape = "rect" coords = "152,141,221,163" alt = "" >
< area href = "classExtMode.html" shape = "rect" coords = "157,187,216,208" alt = "" >
< area href = "classFileReader.html" shape = "rect" coords = "149,232,224,253" alt = "" >
< area href = "classHostItem.html" shape = "rect" coords = "157,277,216,299" alt = "" >
< area href = "classInvited.html" shape = "rect" coords = "164,323,209,344" alt = "" >
< area href = "classModeParameter.html" shape = "rect" coords = "135,368,239,389" alt = "" >
< area href = "classModule.html" shape = "rect" coords = "161,413,212,435" alt = "" >
< area href = "classModuleFactory.html" shape = "rect" coords = "140,459,233,480" alt = "" >
< area href = "classpacket.html" shape = "rect" coords = "161,504,212,525" alt = "" >
< area href = "classServer.html" shape = "rect" coords = "161,549,212,571" alt = "" >
< area href = "classVersion.html" shape = "rect" coords = "160,595,213,616" alt = "" >
< area href = "classXLine.html" shape = "rect" coords = "165,640,208,661" alt = "" >
2003-01-26 23:52:48 +00:00
< / map >
2003-03-30 12:32:32 +00:00
< center > < font size = "2" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / font > < / center > Collaboration diagram for classbase:< p > < center > < img src = "classclassbase__coll__graph.gif" border = "0" usemap = "#classbase__coll__map" alt = "Collaboration graph" > < / center >
< center > < font size = "2" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / font > < / center > < a href = "classclassbase-members.html" > List of all members.< / a > < table border = 0 cellpadding = 0 cellspacing = 0 >
2003-01-26 23:52:48 +00:00
< tr > < td > < / td > < / tr >
2003-03-30 12:32:32 +00:00
< tr > < td colspan = 2 > < br > < h2 > Public Member Functions< / h2 > < / td > < / tr >
2003-01-26 23:52:48 +00:00
< tr > < td nowrap align = right valign = top > < / td > < td valign = bottom > < a class = "el" href = "classclassbase.html#a0" > classbase< / a > ()< / td > < / tr >
2003-02-09 12:49:00 +00:00
< tr > < td > < / td > < td > < font size = -1 > < em > Constructor, Sets the object's time.< / em > < a href = "#a0" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
2003-01-26 23:52:48 +00:00
< tr > < td nowrap align = right valign = top > < / td > < td valign = bottom > < a class = "el" href = "classclassbase.html#a1" > ~classbase< / a > ()< / td > < / tr >
< tr > < td colspan = 2 > < br > < h2 > Public Attributes< / h2 > < / td > < / tr >
< tr > < td nowrap align = right valign = top > time_t < / td > < td valign = bottom > < a class = "el" href = "classclassbase.html#m0" > age< / a > < / td > < / tr >
2003-02-09 12:49:00 +00:00
< tr > < td > < / td > < td > < font size = -1 > < em > Time that the object was instantiated (used for TS calculation etc).< / em > < a href = "#m0" > < / a > < em > < / em > < / font > < br > < br > < / td > < / tr >
2003-01-26 23:52:48 +00:00
< / table >
2003-02-09 12:49:00 +00:00
< hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
The base class for all inspircd classes.
< p >
< p >
2004-04-29 15:23:02 +00:00
Definition at line < a class = "el" href = "base_8h-source.html#l00017" > 17< / a > of file < a class = "el" href = "base_8h-source.html" > base.h< / a > .< hr > < h2 > Constructor & Destructor Documentation< / h2 >
2003-01-26 23:52:48 +00:00
< a name = "a0" doxytag = "classbase::classbase" > < / a > < p >
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > classbase::classbase < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < code > [inline]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2003-02-09 12:49:00 +00:00
Constructor, Sets the object's time.
< p >
2003-01-26 23:52:48 +00:00
< p >
2004-04-29 15:23:02 +00:00
Definition at line < a class = "el" href = "base_8h-source.html#l00027" > 27< / a > of file < a class = "el" href = "base_8h-source.html" > base.h< / a > .
2003-01-26 23:52:48 +00:00
< p >
2004-04-29 15:23:02 +00:00
< div class = "fragment" > < pre > 00027 { < a class = "code" href = "classclassbase.html#m0" > age< / a > = time(NULL); }
2003-01-26 23:52:48 +00:00
< / pre > < / div > < / td >
< / tr >
< / table >
< a name = "a1" doxytag = "classbase::~classbase" > < / a > < p >
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > classbase::~classbase < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < code > [inline]< / code > < / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
< p >
2004-04-29 15:23:02 +00:00
Definition at line < a class = "el" href = "base_8h-source.html#l00028" > 28< / a > of file < a class = "el" href = "base_8h-source.html" > base.h< / a > .
2003-01-26 23:52:48 +00:00
< p >
2004-04-29 15:23:02 +00:00
< div class = "fragment" > < pre > 00028 { }
2003-01-26 23:52:48 +00:00
< / pre > < / div > < / td >
< / tr >
< / table >
< hr > < h2 > Member Data Documentation< / h2 >
< a name = "m0" doxytag = "classbase::age" > < / a > < p >
< table width = "100%" cellpadding = "2" cellspacing = "0" border = "0" >
< tr >
< td class = "md" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > time_t classbase::age
< / table >
< / td >
< / tr >
< / table >
< table cellspacing = 5 cellpadding = 0 border = 0 >
< tr >
< td >
< / td >
< td >
< p >
2003-02-09 12:49:00 +00:00
Time that the object was instantiated (used for TS calculation etc).
< p >
2003-01-26 23:52:48 +00:00
< p >
2004-04-29 15:23:02 +00:00
Definition at line < a class = "el" href = "base_8h-source.html#l00022" > 22< / a > of file < a class = "el" href = "base_8h-source.html" > base.h< / a > . < / td >
2003-01-26 23:52:48 +00:00
< / tr >
< / table >
< hr > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "base_8h-source.html" > base.h< / a > < / ul >
2004-04-30 12:26:11 +00:00
< hr > < address style = "align: right;" > < small > Generated on Fri Apr 30 13:23:26 2004 for InspIRCd by
2003-01-26 23:52:48 +00:00
< a href = "http://www.doxygen.org/index.html" >
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = 0
2003-03-30 12:32:32 +00:00
width=110 height=53>< / a > 1.3-rc3 < / small > < / address >
2003-01-26 23:52:48 +00:00
< / body >
< / html >