licornea_tools
|
#include "args.h"
#include <iostream>
#include <cstdlib>
#include "misc.h"
#include "filesystem.h"
#include "string.h"
Go to the source code of this file.
Namespaces | |
tlz | |
Functions | |
args_list & | tlz::args () |
void | tlz::get_args (int argc, const char *argv[], const std::string &usage) |
bool | tlz::batch_mode () |
std::string | tlz::string_arg () |
std::string | tlz::in_filename_arg () |
std::string | tlz::out_filename_arg () |
std::string | tlz::out_filename_opt_arg (const std::string &def) |
std::string | tlz::out_dirname_arg () |
std::string | tlz::out_dirname_opt_arg (const std::string &def) |
long | tlz::int_arg () |
double | tlz::real_arg () |
std::string | tlz::enum_arg (const std::vector< std::string > &options) |
bool | tlz::bool_arg (const std::string &expected) |
view_index | tlz::view_index_arg () |