| 
    SNAP Library 2.0, Developer Reference
    2013-05-13 16:33:57
    
   SNAP, a general purpose, high performance system for analysis and manipulation of large networks 
   | 
  
  
  
 
#include <ds.h>

Public Member Functions | |
| TLstNd () | |
| TLstNd (const TLstNd &) | |
| TLstNd (TLstNd *_PrevNd, TLstNd *_NextNd, const TVal &_Val) | |
| TLstNd & | operator= (const TLstNd &) | 
| bool | IsPrev () const | 
| bool | IsNext () const | 
| TLstNd * | Prev () const | 
| TLstNd * | Next () const | 
| TVal & | GetVal () | 
| const TVal & | GetVal () const | 
Public Attributes | |
| TLstNd * | PrevNd | 
| TLstNd * | NextNd | 
| TVal | Val | 
Definition at line 3558 of file ds.h.
Referenced by TLst< TKey >::FirstVal(), TCache< TKey, TDat, THashFunc >::FNextKeyDat(), TLst< TKey >::LastVal(), TExpVal::MkClone(), TExpVal::operator<(), TExpVal::operator==(), TExpVal::SaveTxt(), TLst< TVal >::SearchBack(), and TLst< TVal >::SearchForw().

Definition at line 3557 of file ds.h.
Referenced by TLst< TVal >::AddFrontSorted(), TCache< TKey, TDat, THashFunc >::FNextKeyDat(), TExpVal::MkClone(), TExpVal::operator<(), TExpVal::operator==(), TExpVal::SaveTxt(), and TLst< TVal >::SearchForw().

Definition at line 3556 of file ds.h.
Referenced by TLst< TVal >::AddBackSorted(), TLst< TVal >::AddFrontSorted(), and TLst< TVal >::SearchBack().

Definition at line 3544 of file ds.h.
Referenced by TLst< TVal >::AddBack(), TLst< TKey >::Clr(), TLst< TVal >::Del(), TLst< TVal >::Ins(), TLstNd< TKey >::IsNext(), TLstNd< TKey >::Next(), TLst< TVal >::PutBack(), TLst< TVal >::PutFront(), and TLst< TVal >::Save().
Definition at line 3543 of file ds.h.
Referenced by TLst< TVal >::AddFront(), TLst< TVal >::Del(), TLst< TVal >::Ins(), TLstNd< TKey >::IsPrev(), TLstNd< TKey >::Prev(), TLst< TVal >::PutBack(), and TLst< TVal >::PutFront().
Definition at line 3545 of file ds.h.
Referenced by TLst< TVal >::AddBack(), TLst< TVal >::AddBackSorted(), TLst< TVal >::AddFront(), TLst< TVal >::AddFrontSorted(), TLstNd< TKey >::GetVal(), TLst< TVal >::Ins(), TLst< TVal >::Save(), TLst< TVal >::SearchBack(), and TLst< TVal >::SearchForw().