SNAP Library 6.0, Developer Reference
2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <bits.h>
Public Member Functions | |
TFSet () | |
TFSet (const TFSet &FSet) | |
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) | |
TFSet (const TFSet &FSet1, const TFSet &FSet2) | |
~TFSet () | |
TFSet (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
TFSet & | operator= (const TFSet &FSet) |
bool | operator== (const TFSet &FSet) const |
TFSet & | operator| (const int &FlagN) |
TFSet & | operator| (const TFSet &FSet) |
void | Clr () |
bool | Empty () const |
void | Incl (const int &FlagN) |
void | Incl (const TFSet &FSet) |
bool | In (const int &FlagN) const |
Static Public Attributes | |
static const TFSet | EmptyFSet |
Private Attributes | |
TUIntV | B4V |
Static Private Attributes | |
static const int | B4s =4 |
static const int | Bits =TFSet::B4s*TB4Def::B4Bits |
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 |
||
) |
|
inline |
|
inline |
Definition at line 145 of file bits.h.
Referenced by TILx::GetSym().
|
inline |
Definition at line 156 of file bits.h.
References Assert, and TB4Def::B4Def.
Referenced by TILx::GetSym(), TGStatVec::HasDistr(), TGStatVec::HasVal(), TLxSymStr::IsSep(), TGStat::Plot(), TGStatVec::PlotAllVsX(), TGStat::TakeBasicStat(), TGStat::TakeBccStat(), TGStat::TakeConnComp(), TGStat::TakeDegDistr(), TGStat::TakeDiam(), TGStat::TakeSccStat(), TGStat::TakeSpectral(), TGStat::TakeStat(), TILx::TILx(), and TOLx::TOLx().
|
inline |
Definition at line 149 of file bits.h.
References Assert, TB4Def::B4Bits, TB4Def::B4Def, and TB4Def::B4P2T.
Referenced by operator|(), and TFSet().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 135 of file bits.h.
References TVec< TVal, TSizeTy >::Save().
Referenced by TGStatVec::Save().
|
private |
Definition at line 123 of file bits.h.
Referenced by Incl(), operator=(), and operator==().
|
staticprivate |