SNAP Library 6.0, Developer Reference
2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <shash.h>
Public Member Functions | |
TSparseTableI () | |
TSparseTableI (const TGroupVI &BegIter, const TGroupVI &CurIter, const TGroupVI &EndIter, const int &Offset=0) | |
TSparseTableI (const TSparseTableI &STI) | |
TSparseTableI & | operator= (const TSparseTableI &STI) |
bool | operator== (const TSparseTableI &STI) const |
bool | operator< (const TSparseTableI &STI) const |
TSparseTableI & | operator++ (int) |
TSparseTableI & | operator-- (int) |
int | GetValN () const |
bool | IsEnd () const |
TVal & | operator* () const |
TVal & | operator() () const |
TVal * | operator-> () const |
Private Types | |
typedef TSparseGroup< TVal, GroupSize > | TValGroup |
typedef TVec< TValGroup >::TIter | TGroupVI |
Private Attributes | |
int | CurOff |
TGroupVI | BegI |
TGroupVI | GroupI |
TGroupVI | EndI |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 302 of file shash.h.
Referenced by TSparseTableI< TVal, GroupSize >::operator->().
|
inline |
|
inline |
|
inline |
Definition at line 304 of file shash.h.
References TSparseTableI< TVal, GroupSize >::operator*().
|
inline |
Definition at line 284 of file shash.h.
References TSparseTableI< TVal, GroupSize >::CurOff, and TSparseTableI< TVal, GroupSize >::GroupI.
|
inline |
Definition at line 280 of file shash.h.
References TSparseTableI< TVal, GroupSize >::BegI, TSparseTableI< TVal, GroupSize >::CurOff, TSparseTableI< TVal, GroupSize >::EndI, and TSparseTableI< TVal, GroupSize >::GroupI.
|
inline |
Definition at line 282 of file shash.h.
References TSparseTableI< TVal, GroupSize >::CurOff, and TSparseTableI< TVal, GroupSize >::GroupI.
|
private |
Definition at line 272 of file shash.h.
Referenced by TSparseTableI< TVal, GroupSize >::operator=().
|
private |
Definition at line 271 of file shash.h.
Referenced by TSparseTableI< TVal, GroupSize >::operator<(), TSparseTableI< TVal, GroupSize >::operator=(), and TSparseTableI< TVal, GroupSize >::operator==().
|
private |
Definition at line 272 of file shash.h.
Referenced by TSparseTableI< TVal, GroupSize >::IsEnd(), and TSparseTableI< TVal, GroupSize >::operator=().
|
private |
Definition at line 272 of file shash.h.
Referenced by TSparseTableI< TVal, GroupSize >::operator<(), TSparseTableI< TVal, GroupSize >::operator=(), and TSparseTableI< TVal, GroupSize >::operator==().