SNAP Library, User Reference  2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
THashKeyDat< TKey, TDat > Class Template Reference

List of all members.

Public Member Functions

 THashKeyDat ()
 THashKeyDat (const int &_Next, const int &_HashCd, const TKey &_Key)
 THashKeyDat (TSIn &SIn)
void Save (TSOut &SOut) const
void LoadXml (const PXmlTok &XmlTok, const TStr &Nm="")
void SaveXml (TSOut &SOut, const TStr &Nm) const
bool operator== (const THashKeyDat &HashKeyDat) const
THashKeyDatoperator= (const THashKeyDat &HashKeyDat)

Public Attributes

TInt Next
TInt HashCd
TKey Key
TDat Dat

template<class TKey, class TDat>
class THashKeyDat< TKey, TDat >


Constructor & Destructor Documentation

template<class TKey, class TDat>
THashKeyDat< TKey, TDat >::THashKeyDat ( ) [inline]
template<class TKey, class TDat>
THashKeyDat< TKey, TDat >::THashKeyDat ( const int &  _Next,
const int &  _HashCd,
const TKey &  _Key 
) [inline]
template<class TKey, class TDat>
THashKeyDat< TKey, TDat >::THashKeyDat ( TSIn SIn) [inline, explicit]

Member Function Documentation

template<class TKey , class TDat >
void THashKeyDat< TKey, TDat >::LoadXml ( const PXmlTok &  XmlTok,
const TStr Nm = "" 
)
template<class TKey, class TDat>
THashKeyDat& THashKeyDat< TKey, TDat >::operator= ( const THashKeyDat< TKey, TDat > &  HashKeyDat) [inline]
template<class TKey, class TDat>
bool THashKeyDat< TKey, TDat >::operator== ( const THashKeyDat< TKey, TDat > &  HashKeyDat) const [inline]
template<class TKey, class TDat>
void THashKeyDat< TKey, TDat >::Save ( TSOut SOut) const [inline]
template<class TKey , class TDat >
void THashKeyDat< TKey, TDat >::SaveXml ( TSOut SOut,
const TStr Nm 
) const

Member Data Documentation

template<class TKey, class TDat>
TDat THashKeyDat< TKey, TDat >::Dat
template<class TKey, class TDat>
TInt THashKeyDat< TKey, TDat >::HashCd
template<class TKey, class TDat>
TKey THashKeyDat< TKey, TDat >::Key
template<class TKey, class TDat>
TInt THashKeyDat< TKey, TDat >::Next

The documentation for this class was generated from the following files: