From f62de63955ff77e800360eb140f108b5d2c6c075 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Dec 2005 18:32:09 +0000 Subject: Design flaw my ass. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2580 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classBoolSet.html | 412 -------------------------------------- 1 file changed, 412 deletions(-) delete mode 100644 docs/module-doc/classBoolSet.html (limited to 'docs/module-doc/classBoolSet.html') diff --git a/docs/module-doc/classBoolSet.html b/docs/module-doc/classBoolSet.html deleted file mode 100644 index 61a5de168..000000000 --- a/docs/module-doc/classBoolSet.html +++ /dev/null @@ -1,412 +0,0 @@ - -
-
-#include <base.h>
-
-Collaboration diagram for BoolSet:

Public Member Functions | |
| BoolSet () | |
| 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) |
| 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 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) |
| Compare two BoolSets. | |
| BoolSet | operator| (BoolSet other) |
| OR two BoolSets together. | |
| BoolSet | operator & (BoolSet other) |
| AND two BoolSets together. | |
| bool | operator= (BoolSet other) |
| 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. -
- -
-Definition at line 104 of file base.h.
-
-
|
-
| - - | -
-
- -The default constructor initializes the BoolSet to all values unset. - - |
-
-
-
|
-
| - - | -
-
- -This constructor copies the default bitmask from a char. - - |
-
-
-
|
-
| - - | -
-
- -The Get method returns the value of one bool in the set. - -
|
-
-
-
|
-
| - - | -
-
- -The Unset method inverts (flips) one value in the set. - -
|
-
-
-
|
-
| - - | -
-
- -AND two BoolSets together. - - |
-
-
-
|
-
| - - | -
-
- -Assign one BoolSet to another. - - |
-
-
-
|
-
| - - | -
-
- -Compare two BoolSets. - - |
-
-
-
|
-
| - - | -
-
- -OR two BoolSets together. - - |
-
-
-
|
-
| - - | -
-
- -The Set method sets one bool in the set. - -
|
-
-
-
|
-
| - - | -
-
- -The Unset method unsets one value in the set. - -
|
-
-
-
|
-
| - - | -
-
- - - |
-
1.4.4-20050815
-
-
--
cgit v1.3.1-10-gc9f91