|
STXXL
1.4.0
|
#include <cstddef>#include <cstdio>#include <iostream>#include <string>#include <vector>#include <stxxl/bits/common/types.h>#include <stxxl/bits/common/utils.h>#include <stxxl/bits/namespace.h>#include <stxxl/bits/noncopyable.h>Go to the source code of this file.
Classes | |
| class | stxxl::cmdline_parser |
| Command line parser which automatically fills variables and prints nice usage messages. More... | |
| struct | stxxl::cmdline_parser::argument |
| base class of all options and parameters More... | |
| struct | stxxl::cmdline_parser::argument_bytes |
| specialization of argument for SI/IEC suffixes byte size options or parameters More... | |
| struct | stxxl::cmdline_parser::argument_flag |
| specialization of argument for boolean flags (can only be set to true). More... | |
| struct | stxxl::cmdline_parser::argument_int |
| specialization of argument for integer options or parameters More... | |
| struct | stxxl::cmdline_parser::argument_string |
| specialization of argument for string options or parameters More... | |
| struct | stxxl::cmdline_parser::argument_stringlist |
| specialization of argument for multiple string options or parameters More... | |
| struct | stxxl::cmdline_parser::argument_uint |
| specialization of argument for unsigned integer options or parameters More... | |
Namespaces | |
| stxxl | |
STXXL library namespace | |