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
THashSetKey< TKey > Class Template Reference

List of all members.

Public Member Functions

 THashSetKey ()
 THashSetKey (const int &_Next, const int &_HashCd, const TKey &_Key)
 THashSetKey (TSIn &SIn)
void Save (TSOut &SOut) const
void LoadXml (const PXmlTok &XmlTok, const TStr &Nm="")
void SaveXml (TSOut &SOut, const TStr &Nm) const
THashSetKeyoperator= (const THashSetKey &SetKey)

Public Attributes

TInt Next
TInt HashCd
TKey Key

template<class TKey>
class THashSetKey< TKey >


Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

template<class TKey >
TInt THashSetKey< TKey >::HashCd
template<class TKey >
TKey THashSetKey< TKey >::Key
template<class TKey >
TInt THashSetKey< TKey >::Next

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