From 767b12b0ab6a0d4ed5f7335b26d1c0f842d99543 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 26 Jan 2003 23:52:48 +0000 Subject: Modified documentation for base classes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@150 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classchanrec.html | 65 +++++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 30 deletions(-) (limited to 'docs/module-doc/classchanrec.html') diff --git a/docs/module-doc/classchanrec.html b/docs/module-doc/classchanrec.html index 2c9e2efcb..0fe1d45bc 100644 --- a/docs/module-doc/classchanrec.html +++ b/docs/module-doc/classchanrec.html @@ -11,6 +11,11 @@

#include <channels.h>

+

Inheritance diagram for chanrec: +

+ +classbase + List of all members. @@ -56,7 +61,7 @@ This class represents a channel, and contains its name, modes, time created, top

-Definition at line 85 of file channels.h.


Constructor & Destructor Documentation

+Definition at line 86 of file channels.h.

Constructor & Destructor Documentation


Public Methods

@@ -86,17 +91,17 @@ Creates a channel record and initialises it with default values.

-Definition at line 153 of file channels.h. -

-

00154         {
-00155                 strcpy(name,"");
-00156                 strcpy(custom_modes,"");
-00157                 strcpy(topic,"");
-00158                 strcpy(setby,"");
-00159                 strcpy(key,"");
-00160                 created = topicset = limit = 0;
-00161                 topiclock = noexternal = inviteonly = moderated = secret = c_private = false;
-00162         }
+Definition at line 154 of file channels.h.
+

+

00155         {
+00156                 strcpy(name,"");
+00157                 strcpy(custom_modes,"");
+00158                 strcpy(topic,"");
+00159                 strcpy(setby,"");
+00160                 strcpy(key,"");
+00161                 created = topicset = limit = 0;
+00162                 topiclock = noexternal = inviteonly = moderated = secret = c_private = false;
+00163         }
 
@@ -127,9 +132,9 @@ Definition at line 153 o

-Definition at line 164 of file channels.h. +Definition at line 165 of file channels.h.

-

00164 { /* stub */ }
+
00165 { /* stub */ }
 
@@ -157,7 +162,7 @@ The list of all bans set on the channel.

-Definition at line 149 of file channels.h. +Definition at line 150 of file channels.h.

@@ -183,7 +188,7 @@ Nonzero if the mode +p is set.

This value cannot be set at the same time as chanrec::secret

-Definition at line 145 of file channels.h. +Definition at line 146 of file channels.h.

@@ -209,7 +214,7 @@ Creation time.

-Definition at line 101 of file channels.h. +Definition at line 102 of file channels.h.

@@ -235,7 +240,7 @@ Custom modes for the channel.

Plugins may use this field in any way they see fit.

-Definition at line 94 of file channels.h. +Definition at line 95 of file channels.h.

@@ -261,7 +266,7 @@ Nonzero if the mode +i is set.

-Definition at line 131 of file channels.h. +Definition at line 132 of file channels.h.

@@ -287,7 +292,7 @@ Contains the channel key.

If this value is an empty string, there is no channel key in place.

-Definition at line 119 of file channels.h. +Definition at line 120 of file channels.h.

@@ -313,7 +318,7 @@ Contains the channel user limit.

If this value is zero, there is no limit in place.

-Definition at line 114 of file channels.h. +Definition at line 115 of file channels.h.

@@ -339,7 +344,7 @@ Nonzero if the mode +m is set.

-Definition at line 135 of file channels.h. +Definition at line 136 of file channels.h.

@@ -365,7 +370,7 @@ The channels name.

-Definition at line 90 of file channels.h. +Definition at line 91 of file channels.h.

@@ -391,7 +396,7 @@ Nonzero if the mode +n is set.

-Definition at line 127 of file channels.h. +Definition at line 128 of file channels.h.

@@ -417,7 +422,7 @@ Nonzero if the mode +s is set.

This value cannot be set at the same time as chanrec::c_private

-Definition at line 140 of file channels.h. +Definition at line 141 of file channels.h.

@@ -443,7 +448,7 @@ The last user to set the topic.

If this member is an empty string, no topic was ever set.

-Definition at line 109 of file channels.h. +Definition at line 110 of file channels.h.

@@ -469,7 +474,7 @@ Channel topic.

If this is an empty string, no channel topic is set.

-Definition at line 98 of file channels.h. +Definition at line 99 of file channels.h.

@@ -495,7 +500,7 @@ Nonzero if the mode +t is set.

-Definition at line 123 of file channels.h. +Definition at line 124 of file channels.h.

@@ -521,12 +526,12 @@ Time topic was set.

If no topic was ever set, this will be equal to chanrec::created

-Definition at line 105 of file channels.h. +Definition at line 106 of file channels.h.


The documentation for this class was generated from the following file: -
Generated on Thu Jan 23 20:28:58 2003 for InspIRCd by +
Generated on Sun Jan 26 23:45:48 2003 for InspIRCd by doxygen1.3-rc2
-- cgit v1.2.3