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 | |
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 |
Definition at line 1325 of file dt.h.
Referenced by GetMemUsed().
|
inline |
|
inlineexplicit |
Definition at line 1330 of file dt.h.
References TConv_Pt64Ints32::GetUInt64().
|
inlineexplicit |
Definition at line 1333 of file dt.h.
References TSIn::Load().
Definition at line 1365 of file dt.h.
References TStr::Fmt(), and Val.
Definition at line 1368 of file dt.h.
References GetStr().
Referenced by GetMegaStr().
|
inline |
Definition at line 1352 of file dt.h.
Referenced by GetPrimHashCd(), and GetSecHashCd().
Definition at line 1372 of file dt.h.
References GetKiloStr(), and GetStr().
|
inline |
|
inline |
Definition at line 1350 of file dt.h.
Referenced by GetPrimHashCd(), and GetSecHashCd().
|
inline |
Definition at line 1347 of file dt.h.
References GetLsVal(), and GetMsVal().
|
inline |
Definition at line 1348 of file dt.h.
References GetLsVal(), and GetMsVal().
|
inline |
Definition at line 1363 of file dt.h.
References TStr::Fmt().
Referenced by TXmlTok::AddArg(), TAGMFit::CalcPNoComByCmtyVV(), GetKiloStr(), GetMegaStr(), TGraphAnf< PGraph >::InitAnfBits(), TCesnaUtil::LoadNIDAttrHFromNIDKH(), TCesna::MLEGradAscentParallel(), TTable::PrintContextSize(), TSnap::PrintInfo(), TTable::PrintSize(), and SaveXml().
Definition at line 1364 of file dt.h.
References TStr::Fmt(), and Val.
|
inline |
Definition at line 1334 of file dt.h.
References TSIn::Load().
Definition at line 2151 of file dt.cpp.
References TXmlObjSer::GetInt64Arg(), Val, and XLoadHd.
|
inline |
|
inline |
Definition at line 1335 of file dt.h.
References TSOut::Save().
Definition at line 2156 of file dt.cpp.
References GetStr(), Val, and XSaveBETagArg.
uint64 TUInt64::Val |
Definition at line 1320 of file dt.h.
Referenced by GetHexStr(), GetStr(), LoadXml(), operator uint64(), operator*=(), operator+=(), operator-=(), operator=(), and SaveXml().