#include <bits.h>
Definition at line 119 of file bits.h.
TFSet::TFSet |
( |
const TFSet & |
FSet | ) |
|
|
inline |
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.
114 if (FlagN1!=-1){
Incl(FlagN1);}
115 if (FlagN2!=-1){
Incl(FlagN2);}
116 if (FlagN3!=-1){
Incl(FlagN3);}
117 if (FlagN4!=-1){
Incl(FlagN4);}
118 if (FlagN5!=-1){
Incl(FlagN5);}
119 if (FlagN6!=-1){
Incl(FlagN6);}
120 if (FlagN7!=-1){
Incl(FlagN7);}
121 if (FlagN8!=-1){
Incl(FlagN8);}
122 if (FlagN9!=-1){
Incl(FlagN9);}
void Incl(const int &FlagN)
TFSet::TFSet |
( |
const TFSet & |
FSet1, |
|
|
const TFSet & |
FSet2 |
|
) |
| |
|
inline |
Definition at line 131 of file bits.h.
void Incl(const int &FlagN)
TFSet::TFSet |
( |
TSIn & |
SIn | ) |
|
|
inline |
bool TFSet::Empty |
( |
| ) |
const |
|
inline |
bool TFSet::In |
( |
const int & |
FlagN | ) |
const |
|
inline |
Definition at line 156 of file bits.h.
static const TB4Def B4Def
void TFSet::Incl |
( |
const int & |
FlagN | ) |
|
|
inline |
Definition at line 149 of file bits.h.
static const TB4Def B4Def
void TFSet::Incl |
( |
const TFSet & |
FSet | ) |
|
|
inline |
Definition at line 137 of file bits.h.
138 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 140 of file bits.h.
140 {
Incl(FlagN);
return *
this;}
void Incl(const int &FlagN)
Definition at line 141 of file bits.h.
141 {
Incl(FSet);
return *
this;}
void Incl(const int &FlagN)
void TFSet::Save |
( |
TSOut & |
SOut | ) |
const |
|
inline |
Definition at line 135 of file bits.h.
void Save(TSOut &SOut) const
const TFSet TFSet::EmptyFSet |
|
static |
The documentation for this class was generated from the following files: