|
libgrape-lite
A C++ library for parallel graph processing
|
ContextBase is the base class for all user-defined contexts. A context manages data through the whole computation. The data won't be cleared during supersteps. More...
#include <context_base.h>
Public Member Functions | |
| virtual void | Output (std::ostream &os) |
| Output function to implement for result output. | |
ContextBase is the base class for all user-defined contexts. A context manages data through the whole computation. The data won't be cleared during supersteps.
|
inlinevirtual |
Output function to implement for result output.
| frag | |
| os |