|
SNAP Library 3.0, Developer 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 |
Definition at line 2569 of file ds.h.
Referenced by TLocClust::ApproxPageRank(), TSnap::GetBetweennessCentr(), TSnap::GetWeightedBetweennessCentr(), and TQQueue< TInt >::Shuffle().

|
inline |
Definition at line 2580 of file ds.h.
Referenced by TLocClust::ApproxPageRank(), TSnap::GetBetweennessCentr(), TSnap::GetWeightedBetweennessCentr(), TSnap::GlobalRelabel(), TSnap::IntFlowBiDBFS(), TSnap::TPRManager::PopActive(), and TQQueue< TInt >::Shuffle().

|
inline |
|
inline |
|
inline |
Definition at line 2581 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 2584 of file ds.h.
Referenced by TLocClust::ApproxPageRank(), TSnap::GetBetweennessCentr(), TSnap::GetWeightedBetweennessCentr(), TSnap::GlobalRelabel(), TSnap::IntFlowBiDBFS(), TSnap::TPRManager::PopActive(), TQQueue< TInt >::Push(), and TQQueue< TInt >::Shuffle().

|
inline |
Definition at line 2587 of file ds.h.
Referenced by TLocClust::ApproxPageRank(), TSnap::GetBetweennessCentr(), TSnap::GetWeightedBetweennessCentr(), TSnap::GlobalRelabel(), TSnap::IntFlowBiDBFS(), TSnap::TPRManager::PushActive(), and TQQueue< TInt >::Shuffle().

|
inline |
Definition at line 2582 of file ds.h.
Referenced by TLocClust::ApproxPageRank(), TSnap::GetBetweennessCentr(), TSnap::GetWeightedBetweennessCentr(), TSnap::GlobalRelabel(), TSnap::IntFlowBiDBFS(), TSnap::TPRManager::PopActive(), and TQQueue< TInt >::Shuffle().

Definition at line 2547 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 2547 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 2546 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 2546 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 2548 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().