SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Public Member Functions | |
TSVec (int capacity) | |
bool | Contains (int nodeId) const |
void | Push (int nodeId) |
void | Pop () |
int | Capacity () const |
int | Size () const |
const TIntV & | getVec () const |
int | operator[] (int i) const |
Protected Attributes | |
int | m_capacity |
int | m_size |
int * | m_arr |
TIntV | m_v |
Definition at line 38 of file subgraphenum.h.
|
inline |
Definition at line 45 of file subgraphenum.h.
|
inline |
Definition at line 55 of file subgraphenum.h.
|
inline |
Definition at line 50 of file subgraphenum.h.
|
inline |
Definition at line 57 of file subgraphenum.h.
|
inline |
Definition at line 58 of file subgraphenum.h.
|
inline |
Definition at line 54 of file subgraphenum.h.
|
inline |
Definition at line 53 of file subgraphenum.h.
|
inline |
Definition at line 56 of file subgraphenum.h.
|
protected |
Definition at line 42 of file subgraphenum.h.
|
protected |
Definition at line 40 of file subgraphenum.h.
|
protected |
Definition at line 41 of file subgraphenum.h.
|
protected |
Definition at line 43 of file subgraphenum.h.