#include <bits.h>
List of all members.
Detailed Description
Definition at line 117 of file bits.h.
Constructor & Destructor Documentation
TFSet::TFSet |
( |
const int & |
FlagN1, |
|
|
const int & |
FlagN2 = -1 , |
|
|
const int & |
FlagN3 = -1 , |
|
|
const int & |
FlagN4 = -1 , |
|
|
const int & |
FlagN5 = -1 , |
|
|
const int & |
FlagN6 = -1 , |
|
|
const int & |
FlagN7 = -1 , |
|
|
const int & |
FlagN8 = -1 , |
|
|
const int & |
FlagN9 = -1 |
|
) |
| |
Definition at line 109 of file bits.cpp.
:
B4V(4, 4){
if (FlagN1!=-1){Incl(FlagN1);}
if (FlagN2!=-1){Incl(FlagN2);}
if (FlagN3!=-1){Incl(FlagN3);}
if (FlagN4!=-1){Incl(FlagN4);}
if (FlagN5!=-1){Incl(FlagN5);}
if (FlagN6!=-1){Incl(FlagN6);}
if (FlagN7!=-1){Incl(FlagN7);}
if (FlagN8!=-1){Incl(FlagN8);}
if (FlagN9!=-1){Incl(FlagN9);}
}
Member Function Documentation
bool TFSet::In |
( |
const int & |
FlagN | ) |
const [inline] |
TFSet& TFSet::operator= |
( |
const TFSet & |
FSet | ) |
[inline] |
Definition at line 135 of file bits.h.
{
if (this!=&FSet){B4V=FSet.B4V;} return *this;}
bool TFSet::operator== |
( |
const TFSet & |
FSet | ) |
const [inline] |
TFSet& TFSet::operator| |
( |
const int & |
FlagN | ) |
[inline] |
Definition at line 138 of file bits.h.
{Incl(FlagN); return *this;}
TFSet& TFSet::operator| |
( |
const TFSet & |
FSet | ) |
[inline] |
Definition at line 139 of file bits.h.
{Incl(FSet); return *this;}
Member Data Documentation
The documentation for this class was generated from the following files: