SNAP Library 4.1, Developer Reference
2018-07-26 16:30:42
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 1322 of file dt.h.
Referenced by GetMemUsed().
|
inline |
|
inlineexplicit |
Definition at line 1327 of file dt.h.
References TConv_Pt64Ints32::GetUInt64(), and Val.
|
inlineexplicit |
Definition at line 1330 of file dt.h.
References TSIn::Load(), and Val.
Definition at line 1362 of file dt.h.
References TStr::Fmt(), and Val.
Definition at line 1365 of file dt.h.
References GetStr().
Referenced by GetMegaStr().
|
inline |
Definition at line 1349 of file dt.h.
References Val.
Referenced by GetPrimHashCd(), and GetSecHashCd().
Definition at line 1369 of file dt.h.
References GetKiloStr(), and GetStr().
|
inline |
|
inline |
Definition at line 1347 of file dt.h.
References Val.
Referenced by GetPrimHashCd(), and GetSecHashCd().
|
inline |
Definition at line 1344 of file dt.h.
References GetLsVal(), and GetMsVal().
|
inline |
Definition at line 1345 of file dt.h.
References GetLsVal(), and GetMsVal().
|
inline |
Definition at line 1360 of file dt.h.
References TStr::Fmt(), and Val.
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 1361 of file dt.h.
References TStr::Fmt(), and Val.
|
inline |
Definition at line 1331 of file dt.h.
References TSIn::Load(), and Val.
Definition at line 2151 of file dt.cpp.
References TXmlObjSer::GetInt64Arg(), Val, and XLoadHd.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1332 of file dt.h.
References TSOut::Save(), and Val.
Definition at line 2156 of file dt.cpp.
References GetStr(), Val, and XSaveBETagArg.
uint64 TUInt64::Val |
Definition at line 1317 of file dt.h.
Referenced by GetHexStr(), GetLsVal(), GetMsVal(), GetStr(), Load(), LoadXml(), operator uint64(), operator*=(), operator++(), operator+=(), operator--(), operator-=(), operator=(), Save(), SaveXml(), and TUInt64().