BWAPI
|
#include <types.pb.h>
virtual messages::Position::~Position | ( | ) | [virtual] |
messages::Position::Position | ( | const Position & | from | ) |
int messages::Position::ByteSize | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void messages::Position::Clear | ( | ) | [virtual] |
Reimplemented from google::protobuf::Message.
void messages::Position::clear_x | ( | ) | [inline] |
void messages::Position::clear_y | ( | ) | [inline] |
void messages::Position::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void messages::Position::CopyFrom | ( | const Position & | from | ) |
static const Position& messages::Position::default_instance | ( | ) | [static] |
static const ::google::protobuf::Descriptor* messages::Position::descriptor | ( | ) | [static] |
int messages::Position::GetCachedSize | ( | ) | const [inline, virtual] |
Implements google::protobuf::MessageLite.
::google::protobuf::Metadata messages::Position::GetMetadata | ( | ) | const [virtual] |
Implements google::protobuf::Message.
bool messages::Position::has_x | ( | ) | const [inline] |
bool messages::Position::has_y | ( | ) | const [inline] |
bool messages::Position::IsInitialized | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void messages::Position::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void messages::Position::MergeFrom | ( | const Position & | from | ) |
bool messages::Position::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
inline ::google::protobuf::UnknownFieldSet* messages::Position::mutable_unknown_fields | ( | ) | [inline] |
Position* messages::Position::New | ( | ) | const [virtual] |
Implements google::protobuf::Message.
void messages::Position::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
::google::protobuf::uint8* messages::Position::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
void messages::Position::set_x | ( | ::google::protobuf::int32 | value | ) | [inline] |
void messages::Position::set_y | ( | ::google::protobuf::int32 | value | ) | [inline] |
void messages::Position::Swap | ( | Position * | other | ) |
const ::google::protobuf::UnknownFieldSet& messages::Position::unknown_fields | ( | ) | const [inline] |
google::protobuf::int32 messages::Position::x | ( | ) | const [inline] |
google::protobuf::int32 messages::Position::y | ( | ) | const [inline] |
void protobuf_AddDesc_types_2eproto | ( | ) | [friend] |
void protobuf_AssignDesc_types_2eproto | ( | ) | [friend] |
void protobuf_ShutdownFile_types_2eproto | ( | ) | [friend] |
const int messages::Position::kXFieldNumber = 1 [static] |
const int messages::Position::kYFieldNumber = 2 [static] |