SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <dt.h>
Public Member Functions | |
TUInt64 () | |
TUInt64 (const TUInt64 &Int) | |
TUInt64 (const uint64 &Int) | |
TUInt64 (const uint &MsVal, const uint &LsVal) | |
TUInt64 (void *Pt) | |
operator uint64 () const | |
TUInt64 (TSIn &SIn) | |
void | Load (TSIn &SIn) |
void | Save (TSOut &SOut) const |
void | LoadXml (const PXmlTok &XmlTok, const TStr &Nm) |
void | SaveXml (TSOut &SOut, const TStr &Nm) const |
TUInt64 & | operator= (const TUInt64 &Int) |
TUInt64 & | operator+= (const TUInt64 &Int) |
TUInt64 & | operator-= (const TUInt64 &Int) |
TUInt64 & | operator*= (const TUInt64 &Int) |
TUInt64 | operator++ (int) |
TUInt64 | operator-- (int) |
int | GetMemUsed () const |
int | GetPrimHashCd () const |
int | GetSecHashCd () const |
uint | GetMsVal () const |
uint | GetLsVal () const |
TStr | GetStr () const |
Static Public Member Functions | |
static TStr | GetStr (const TUInt64 &Int) |
static TStr | GetHexStr (const TUInt64 &Int) |
static TStr | GetKiloStr (const uint64 &Val) |
static TStr | GetMegaStr (const uint64 &Val) |
Public Attributes | |
uint64 | Val |
Static Public Attributes | |
static const TUInt64 | Mn |
static const TUInt64 | Mx |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
Definition at line 2151 of file dt.cpp.