OsmAnd
|
#include <google/protobuf/io/tokenizer.h>
#include <google/protobuf/io/zero_copy_stream.h>
#include <google/protobuf/stubs/strutil.h>
Packages | |
namespace | |
namespace | google::protobuf |
namespace | google::protobuf::io |
Defines | |
#define | CHARACTER_CLASS(NAME, EXPRESSION) |
#define CHARACTER_CLASS | ( | NAME, | |
EXPRESSION | |||
) |
class NAME { \ public: \ static inline bool InClass(char c) { \ return EXPRESSION; \ } \ }