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