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 | |
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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |