|
SNAP Library 2.3, Developer Reference
2014-06-16 11:58:46
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 3512 of file ds.h.
Referenced by TLocClust::ApproxPageRank(), TSnap::GetBetweennessCentr(), and TQQueue< TInt >::Shuffle().

|
inline |
Definition at line 3523 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 3524 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 3527 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 3530 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 3525 of file ds.h.
Referenced by TLocClust::ApproxPageRank(), TSnap::GetBetweennessCentr(), TSnap::GlobalRelabel(), TSnap::IntFlowBiDBFS(), TSnap::TPRManager::PopActive(), and TQQueue< TInt >::Shuffle().

Definition at line 3490 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 3490 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 3489 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 3489 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 3491 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().