|
libgrape-lite
A C++ library for parallel graph processing
|
Public Member Functions | |
| VoidContext (const fragment_t &fragment) | |
| const fragment_t & | fragment () |
Public Member Functions inherited from grape::ContextBase | |
| virtual void | Output (std::ostream &os) |
| Output function to implement for result output. | |
Private Types | |
| using | fragment_t = FRAG_T |
| using | vertex_t = typename fragment_t::vertex_t |
Private Attributes | |
| const fragment_t & | fragment_ |