| 
    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 | |
| 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 1544 of file dt.h.
Referenced by GetMemUsed().

      
  | 
  inlineexplicit | 
Definition at line 1547 of file dt.h.
References TSIn::Load().

      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inlinestatic | 
Definition at line 1566 of file dt.h.

Definition at line 2291 of file dt.cpp.
References GetStr().

Definition at line 1569 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 | 
Definition at line 1548 of file dt.h.
References TSOut::Save().

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

| ldouble TLFlt::Val | 
Definition at line 1539 of file dt.h.
Referenced by GetStr(), LoadXml(), operator ldouble(), operator()(), operator<(), operator=(), and SaveXml().