SNAP Library 2.4, Developer Reference
2015-05-11 19:40:56
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 1230 of file dt.h.
Referenced by GetMemUsed().
|
inline |
|
inlineexplicit |
Definition at line 1235 of file dt.h.
References TConv_Pt64Ints32::GetUInt64(), and Val.
|
inlineexplicit |
Definition at line 1238 of file dt.h.
References TSIn::Load(), and Val.
Definition at line 1270 of file dt.h.
References TStr::Fmt(), and Val.
Definition at line 1273 of file dt.h.
References GetStr().
Referenced by GetMegaStr().
|
inline |
Definition at line 1257 of file dt.h.
References Val.
Referenced by GetPrimHashCd(), and GetSecHashCd().
Definition at line 1277 of file dt.h.
References GetKiloStr(), and GetStr().
|
inline |
|
inline |
Definition at line 1255 of file dt.h.
References Val.
Referenced by GetPrimHashCd(), and GetSecHashCd().
|
inline |
Definition at line 1252 of file dt.h.
References GetLsVal(), and GetMsVal().
|
inline |
Definition at line 1253 of file dt.h.
References GetLsVal(), and GetMsVal().
|
inline |
Definition at line 1268 of file dt.h.
References TStr::Fmt(), and Val.
Referenced by TXmlTok::AddArg(), TAGMFit::CalcPNoComByCmtyVV(), GetKiloStr(), GetMegaStr(), TGraphAnf< PGraph >::InitAnfBits(), TCesnaUtil::LoadNIDAttrHFromNIDKH(), TCesna::MLEGradAscentParallel(), TSnap::PrintInfo(), and SaveXml().
Definition at line 1269 of file dt.h.
References TStr::Fmt(), and Val.
|
inline |
Definition at line 1239 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 1240 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 1225 of file dt.h.
Referenced by GetHexStr(), GetLsVal(), GetMsVal(), GetStr(), Load(), LoadXml(), operator uint64(), operator*=(), operator++(), operator+=(), operator--(), operator-=(), operator=(), Save(), SaveXml(), and TUInt64().