BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends
google::protobuf::FieldOptions Class Reference

#include <descriptor.pb.h>

Inheritance diagram for google::protobuf::FieldOptions:
Inheritance graph
[legend]
Collaboration diagram for google::protobuf::FieldOptions:
Collaboration graph
[legend]

List of all members.

Public Types

typedef FieldOptions_CType CType

Public Member Functions

 FieldOptions ()
virtual ~FieldOptions ()
 FieldOptions (const FieldOptions &from)
FieldOptionsoperator= (const FieldOptions &from)
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (FieldOptions *other)
FieldOptionsNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const FieldOptions &from)
void MergeFrom (const FieldOptions &from)
void Clear ()
bool IsInitialized () const
int ByteSize () const
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
::google::protobuf::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
int GetCachedSize () const
::google::protobuf::Metadata GetMetadata () const
bool has_ctype () const
void clear_ctype ()
inline::google::protobuf::FieldOptions_CType ctype () const
void set_ctype (::google::protobuf::FieldOptions_CType value)
bool has_packed () const
void clear_packed ()
bool packed () const
void set_packed (bool value)
bool has_deprecated () const
void clear_deprecated ()
bool deprecated () const
void set_deprecated (bool value)
bool has_experimental_map_key () const
void clear_experimental_map_key ()
const ::std::string & experimental_map_key () const
void set_experimental_map_key (const ::std::string &value)
void set_experimental_map_key (const char *value)
void set_experimental_map_key (const char *value, size_t size)
inline::std::string * mutable_experimental_map_key ()
int uninterpreted_option_size () const
void clear_uninterpreted_option ()
const
::google::protobuf::UninterpretedOption
uninterpreted_option (int index) const
inline::google::protobuf::UninterpretedOption * mutable_uninterpreted_option (int index)
inline::google::protobuf::UninterpretedOption * add_uninterpreted_option ()
const
::google::protobuf::RepeatedPtrField
< ::google::protobuf::UninterpretedOption > & 
uninterpreted_option () const
inline::google::protobuf::RepeatedPtrField
< ::google::protobuf::UninterpretedOption > * 
mutable_uninterpreted_option ()

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
static const FieldOptionsdefault_instance ()
static bool CType_IsValid (int value)
static const
::google::protobuf::EnumDescriptor
CType_descriptor ()
static const ::std::string & CType_Name (CType value)
static bool CType_Parse (const ::std::string &name, CType *value)

Static Public Attributes

static const CType STRING = FieldOptions_CType_STRING
static const CType CORD = FieldOptions_CType_CORD
static const CType STRING_PIECE = FieldOptions_CType_STRING_PIECE
static const CType CType_MIN
static const CType CType_MAX
static const int CType_ARRAYSIZE
static const int kCtypeFieldNumber = 1
static const int kPackedFieldNumber = 2
static const int kDeprecatedFieldNumber = 3
static const int kExperimentalMapKeyFieldNumber = 9
static const int kUninterpretedOptionFieldNumber = 999

Friends

void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto ()
void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto ()
void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto ()

Member Typedef Documentation


Constructor & Destructor Documentation


Member Function Documentation

Reimplemented from google::protobuf::Message.

Reimplemented from google::protobuf::Message.

Here is the call graph for this function:

static bool google::protobuf::FieldOptions::CType_IsValid ( int  value) [inline, static]

Here is the call graph for this function:

static const ::std::string& google::protobuf::FieldOptions::CType_Name ( CType  value) [inline, static]

Here is the call graph for this function:

static bool google::protobuf::FieldOptions::CType_Parse ( const ::std::string &  name,
CType value 
) [inline, static]

Here is the call graph for this function:

const ::std::string & google::protobuf::FieldOptions::experimental_map_key ( ) const [inline]
int google::protobuf::FieldOptions::GetCachedSize ( ) const [inline, virtual]

Reimplemented from google::protobuf::Message.

FieldOptions& google::protobuf::FieldOptions::operator= ( const FieldOptions from) [inline]
bool google::protobuf::FieldOptions::packed ( ) const [inline]

Here is the caller graph for this function:

Here is the call graph for this function:

void google::protobuf::FieldOptions::set_deprecated ( bool  value) [inline]
void google::protobuf::FieldOptions::set_experimental_map_key ( const ::std::string &  value) [inline]
void google::protobuf::FieldOptions::set_experimental_map_key ( const char *  value) [inline]
void google::protobuf::FieldOptions::set_experimental_map_key ( const char *  value,
size_t  size 
) [inline]
void google::protobuf::FieldOptions::set_packed ( bool  value) [inline]

Here is the call graph for this function:


Friends And Related Function Documentation


Member Data Documentation


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