SNAP Library , Developer Reference
2013-01-07 14:03:36
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 &) |
TLstNd * | Prev () const |
TLstNd * | Next () const |
TVal & | GetVal () |
const TVal & | GetVal () const |
Public Attributes | |
TLstNd * | PrevNd |
TLstNd * | NextNd |
TVal | Val |
Definition at line 2191 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 2190 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 2189 of file ds.h.
Referenced by TLst< TVal >::AddBackSorted(), TLst< TVal >::AddFrontSorted(), and TLst< TVal >::SearchBack().
Definition at line 2179 of file ds.h.
Referenced by TLst< TVal >::AddBack(), TLst< TKey >::Clr(), TLst< TVal >::Del(), TLst< TVal >::Ins(), TLstNd< TKey >::Next(), TLst< TVal >::PutBack(), TLst< TVal >::PutFront(), and TLst< TVal >::Save().
Definition at line 2178 of file ds.h.
Referenced by TLst< TVal >::AddFront(), TLst< TVal >::Del(), TLst< TVal >::Ins(), TLstNd< TKey >::Prev(), TLst< TVal >::PutBack(), and TLst< TVal >::PutFront().
Definition at line 2180 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().