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 | |
TQQueue (const int &_MxLast=64, const int &_MxLen=-1) | |
TQQueue (const TQQueue &Queue) | |
TQQueue (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
TQQueue & | operator= (const TQQueue &Queue) |
const TVal & | operator[] (const int &ValN) const |
void | Clr (const bool &DoDel=true) |
void | Gen (const int &_MxLast=64, const int &_MxLen=-1) |
void | GetSubValV (const int &_BValN, const int &_EValN, TVec< TVal > &SubValV) const |
bool | Empty () const |
int | Len () const |
const TVal & | Top () const |
void | Pop () |
void | Push (const TVal &Val) |
void | Shuffle (TRnd &Rnd) |
Private Attributes | |
TInt | MxLast |
TInt | MxLen |
TInt | First |
TInt | Last |
TVec< TVal > | ValV |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |