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

#include <edgebuffers.hpp>

List of all members.

Public Member Functions

 created_edge (vid_t src, vid_t dst, EdgeDataType _data)

Public Attributes

vid_t src
vid_t dst
EdgeDataType data
bool accounted_for_outc
bool accounted_for_inc

Detailed Description

template<typename EdgeDataType>
struct graphchi::created_edge< EdgeDataType >

Class for buffered edges. These are edges that are currently in memory, and waiting to be commited to disk.


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