libgrape-lite
A C++ library for parallel graph processing
|
Vertex representation. More...
#include <vertex.h>
Public Member Functions | |
DEV_HOST | Vertex (const VID_T &vid) |
DEV_HOST | Vertex (const VID_T &vid, const VDATA_T &vdata) |
DEV_HOST | Vertex (const VID_T &vid, VDATA_T &&vdata) |
DEV_HOST | Vertex (const Vertex &vert) |
DEV_HOST | Vertex (Vertex &&vert) noexcept |
DEV_HOST Vertex & | operator= (const Vertex &rhs) |
Public Attributes | |
VID_T | vid |
VDATA_T | vdata |
Vertex representation.
VID_T | |
VDATA_T |