Thrill
0.1
|
#include <thrill/common/logger.hpp>
#include <thrill/vfs/file_io.hpp>
#include <tlx/cmdline_parser.hpp>
#include <tlx/die.hpp>
#include <iostream>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 22 of file vfs_tool.cpp.
References CmdlineParser::add_param_string(), CmdlineParser::add_param_stringlist(), thrill::vfs::Deinitialize(), die_unless, thrill::vfs::File, thrill::vfs::Glob(), thrill::vfs::Initialize(), LOG1, thrill::vfs::OpenReadStream(), thrill::vfs::OpenWriteStream(), CmdlineParser::process(), and CmdlineParser::set_description().