OsmAnd
Packages | Defines
jni/protobuf/google/protobuf/io/tokenizer.cc File Reference
#include <google/protobuf/io/tokenizer.h>
#include <google/protobuf/io/zero_copy_stream.h>
#include <google/protobuf/stubs/strutil.h>

Packages

namespace  google
namespace  google::protobuf
namespace  google::protobuf::io

Defines

#define CHARACTER_CLASS(NAME, EXPRESSION)

Define Documentation

#define CHARACTER_CLASS (   NAME,
  EXPRESSION 
)
Value:
class NAME {                                 \
   public:                                     \
    static inline bool InClass(char c) {       \
      return EXPRESSION;                       \
    }                                          \
  }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines