|
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 <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 |
Definition at line 300 of file shash.h.
References TSparseTableI< TVal, GroupSize >::BegI, TSparseTableI< TVal, GroupSize >::CurOff, and TSparseTableI< TVal, GroupSize >::GroupI.
|
inline |
Definition at line 301 of file shash.h.
References TSparseTableI< TVal, GroupSize >::EndI, and TSparseTableI< TVal, GroupSize >::GroupI.
|
inline |
Definition at line 303 of file shash.h.
References TSparseTableI< TVal, GroupSize >::CurOff, and TSparseTableI< TVal, GroupSize >::GroupI.
|
inline |
Definition at line 302 of file shash.h.
References TSparseTableI< TVal, GroupSize >::CurOff, and TSparseTableI< TVal, GroupSize >::GroupI.
Referenced by TSparseTableI< TVal, GroupSize >::operator->().

|
inline |
Definition at line 286 of file shash.h.
References TSparseTableI< TVal, GroupSize >::CurOff, TSparseTableI< TVal, GroupSize >::EndI, and TSparseTableI< TVal, GroupSize >::GroupI.
|
inline |
Definition at line 293 of file shash.h.
References TSparseTableI< TVal, GroupSize >::BegI, TSparseTableI< TVal, GroupSize >::CurOff, and TSparseTableI< TVal, GroupSize >::GroupI.
|
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 >::GetValN(), TSparseTableI< TVal, GroupSize >::operator--(), and TSparseTableI< TVal, GroupSize >::operator=().
|
private |
Definition at line 271 of file shash.h.
Referenced by TSparseTableI< TVal, GroupSize >::GetValN(), TSparseTableI< TVal, GroupSize >::operator()(), TSparseTableI< TVal, GroupSize >::operator*(), TSparseTableI< TVal, GroupSize >::operator++(), TSparseTableI< TVal, GroupSize >::operator--(), 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(), TSparseTableI< TVal, GroupSize >::operator++(), and TSparseTableI< TVal, GroupSize >::operator=().
|
private |
Definition at line 272 of file shash.h.
Referenced by TSparseTableI< TVal, GroupSize >::GetValN(), TSparseTableI< TVal, GroupSize >::IsEnd(), TSparseTableI< TVal, GroupSize >::operator()(), TSparseTableI< TVal, GroupSize >::operator*(), TSparseTableI< TVal, GroupSize >::operator++(), TSparseTableI< TVal, GroupSize >::operator--(), TSparseTableI< TVal, GroupSize >::operator<(), TSparseTableI< TVal, GroupSize >::operator=(), and TSparseTableI< TVal, GroupSize >::operator==().