|
SNAP Library, User Reference
2012-10-15 15:06:59
SNAP, a general purpose network analysis and graph mining library
|
#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 |