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 <dt.h>
Public Member Functions | |
TSFlt () | |
TSFlt (const sdouble &_Val) | |
operator sdouble () const | |
TSFlt (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
void | LoadXml (const PXmlTok &XmlTok, const TStr &Nm) |
void | SaveXml (TSOut &SOut, const TStr &Nm) const |
TSFlt & | operator= (const TSFlt &SFlt) |
bool | operator== (const TSFlt &SFlt) const _CMPWARN |
bool | operator== (const double &Flt) const _CMPWARN |
bool | operator!= (const double &Flt) const _CMPWARN |
bool | operator< (const TSFlt &SFlt) const |
sdouble | operator() () const |
TSFlt & | operator+= (const double &SFlt) |
TSFlt & | operator-= (const double &SFlt) |
TSFlt & | operator*= (const double &SFlt) |
TSFlt & | operator/= (const double &SFlt) |
TSFlt | operator++ (int) |
TSFlt | operator-- (int) |
int | GetMemUsed () const |
int | GetPrimHashCd () const |
int | GetSecHashCd () const |
Public Attributes | |
sdouble | Val |
Static Public Attributes | |
static const sdouble | Mn =-FLT_MIN |
static const sdouble | Mx =+FLT_MAX |
|
inline |
Definition at line 1505 of file dt.h.
Referenced by GetMemUsed().
|
inline |
|
inlineexplicit |
Definition at line 1510 of file dt.h.
References TSIn::Load().
|
inline |
|
inline |
|
inline |
Definition at line 2258 of file dt.cpp.
References TXmlObjSer::GetFltArg(), Val, and XLoadHd.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1511 of file dt.h.
References TSOut::Save().
Definition at line 2263 of file dt.cpp.
References TFlt::GetStr(), Val, and XSaveBETagArg.
sdouble TSFlt::Val |
Definition at line 1500 of file dt.h.
Referenced by LoadXml(), operator sdouble(), operator()(), operator<(), operator=(), and SaveXml().