|
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 | |
| 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 |
Definition at line 3469 of file ds.h.
Referenced by TSnap::GetBetweennessCentr().

|
inline |
Definition at line 3468 of file ds.h.
Referenced by TSnap::GetBetweennessCentr(), THttpLx::GetCh(), TCnCom::GetDfsVisitor(), THttpLx::GetRest(), TILx::GetSIn(), TILx::GetSym(), and TILx::PeekSym().

|
inline |
|
inline |
Definition at line 3471 of file ds.h.
Referenced by THttpLx::Len().

|
inline |
|
inline |
|
inline |
Definition at line 3476 of file ds.h.
Referenced by TSccVisitor< PGraph, OnlyCount >::FinishNode(), TSnap::GetBetweennessCentr(), THttpLx::GetCh(), TCnCom::GetDfsVisitor(), TILx::GetSym(), and TILx::PeekSym().

|
inline |
Definition at line 3474 of file ds.h.
Referenced by TSccVisitor< PGraph, OnlyCount >::DiscoverNode(), TSnap::GetBetweennessCentr(), TCnCom::GetDfsVisitor(), TILx::PeekSym(), THttpLx::PutCh(), and TILx::PutSym().

|
inline |
|
inline |
Definition at line 3472 of file ds.h.
Referenced by TSccVisitor< PGraph, OnlyCount >::FinishNode(), TSnap::GetBetweennessCentr(), THttpLx::GetCh(), TCnCom::GetDfsVisitor(), TILx::GetSym(), and TILx::PeekSym().

|
inline |
Definition at line 3454 of file ds.h.
Referenced by TSStack< TInt >::Clr(), TSStack< TInt >::Empty(), TSStack< TInt >::IsIn(), TSStack< TInt >::Len(), TSStack< TInt >::operator=(), TSStack< TInt >::operator[](), TSStack< TInt >::Pop(), TSStack< TInt >::Push(), TSStack< TInt >::Save(), and TSStack< TInt >::Top().