libosmscout
0.1
|
#include <osmscout/cli/CmdLineParsing.h>
#include <algorithm>
#include <cstdlib>
#include <iostream>
#include <sstream>
#include <osmscout/util/String.h>
#include <osmscout/system/Assert.h>
Namespaces | |
osmscout | |
Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license. | |
Functions | |
bool | osmscout::ParseBoolArgument (int argc, char *argv[], int ¤tIndex, bool &value) |
bool | osmscout::ParseSizeTArgument (int argc, char *argv[], int ¤tIndex, size_t &value) |
bool | osmscout::ParseStringArgument (int argc, char *argv[], int ¤tIndex, std::string &value) |
bool | osmscout::ParseUInt32Argument (int argc, char *argv[], int ¤tIndex, uint32_t &value) |