SNAP Library 2.1, User Reference
2013-09-25 10:47:25
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] |