|
BWAPI
|
#include <descriptor.h>
Public Member Functions | |
| const string & | name () const |
| const string & | full_name () const |
| int | index () const |
| const ServiceDescriptor * | service () const |
| const Descriptor * | input_type () const |
| const Descriptor * | output_type () const |
| const MethodOptions & | options () const |
| void | CopyTo (MethodDescriptorProto *proto) const |
| string | DebugString () const |
Friends | |
| class | DescriptorBuilder |
| class | ServiceDescriptor |
| void google::protobuf::MethodDescriptor::CopyTo | ( | MethodDescriptorProto * | proto | ) | const |
| string google::protobuf::MethodDescriptor::DebugString | ( | ) | const |
| const string& google::protobuf::MethodDescriptor::full_name | ( | ) | const |
| int google::protobuf::MethodDescriptor::index | ( | ) | const [inline] |
| const Descriptor* google::protobuf::MethodDescriptor::input_type | ( | ) | const |
| const string& google::protobuf::MethodDescriptor::name | ( | ) | const |
| const MethodOptions& google::protobuf::MethodDescriptor::options | ( | ) | const |
| const Descriptor* google::protobuf::MethodDescriptor::output_type | ( | ) | const |
| const ServiceDescriptor* google::protobuf::MethodDescriptor::service | ( | ) | const |
friend class DescriptorBuilder [friend] |
friend class ServiceDescriptor [friend] |
1.7.6.1