BWAPI
|
#include <descriptor.h>
Public Member Functions | |
const string & | name () const |
int | index () const |
int | number () const |
const string & | full_name () const |
const EnumDescriptor * | type () const |
const EnumValueOptions & | options () const |
void | CopyTo (EnumValueDescriptorProto *proto) const |
string | DebugString () const |
Friends | |
class | DescriptorBuilder |
class | EnumDescriptor |
void google::protobuf::EnumValueDescriptor::CopyTo | ( | EnumValueDescriptorProto * | proto | ) | const |
string google::protobuf::EnumValueDescriptor::DebugString | ( | ) | const |
const string& google::protobuf::EnumValueDescriptor::full_name | ( | ) | const |
int google::protobuf::EnumValueDescriptor::index | ( | ) | const [inline] |
const string& google::protobuf::EnumValueDescriptor::name | ( | ) | const |
int google::protobuf::EnumValueDescriptor::number | ( | ) | const |
const EnumValueOptions& google::protobuf::EnumValueDescriptor::options | ( | ) | const |
const EnumDescriptor* google::protobuf::EnumValueDescriptor::type | ( | ) | const |
friend class DescriptorBuilder [friend] |
friend class EnumDescriptor [friend] |