From cd9f9a8add02597a2998ba74b803ed3fbf81314c Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 27 Nov 2005 01:44:46 +0000 Subject: Added new documentation git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1966 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classBoolSet.html | 176 ++++++++++++++++++-------------------- 1 file changed, 83 insertions(+), 93 deletions(-) (limited to 'docs/module-doc/classBoolSet.html') diff --git a/docs/module-doc/classBoolSet.html b/docs/module-doc/classBoolSet.html index bf356dabe..c812aee4f 100644 --- a/docs/module-doc/classBoolSet.html +++ b/docs/module-doc/classBoolSet.html @@ -1,79 +1,78 @@ - +
-
#include <base.h>
Collaboration diagram for BoolSet:

Public Member Functions | |
| BoolSet () | |
Public Member Functions | |
| BoolSet () | |
| The default constructor initializes the BoolSet to all values unset. | |
| BoolSet (char bitmask) | |
| The default constructor initializes the BoolSet to all values unset. | |
| BoolSet (char bitmask) | |
| This constructor copies the default bitmask from a char. | |
| void | Set (int number) |
| This constructor copies the default bitmask from a char. | |
| void | Set (int number) |
| The Set method sets one bool in the set. | |
| bool | Get (int number) |
| The Set method sets one bool in the set. | |
| bool | Get (int number) |
| The Get method returns the value of one bool in the set. | |
| void | Unset (int number) |
| The Get method returns the value of one bool in the set. | |
| void | Unset (int number) |
| The Unset method unsets one value in the set. | |
| void | Invert (int number) |
| The Unset method unsets one value in the set. | |
| void | Invert (int number) |
| The Unset method inverts (flips) one value in the set. | |
| bool | operator== (BoolSet other) |
| The Unset method inverts (flips) one value in the set. | |
| bool | operator== (BoolSet other) |
| Compare two BoolSets. | |
| BoolSet | operator| (BoolSet other) |
| Compare two BoolSets. | |
| BoolSet | operator| (BoolSet other) |
| OR two BoolSets together. | |
| BoolSet | operator & (BoolSet other) |
| OR two BoolSets together. | |
| BoolSet | operator & (BoolSet other) |
| AND two BoolSets together. | |
| bool | operator= (BoolSet other) |
| AND two BoolSets together. | |
| bool | operator= (BoolSet other) |
| Assign one BoolSet to another. | |
Private Attributes | |
| char | bits |
| Assign one BoolSet to another. | |
Private Attributes | |
| char | bits |
-Use BoolSet::Set and BoolSet::Get to set and get bools in the bitmask, and Unset and Invert for special operations upon them. +Use BoolSet::Set and BoolSet::Get to set and get bools in the bitmask, and Unset and Invert for special operations upon them.
-Definition at line 98 of file base.h.
-
|
| @@ -86,25 +85,24 @@ The default constructor initializes the BoolSet to all values unset. |
-
|
| @@ -118,25 +116,24 @@ This constructor copies the default bitmask from a char. |
-
|
|
@@ -148,32 +145,31 @@ The Get method returns the value of one bool in the set.
|
-
|
|
@@ -185,31 +181,30 @@ The Unset method inverts (flips) one value in the set.
|
-
|
| @@ -222,25 +217,24 @@ AND two BoolSets together. |
-
|
| @@ -253,25 +247,24 @@ Assign one BoolSet to another. |
-
|
| @@ -284,25 +277,24 @@ Compare two BoolSets. |
-
|
| @@ -315,25 +307,24 @@ OR two BoolSets together. |
-
|
|
@@ -345,31 +336,30 @@ The Set method sets one bool in the set.
|
-
|
|
@@ -381,25 +371,26 @@ The Unset method unsets one value in the set.
|
-
|
|
@@ -409,14 +400,13 @@ The Unset method unsets one value in the set.
|
+Definition at line 97 of file base.h.
-1.3.3
+
1.4.4-20050815
--
cgit v1.3.1-10-gc9f91