SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <dt.h>
Public Member Functions | |
TBool () | |
TBool (const bool &_Val) | |
operator bool () const | |
TBool (TSIn &SIn) | |
void | Load (TSIn &SIn) |
void | Save (TSOut &SOut) const |
void | LoadXml (const PXmlTok &XmlTok, const TStr &Nm) |
void | SaveXml (TSOut &SOut, const TStr &Nm) const |
TBool & | operator= (const TBool &Bool) |
bool | operator== (const TBool &Bool) const |
bool | operator< (const TBool &Bool) const |
bool | operator() () const |
int | GetMemUsed () const |
int | GetPrimHashCd () const |
int | GetSecHashCd () const |
Static Public Member Functions | |
static bool | GetRnd () |
static TStr | GetStr (const bool &Val) |
static TStr | GetStr (const TBool &Bool) |
static TStr | GetYNStr (const bool &Val) |
static TStr | GetYesNoStr (const bool &Val) |
static TStr | Get01Str (const bool &Val) |
static bool | IsValStr (const TStr &Str) |
static bool | GetValFromStr (const TStr &Str) |
static bool | GetValFromStr (const TStr &Str, const bool &DfVal) |
Public Attributes | |
bool | Val |
Static Public Attributes | |
static const bool | Mn =0 |
static const bool | Mx =1 |
static const int | Vals =TBool::Mx-TBool::Mn+1 |
static TRnd | Rnd |
static const TStr | FalseStr ="F" |
static const TStr | TrueStr ="T" |
static const TStr | NStr ="N" |
static const TStr | YStr ="Y" |
static const TStr | NoStr ="No" |
static const TStr | YesStr ="Yes" |
|
inlinestatic |
|
static |
|
inlinestatic |
Definition at line 1833 of file dt.cpp.
|
inline |
|
inline |