SNAP Library 4.1, Developer Reference
2018-07-26 16:30:42
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <dt.h>
Public Member Functions | |
TLFlt () | |
TLFlt (const ldouble &_Val) | |
operator ldouble () const | |
TLFlt (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
void | LoadXml (const PXmlTok &XmlTok, const TStr &Nm) |
void | SaveXml (TSOut &SOut, const TStr &Nm) const |
TLFlt & | operator= (const TLFlt &LFlt) |
bool | operator== (const TLFlt &LFlt) const _CMPWARN |
bool | operator== (const ldouble &LFlt) const _CMPWARN |
bool | operator!= (const ldouble &LFlt) const _CMPWARN |
bool | operator< (const TLFlt &LFlt) const |
ldouble | operator() () const |
TLFlt & | operator+= (const ldouble &LFlt) |
TLFlt & | operator-= (const ldouble &LFlt) |
int | GetMemUsed () const |
int | GetPrimHashCd () const |
int | GetSecHashCd () const |
Static Public Member Functions | |
static TStr | GetStr (const ldouble &Val, const int &Width=-1, const int &Prec=-1) |
static TStr | GetStr (const TLFlt &LFlt, const int &Width=-1, const int &Prec=-1) |
static TStr | GetStr (const ldouble &Val, const char *FmtStr) |
static TStr | GetStr (const ldouble &Val, const TStr &FmtStr) |
Public Attributes | |
ldouble | Val |
Static Public Attributes | |
static const ldouble | Mn =-LDBL_MAX |
static const ldouble | Mx =+LDBL_MAX |
|
inline |
Definition at line 1541 of file dt.h.
Referenced by GetMemUsed().
|
inlineexplicit |
Definition at line 1544 of file dt.h.
References TSIn::Load(), and Val.
|
inline |
|
inline |
|
inline |
|
inlinestatic |
Definition at line 1563 of file dt.h.
Definition at line 2291 of file dt.cpp.
References GetStr().
Definition at line 1566 of file dt.h.
References TStr::CStr(), and GetStr().
Definition at line 2275 of file dt.cpp.
References TXmlObjSer::GetFltArg(), Val, and XLoadHd.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1545 of file dt.h.
References TSOut::Save(), and Val.
Definition at line 2280 of file dt.cpp.
References TFlt::GetStr(), Val, and XSaveBETagArg.
ldouble TLFlt::Val |
Definition at line 1536 of file dt.h.
Referenced by GetStr(), LoadXml(), operator ldouble(), operator!=(), operator()(), operator+=(), operator-=(), operator<(), operator=(), operator==(), Save(), SaveXml(), and TLFlt().