SNAP Library 4.0, Developer Reference
2017-07-27 13:18:06
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <dt.h>
Public Member Functions | |
TNum () | |
TNum (const TNum &Int) | |
TNum (const int64 &Int) | |
operator int64 () const | |
TNum (TSIn &SIn) | |
void | Load (TSIn &SIn) |
void | Save (TSOut &SOut) const |
TNum & | operator= (const TNum &Int) |
TNum & | operator+= (const TNum &Int) |
TNum & | operator-= (const TNum &Int) |
TNum & | operator++ () |
TNum & | operator-- () |
TNum | operator++ (int) |
TNum | operator-- (int) |
int | GetMemUsed () const |
TStr | GetStr () const |
Static Public Member Functions | |
static TStr | GetStr (const TNum &Int) |
static TStr | GetHexStr (const TNum &Int) |
static TStr | GetKiloStr (const int64 &Val) |
static TStr | GetMegaStr (const int64 &Val) |
static int64 | GetFromBufSafe (const char *Bf) |
Public Attributes | |
int64 | Val |
Static Public Attributes | |
static const int64 | Mn |
static const int64 | Mx |
Definition at line 902 of file dt.h.
References TSIn::Load(), and TNum< Base >::Val.
Definition at line 942 of file dt.h.
References TNum< Base >::Val.
Definition at line 921 of file dt.h.
References TStr::Fmt(), and TNum< Base >::Val.
Definition at line 912 of file dt.h.
References TNum< Base >::TNum().
Definition at line 919 of file dt.h.
References TStr::Fmt(), and TNum< Base >::Val.
Definition at line 920 of file dt.h.
References TStr::Fmt(), and TNum< Base >::Val.
Definition at line 903 of file dt.h.
References TSIn::Load(), and TNum< Base >::Val.
Referenced by TVVec< TFlt >::Load().
Definition at line 910 of file dt.h.
References TNum< Base >::Val.
Definition at line 906 of file dt.h.
References TNum< Base >::Val.
Definition at line 911 of file dt.h.
References TNum< Base >::Val.
Definition at line 907 of file dt.h.
References TNum< Base >::Val.
Definition at line 905 of file dt.h.
References TNum< Base >::Val.
Definition at line 904 of file dt.h.
References TSOut::Save(), and TNum< Base >::Val.
Referenced by TVVec< TFlt >::Save(), and TVVVec< TVal, TSizeTy >::Save().