libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
CmdLineParsing.cpp File Reference
#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 &currentIndex, bool &value)
 
bool osmscout::ParseSizeTArgument (int argc, char *argv[], int &currentIndex, size_t &value)
 
bool osmscout::ParseStringArgument (int argc, char *argv[], int &currentIndex, std::string &value)
 
bool osmscout::ParseUInt32Argument (int argc, char *argv[], int &currentIndex, uint32_t &value)