SNAP Library 2.4, Developer 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 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 |
Definition at line 2521 of file ds.h.
Referenced by TLocClust::ApproxPageRank(), TSnap::GetBetweennessCentr(), and TQQueue< TInt >::Shuffle().
|
inline |
Definition at line 2532 of file ds.h.
Referenced by TLocClust::ApproxPageRank(), TSnap::GetBetweennessCentr(), TSnap::GlobalRelabel(), TSnap::IntFlowBiDBFS(), TSnap::TPRManager::PopActive(), and TQQueue< TInt >::Shuffle().
|
inline |
|
inline |
|
inline |
Definition at line 2533 of file ds.h.
Referenced by TLocClust::ApproxPageRank(), TQQueue< TInt >::GetSubValV(), TQQueue< TInt >::operator[](), TQQueue< TInt >::Push(), and TQQueue< TInt >::Shuffle().
|
inline |
|
inline |
Definition at line 2536 of file ds.h.
Referenced by TLocClust::ApproxPageRank(), TSnap::GetBetweennessCentr(), TSnap::GlobalRelabel(), TSnap::IntFlowBiDBFS(), TSnap::TPRManager::PopActive(), TQQueue< TInt >::Push(), and TQQueue< TInt >::Shuffle().
|
inline |
Definition at line 2539 of file ds.h.
Referenced by TLocClust::ApproxPageRank(), TSnap::GetBetweennessCentr(), TSnap::GlobalRelabel(), TSnap::IntFlowBiDBFS(), TSnap::TPRManager::PushActive(), and TQQueue< TInt >::Shuffle().
|
inline |
Definition at line 2534 of file ds.h.
Referenced by TLocClust::ApproxPageRank(), TSnap::GetBetweennessCentr(), TSnap::GlobalRelabel(), TSnap::IntFlowBiDBFS(), TSnap::TPRManager::PopActive(), and TQQueue< TInt >::Shuffle().
Definition at line 2499 of file ds.h.
Referenced by TQQueue< TInt >::Clr(), TQQueue< TInt >::Empty(), TQQueue< TInt >::Gen(), TQQueue< TInt >::Len(), TQQueue< TInt >::operator=(), TQQueue< TInt >::Pop(), TQQueue< TInt >::Push(), TQQueue< TInt >::Save(), and TQQueue< TInt >::Top().
Definition at line 2499 of file ds.h.
Referenced by TQQueue< TInt >::Clr(), TQQueue< TInt >::Empty(), TQQueue< TInt >::Gen(), TQQueue< TInt >::GetSubValV(), TQQueue< TInt >::Len(), TQQueue< TInt >::operator=(), TQQueue< TInt >::operator[](), TQQueue< TInt >::Pop(), TQQueue< TInt >::Push(), TQQueue< TInt >::Save(), and TQQueue< TInt >::Top().
Definition at line 2498 of file ds.h.
Referenced by TQQueue< TInt >::Gen(), TQQueue< TInt >::operator=(), TQQueue< TInt >::Push(), TQQueue< TInt >::Save(), and TQQueue< TInt >::TQQueue().
Definition at line 2498 of file ds.h.
Referenced by TQQueue< TInt >::Gen(), TQQueue< TInt >::operator=(), TQQueue< TInt >::Push(), TQQueue< TInt >::Save(), and TQQueue< TInt >::TQQueue().
Definition at line 2500 of file ds.h.
Referenced by TQQueue< TInt >::Clr(), TQQueue< TInt >::Gen(), TQQueue< TInt >::GetSubValV(), TQQueue< TInt >::operator=(), TQQueue< TInt >::operator[](), TQQueue< TInt >::Pop(), TQQueue< TInt >::Push(), TQQueue< TInt >::Save(), TQQueue< TInt >::Shuffle(), and TQQueue< TInt >::Top().