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

#include <descriptor.pb.h>

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

List of all members.

Public Member Functions

 MethodDescriptorProto ()
virtual ~MethodDescriptorProto ()
 MethodDescriptorProto (const MethodDescriptorProto &from)
MethodDescriptorProtooperator= (const MethodDescriptorProto &from)
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (MethodDescriptorProto *other)
MethodDescriptorProtoNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const MethodDescriptorProto &from)
void MergeFrom (const MethodDescriptorProto &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_name () const
void clear_name ()
const ::std::string & name () const
void set_name (const ::std::string &value)
void set_name (const char *value)
void set_name (const char *value, size_t size)
inline::std::string * mutable_name ()
bool has_input_type () const
void clear_input_type ()
const ::std::string & input_type () const
void set_input_type (const ::std::string &value)
void set_input_type (const char *value)
void set_input_type (const char *value, size_t size)
inline::std::string * mutable_input_type ()
bool has_output_type () const
void clear_output_type ()
const ::std::string & output_type () const
void set_output_type (const ::std::string &value)
void set_output_type (const char *value)
void set_output_type (const char *value, size_t size)
inline::std::string * mutable_output_type ()
bool has_options () const
void clear_options ()
const
::google::protobuf::MethodOptions
options () const
inline::google::protobuf::MethodOptions * mutable_options ()

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
static const
MethodDescriptorProto
default_instance ()

Static Public Attributes

static const int kNameFieldNumber = 1
static const int kInputTypeFieldNumber = 2
static const int kOutputTypeFieldNumber = 3
static const int kOptionsFieldNumber = 4

Friends

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

Constructor & Destructor Documentation


Member Function Documentation

Reimplemented from google::protobuf::Message.

Reimplemented from google::protobuf::Message.

const ::std::string & google::protobuf::MethodDescriptorProto::input_type ( ) const [inline]

Reimplemented from google::protobuf::Message.

const ::std::string & google::protobuf::MethodDescriptorProto::name ( ) const [inline]
MethodDescriptorProto& google::protobuf::MethodDescriptorProto::operator= ( const MethodDescriptorProto from) [inline]
const ::std::string & google::protobuf::MethodDescriptorProto::output_type ( ) const [inline]
void google::protobuf::MethodDescriptorProto::set_input_type ( const ::std::string &  value) [inline]
void google::protobuf::MethodDescriptorProto::set_input_type ( const char *  value) [inline]
void google::protobuf::MethodDescriptorProto::set_input_type ( const char *  value,
size_t  size 
) [inline]
void google::protobuf::MethodDescriptorProto::set_name ( const ::std::string &  value) [inline]
void google::protobuf::MethodDescriptorProto::set_name ( const char *  value) [inline]
void google::protobuf::MethodDescriptorProto::set_name ( const char *  value,
size_t  size 
) [inline]
void google::protobuf::MethodDescriptorProto::set_output_type ( const ::std::string &  value) [inline]
void google::protobuf::MethodDescriptorProto::set_output_type ( const char *  value) [inline]
void google::protobuf::MethodDescriptorProto::set_output_type ( const char *  value,
size_t  size 
) [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