SNAP Library 3.0, User Reference
2016-07-20 17:56:49
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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |