|
Galois
|
Includes functions for tracing output and printing data. More...
#include <functional>#include <sstream>#include "galois/config.h"#include "galois/substrate/EnvCheck.h"#include "galois/PODResizeableArray.h"Go to the source code of this file.
Namespaces | |
| galois | |
| The Galois namespace containing all Galois structures and functions. | |
| galois::runtime | |
| Internal Galois functionality - Use at your own risk. | |
Functions | |
| template<typename T > | |
| internal::vecPrinter< T > | galois::runtime::printVec (const galois::PODResizeableArray< T > &v) |
| Given a vector, returns a vector printer object that is able to print the vector out onto an output stream. More... | |
Includes functions for tracing output and printing data.