SNAP Library 6.0, User 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 | |
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 |