|
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 | |
| TSStack () | |
| TSStack (const int &MxVals) | |
| TSStack (const TSStack &Stack) | |
| TSStack (TSIn &SIn) | |
| void | Save (TSOut &SOut) const |
| TSStack & | operator= (const TSStack &Stack) |
| bool | operator== (const TSStack &Stack) const |
| const TVal & | operator[] (const int &ValN) const |
| TVal & | operator[] (const int &ValN) |
| bool | Empty () |
| void | Clr (const bool &DoDel=false) |
| bool | IsIn (const TVal &Val) const |
| int | Len () |
| TVal & | Top () |
| const TVal & | Top () const |
| void | Push () |
| void | Push (const TVal &Val) |
| void | Pop () |
Private Attributes | |
| TVec< TVal > | ValV |
| const TVal& TSStack< TVal >::operator[] | ( | const int & | ValN | ) | const [inline] |
| TVal& TSStack< TVal >::operator[] | ( | const int & | ValN | ) | [inline] |