BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Public Member Functions | Public Attributes
google::protobuf::internal::ExtensionInfo Struct Reference

#include <extension_set.h>

Collaboration diagram for google::protobuf::internal::ExtensionInfo:
Collaboration graph
[legend]

List of all members.

Classes

struct  EnumValidityCheck

Public Member Functions

 ExtensionInfo ()
 ExtensionInfo (FieldType type, bool is_repeated, bool is_packed)

Public Attributes

FieldType type
bool is_repeated
bool is_packed
union {
   EnumValidityCheck   enum_validity_check
   const MessageLite *   message_prototype
}; 
const FieldDescriptordescriptor

Constructor & Destructor Documentation

google::protobuf::internal::ExtensionInfo::ExtensionInfo ( FieldType  type,
bool  is_repeated,
bool  is_packed 
) [inline]

Member Data Documentation

union { ... }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines