|
BWAPI
|
#include <descriptor.h>
Public Member Functions | |
| const string & | name () const |
| const string & | full_name () const |
| int | index () const |
| const FileDescriptor * | file () const |
| const ServiceOptions & | options () const |
| int | method_count () const |
| const MethodDescriptor * | method (int index) const |
| const MethodDescriptor * | FindMethodByName (const string &name) const |
| void | CopyTo (ServiceDescriptorProto *proto) const |
| string | DebugString () const |
Friends | |
| class | DescriptorBuilder |
| class | FileDescriptor |
| class | MethodDescriptor |
| void google::protobuf::ServiceDescriptor::CopyTo | ( | ServiceDescriptorProto * | proto | ) | const |
| string google::protobuf::ServiceDescriptor::DebugString | ( | ) | const |
| const FileDescriptor* google::protobuf::ServiceDescriptor::file | ( | ) | const |
| const MethodDescriptor* google::protobuf::ServiceDescriptor::FindMethodByName | ( | const string & | name | ) | const |
| const string& google::protobuf::ServiceDescriptor::full_name | ( | ) | const |
| int google::protobuf::ServiceDescriptor::index | ( | ) | const [inline] |
| const MethodDescriptor* google::protobuf::ServiceDescriptor::method | ( | int | index | ) | const |
| int google::protobuf::ServiceDescriptor::method_count | ( | ) | const |
| const string& google::protobuf::ServiceDescriptor::name | ( | ) | const |
| const ServiceOptions& google::protobuf::ServiceDescriptor::options | ( | ) | const |
friend class DescriptorBuilder [friend] |
friend class FileDescriptor [friend] |
friend class MethodDescriptor [friend] |
1.7.6.1