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::UninterpretedOption Class Reference

#include <descriptor.pb.h>

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

List of all members.

Public Types

typedef
UninterpretedOption_NamePart 
NamePart

Public Member Functions

 UninterpretedOption ()
virtual ~UninterpretedOption ()
 UninterpretedOption (const UninterpretedOption &from)
UninterpretedOptionoperator= (const UninterpretedOption &from)
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (UninterpretedOption *other)
UninterpretedOptionNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const UninterpretedOption &from)
void MergeFrom (const UninterpretedOption &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
int name_size () const
void clear_name ()
const
::google::protobuf::UninterpretedOption_NamePart
name (int index) const
inline::google::protobuf::UninterpretedOption_NamePart * mutable_name (int index)
inline::google::protobuf::UninterpretedOption_NamePart * add_name ()
const
::google::protobuf::RepeatedPtrField
< ::google::protobuf::UninterpretedOption_NamePart > & 
name () const
inline::google::protobuf::RepeatedPtrField
< ::google::protobuf::UninterpretedOption_NamePart > * 
mutable_name ()
bool has_identifier_value () const
void clear_identifier_value ()
const ::std::string & identifier_value () const
void set_identifier_value (const ::std::string &value)
void set_identifier_value (const char *value)
void set_identifier_value (const char *value, size_t size)
inline::std::string * mutable_identifier_value ()
bool has_positive_int_value () const
void clear_positive_int_value ()
inline::google::protobuf::uint64 positive_int_value () const
void set_positive_int_value (::google::protobuf::uint64 value)
bool has_negative_int_value () const
void clear_negative_int_value ()
inline::google::protobuf::int64 negative_int_value () const
void set_negative_int_value (::google::protobuf::int64 value)
bool has_double_value () const
void clear_double_value ()
double double_value () const
void set_double_value (double value)
bool has_string_value () const
void clear_string_value ()
const ::std::string & string_value () const
void set_string_value (const ::std::string &value)
void set_string_value (const char *value)
void set_string_value (const void *value, size_t size)
inline::std::string * mutable_string_value ()

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
static const UninterpretedOptiondefault_instance ()

Static Public Attributes

static const int kNameFieldNumber = 2
static const int kIdentifierValueFieldNumber = 3
static const int kPositiveIntValueFieldNumber = 4
static const int kNegativeIntValueFieldNumber = 5
static const int kDoubleValueFieldNumber = 6
static const int kStringValueFieldNumber = 7

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

Here is the call graph for this function:

Reimplemented from google::protobuf::Message.

Reimplemented from google::protobuf::Message.

Here is the call graph for this function:

const ::std::string & google::protobuf::UninterpretedOption::identifier_value ( ) const [inline]

Reimplemented from google::protobuf::Message.

Here is the call graph for this function:

Here is the call graph for this function:

Here is the call graph for this function:

UninterpretedOption& google::protobuf::UninterpretedOption::operator= ( const UninterpretedOption from) [inline]
void google::protobuf::UninterpretedOption::set_identifier_value ( const ::std::string &  value) [inline]
void google::protobuf::UninterpretedOption::set_identifier_value ( const char *  value) [inline]
void google::protobuf::UninterpretedOption::set_identifier_value ( const char *  value,
size_t  size 
) [inline]
void google::protobuf::UninterpretedOption::set_string_value ( const ::std::string &  value) [inline]
void google::protobuf::UninterpretedOption::set_string_value ( const char *  value) [inline]
void google::protobuf::UninterpretedOption::set_string_value ( const void *  value,
size_t  size 
) [inline]
const ::std::string & google::protobuf::UninterpretedOption::string_value ( ) const [inline]

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