| STXXL
    1.4-dev
    | 
#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 | 
| struct | stxxl::cmdline_parser::argument | 
| base class of all options and parameters  More... | |
| struct | stxxl::cmdline_parser::argument_bytes32 | 
| specialization of argument for SI/IEC suffixes byte size options or parameters  More... | |
| struct | stxxl::cmdline_parser::argument_bytes64 | 
| specialization of argument for SI/IEC suffixes byte size options or parameters  More... | |
| struct | stxxl::cmdline_parser::argument_double | 
| specialization of argument for double 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 | |
| STXXLlibrary namespace | |