SNAP Library , User 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 |