|
SNAP Library 2.4, Developer Reference
2015-05-11 19:40:56
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 1410 of file dt.h.
Referenced by GetMemUsed().

|
inline |
|
inlineexplicit |
Definition at line 1415 of file dt.h.
References TSIn::Load(), and Val.

|
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 |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1416 of file dt.h.
References TSOut::Save(), and Val.

Definition at line 2263 of file dt.cpp.
References TFlt::GetStr(), Val, and XSaveBETagArg.

| sdouble TSFlt::Val |
Definition at line 1405 of file dt.h.
Referenced by GetPrimHashCd(), GetSecHashCd(), LoadXml(), operator sdouble(), operator!=(), operator()(), operator*=(), operator++(), operator+=(), operator--(), operator-=(), operator/=(), operator<(), operator=(), operator==(), Save(), SaveXml(), and TSFlt().