libosmscout  0.1
Parsing.h File Reference
#include <osmscout/lib/CoreImportExport.h>
#include <cstddef>

Namespaces

 osmscout
 Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license.
 

Enumerations

enum  osmscout::BinaryOperator {
  osmscout::operatorLess, osmscout::operatorLessEqual, osmscout::operatorEqual, osmscout::operatorGreaterEqual,
  osmscout::operatorGreater, osmscout::operatorNotEqual
}
 Enumeration of possible binary operators as used by the various parsers. More...