| 
    SNAP Library 2.3, Developer Reference
    2014-06-16 11:58:46
    
   SNAP, a general purpose, high performance system for analysis and manipulation of large networks 
   | 
 
#include <ds.h>
Public Member Functions | |
| TKeyDat () | |
| TKeyDat (const TKeyDat &KeyDat) | |
| TKeyDat (const TKey &_Key) | |
| TKeyDat (const TKey &_Key, const TDat &_Dat) | |
| TKeyDat (TSIn &SIn) | |
| void | Save (TSOut &SOut) const | 
| void | LoadXml (const PXmlTok &XmlTok, const TStr &Nm="") | 
| void | SaveXml (TSOut &SOut, const TStr &Nm) const | 
| TKeyDat & | operator= (const TKeyDat &KeyDat) | 
| bool | operator== (const TKeyDat &KeyDat) const | 
| bool | operator< (const TKeyDat &KeyDat) const | 
| int | GetPrimHashCd () const | 
| int | GetSecHashCd () const | 
Public Attributes | |
| TKey | Key | 
| TDat | Dat | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 350 of file ds.h.
References TKeyDat< TKey, TDat >::Dat, and TKeyDat< TKey, TDat >::Key.
      
  | 
  inline | 
Definition at line 346 of file ds.h.
References TKeyDat< TKey, TDat >::Dat, and TKeyDat< TKey, TDat >::Key.
| TDat TKeyDat< TKey, TDat >::Dat | 
Definition at line 339 of file ds.h.
Referenced by GetSwitchedKdV(), TCmpKeyDatByDat< TVal1, TVal2 >::operator()(), TKeyDat< TKey, TDat >::operator=(), and TKeyDat< TKey, TDat >::Save().
| TKey TKeyDat< TKey, TDat >::Key | 
Definition at line 338 of file ds.h.
Referenced by TKeyDat< TKey, TDat >::GetPrimHashCd(), TKeyDat< TKey, TDat >::GetSecHashCd(), GetSwitchedKdV(), TGnuPlot::MakeExpBins(), TKeyDat< TKey, TDat >::operator<(), TKeyDat< TKey, TDat >::operator=(), TKeyDat< TKey, TDat >::operator==(), and TKeyDat< TKey, TDat >::Save().