GraphChi  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros
Public Member Functions | Public Attributes
graphchi::graphchi_edge< EdgeDataType > Class Template Reference

List of all members.

Public Member Functions

 graphchi_edge (vid_t _vertexid, EdgeDataType *edata_ptr)
EdgeDataType get_data ()
void set_data (EdgeDataType x)
vid_t vertex_id ()

Public Attributes

vid_t vertexid
EdgeDataType * data_ptr

Member Function Documentation

template<typename EdgeDataType>
vid_t graphchi::graphchi_edge< EdgeDataType >::vertex_id ( )
inline

Returns id of the endpoint of this edge.


The documentation for this class was generated from the following file: