|
csvzall 0.4.0
CSV command-line tool and emerging C++ library
|
#include "../../pipeline_types.hpp"#include "../../viewer_core/indexed_csv.hpp"#include <memory>#include <ostream>#include <cstdint>#include <string>#include <string_view>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | csvzall |
| namespace | csvzall::pipeline |
| namespace | csvzall::pipeline::commands |
Functions | |
| std::string | csvzall::pipeline::commands::FormatViewStartupOutput (const std::string &url, const bool startup_json) |
| int | csvzall::pipeline::commands::RunView (const std::string &input_path, std::ostream &output, const RunOptions &options, const LoggerCallbacks &logger, RunStats &stats, int requested_port, bool open_browser, bool serve_once, bool startup_json) |