SNAP Library 2.4, User Reference
2015-05-11 19:40:56
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Public Member Functions | |
TSSet (int capacity) | |
TSSet (const TSSet &set) | |
~TSSet () | |
void | Add (int i) |
void | Remove (int i) |
bool | IsKey (int i) const |
int | Capacity () const |
int | Size () const |
bool | operator[] (int i) const |
Protected Attributes | |
int | m_capacity |
int | m_size |
bool * | m_nodes |
Definition at line 17 of file subgraphenum.h.
|
inline |
Definition at line 23 of file subgraphenum.h.
|
inline |
Definition at line 26 of file subgraphenum.h.
|
inline |
Definition at line 29 of file subgraphenum.h.
|
inline |
Definition at line 31 of file subgraphenum.h.
|
inline |
Definition at line 34 of file subgraphenum.h.
|
inline |
Definition at line 33 of file subgraphenum.h.
|
inline |
Definition at line 36 of file subgraphenum.h.
|
inline |
Definition at line 32 of file subgraphenum.h.
|
inline |
Definition at line 35 of file subgraphenum.h.
|
protected |
Definition at line 19 of file subgraphenum.h.
|
protected |
Definition at line 21 of file subgraphenum.h.
|
protected |
Definition at line 20 of file subgraphenum.h.