List of all members.
Public Member Functions |
|
| internal_graphchi_vertex (vid_t _id, graphchi_edge< EdgeDataType > *iptr, graphchi_edge< EdgeDataType > *optr, int indeg, int outdeg) |
|
vid_t | id () const |
|
int | num_inedges () const |
|
int | num_outedges () const |
|
int | num_edges () const |
|
void | add_inedge (vid_t src, EdgeDataType *ptr, bool special_edge) |
|
void | add_outedge (vid_t dst, EdgeDataType *ptr, bool special_edge) |
Public Attributes |
|
int | inc |
|
volatile int | outc |
|
vid_t | vertexid |
|
bool | modified |
|
VertexDataType * | dataptr |
|
bool | scheduled |
|
bool | parallel_safe |
The documentation for this class was generated from the following file: