noneprinter.hpp
Go to the documentation of this file.
104 // Run by dependency resolver, which supplies the functors with a vector of VertexIDs whose requiresPrinting flags are set to true. 114 err << "The none printer is intrinsically incapable of reading from previous output, since the previous output was never printed." << std::endl; 128 using BasePrinter::_print; // Tell compiler we are using some of the base class overloads of this on purpose. 129 #define DECLARE_PRINT(r,data,i,elem) void _print(elem const&, const std::string&, const int, const uint, const ulong) { /* do nothing */} 145 // First argument is string label for inifile access, second is class from which to construct printer
void initialise(const std::vector< int > &) Virtual function overloads: Definition: noneprinter.hpp:105 nonePrinter(const Options &options, BasePrinter *const primary) Definition: noneprinter.hpp:49 Options resume_reader_options() Definition: noneprinter.hpp:111 Definition: log_tags.hpp:38 General small utility functions. EXPORT_SYMBOLS bool file_exists(const std::string &filename) Check if a file exists. Definition: util_functions.cpp:241 Definition: noneprinter.hpp:45 Declaration and definition of printer base class. BOOST_PP_SEQ_FOR_EACH_I(DECLARE_PRINT,, ASCII_TYPES) BOOST_PP_SEQ_FOR_EACH_I(DECLARE_PRINT Sequence of all types printable by the ASCII printer. A simple C++ wrapper for the MPI C bindings. |