#include "wesmage/options.hpp"
#include "wesmage/exit.hpp"
#include "wesmage/filter.hpp"
#include <cassert>
#include <cstdlib>
#include <ctime>
#include <iostream>
Go to the source code of this file.
Macros | |
#define | VALIDATE_NOT_PAST_END |
Functions | |
static void | print_option (std::ostream &stream, const std::string &option, std::string description) |
static std::ostream & | operator<< (std::ostream &stream, const tfilter_description &fd) |
static void | print_help (const int exit_status) |
#define VALIDATE_NOT_PAST_END |
Definition at line 145 of file options.cpp.
Referenced by toptions::parse().
|
static |
Definition at line 92 of file options.cpp.
References tfilter_description::description, tfilter_description::tparameter::descripton, tfilter_description::name, tfilter_description::tparameter::name, tfilter_description::parameters, print_option(), and tfilter_description::tparameter::type.
Definition at line 108 of file options.cpp.
References filter_list().
Referenced by toptions::parse().
|
static |
Definition at line 45 of file options.cpp.
References schema_validation::eol.
Referenced by operator<<().