MVE - Multi-View Environment mve-devel
|
#include <ostream>
#include <vector>
#include <string>
#include <stdexcept>
#include "util/strings.h"
#include "util/defines.h"
#include "util/exception.h"
Go to the source code of this file.
Classes | |
struct | util::ArgOption |
A single argument option. More... | |
struct | util::ArgResult |
An argument which can either be an option or a non-option. More... | |
class | util::Arguments |
Argument class that provides a parser and convenient access for command line arguments as used by GNU utils. More... | |
Namespaces | |
namespace | util |
Parser, tokenizer, timer, smart pointer, threads, etc. | |