|
SNAP Library 2.4, User Reference
2015-05-11 19:40:56
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <ds.h>
Public Types | |
| typedef TLstNd< TVal > * | PLstNd |
Public Member Functions | |
| TLst () | |
| TLst (const TLst &) | |
| ~TLst () | |
| TLst (TSIn &SIn) | |
| void | Save (TSOut &SOut) const |
| TLst & | operator= (const TLst &) |
| void | Clr () |
| bool | Empty () const |
| int | Len () const |
| PLstNd | First () const |
| PLstNd | Last () const |
| TVal & | FirstVal () const |
| TVal & | LastVal () const |
| PLstNd | AddFront (const TVal &Val) |
| PLstNd | AddBack (const TVal &Val) |
| PLstNd | AddFrontSorted (const TVal &Val, const bool &Asc=true) |
| PLstNd | AddBackSorted (const TVal &Val, const bool &Asc=true) |
| void | PutFront (const PLstNd &Nd) |
| void | PutBack (const PLstNd &Nd) |
| PLstNd | Ins (const PLstNd &Nd, const TVal &Val) |
| void | Del (const TVal &Val) |
| void | Del (const PLstNd &Nd) |
| void | DelFirst () |
| void | DelLast () |
| PLstNd | SearchForw (const TVal &Val) |
| PLstNd | SearchBack (const TVal &Val) |
Private Attributes | |
| int | Nds |
| PLstNd | FirstNd |
| PLstNd | LastNd |
Friends | |
| class | TLstNd< TVal > |
| TLstNd< TVal > * TLst< TVal >::AddBackSorted | ( | const TVal & | Val, |
| const bool & | Asc = true |
||
| ) |
| TLstNd< TVal > * TLst< TVal >::AddFrontSorted | ( | const TVal & | Val, |
| const bool & | Asc = true |
||
| ) |
| void TLst< TVal >::Del | ( | const TVal & | Val | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |