|
SNAP Library, User Reference
2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
|
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 |
| TLstNd< TVal >::TLstNd | ( | TLstNd< TVal > * | _PrevNd, |
| TLstNd< TVal > * | _NextNd, | ||
| const TVal & | _Val | ||
| ) | [inline] |