BWAPI
|
#include <command.pb.h>
virtual messages::Command::~Command | ( | ) | [virtual] |
messages::Command::Command | ( | const Command & | from | ) |
int messages::Command::ByteSize | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void messages::Command::Clear | ( | ) | [virtual] |
Reimplemented from google::protobuf::Message.
void messages::Command::clear_pos | ( | ) | [inline] |
void messages::Command::clear_self | ( | ) | [inline] |
void messages::Command::clear_slot | ( | ) | [inline] |
void messages::Command::clear_target | ( | ) | [inline] |
void messages::Command::clear_techtype | ( | ) | [inline] |
void messages::Command::clear_tilepos | ( | ) | [inline] |
void messages::Command::clear_type | ( | ) | [inline] |
void messages::Command::clear_unittype | ( | ) | [inline] |
void messages::Command::clear_upgradetype | ( | ) | [inline] |
void messages::Command::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void messages::Command::CopyFrom | ( | const Command & | from | ) |
static const Command& messages::Command::default_instance | ( | ) | [static] |
static const ::google::protobuf::Descriptor* messages::Command::descriptor | ( | ) | [static] |
int messages::Command::GetCachedSize | ( | ) | const [inline, virtual] |
Implements google::protobuf::MessageLite.
::google::protobuf::Metadata messages::Command::GetMetadata | ( | ) | const [virtual] |
Implements google::protobuf::Message.
bool messages::Command::has_pos | ( | ) | const [inline] |
bool messages::Command::has_self | ( | ) | const [inline] |
bool messages::Command::has_slot | ( | ) | const [inline] |
bool messages::Command::has_target | ( | ) | const [inline] |
bool messages::Command::has_techtype | ( | ) | const [inline] |
bool messages::Command::has_tilepos | ( | ) | const [inline] |
bool messages::Command::has_type | ( | ) | const [inline] |
bool messages::Command::has_unittype | ( | ) | const [inline] |
bool messages::Command::has_upgradetype | ( | ) | const [inline] |
bool messages::Command::IsInitialized | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void messages::Command::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void messages::Command::MergeFrom | ( | const Command & | from | ) |
bool messages::Command::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
messages::Position * messages::Command::mutable_pos | ( | ) | [inline] |
messages::UnitId * messages::Command::mutable_self | ( | ) | [inline] |
messages::UnitId * messages::Command::mutable_target | ( | ) | [inline] |
messages::TechType * messages::Command::mutable_techtype | ( | ) | [inline] |
messages::TilePosition * messages::Command::mutable_tilepos | ( | ) | [inline] |
messages::UnitType * messages::Command::mutable_unittype | ( | ) | [inline] |
inline ::google::protobuf::UnknownFieldSet* messages::Command::mutable_unknown_fields | ( | ) | [inline] |
messages::UpgradeType * messages::Command::mutable_upgradetype | ( | ) | [inline] |
Command* messages::Command::New | ( | ) | const [virtual] |
Implements google::protobuf::Message.
const ::messages::Position & messages::Command::pos | ( | ) | const [inline] |
const ::messages::UnitId & messages::Command::self | ( | ) | const [inline] |
void messages::Command::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
::google::protobuf::uint8* messages::Command::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
void messages::Command::set_slot | ( | ::google::protobuf::int32 | value | ) | [inline] |
void messages::Command::set_type | ( | messages::CommandType | value | ) | [inline] |
google::protobuf::int32 messages::Command::slot | ( | ) | const [inline] |
void messages::Command::Swap | ( | Command * | other | ) |
const ::messages::UnitId & messages::Command::target | ( | ) | const [inline] |
const ::messages::TechType & messages::Command::techtype | ( | ) | const [inline] |
const ::messages::TilePosition & messages::Command::tilepos | ( | ) | const [inline] |
messages::CommandType messages::Command::type | ( | ) | const [inline] |
const ::messages::UnitType & messages::Command::unittype | ( | ) | const [inline] |
const ::google::protobuf::UnknownFieldSet& messages::Command::unknown_fields | ( | ) | const [inline] |
const ::messages::UpgradeType & messages::Command::upgradetype | ( | ) | const [inline] |
void protobuf_AddDesc_command_2eproto | ( | ) | [friend] |
void protobuf_AssignDesc_command_2eproto | ( | ) | [friend] |
void protobuf_ShutdownFile_command_2eproto | ( | ) | [friend] |
const int messages::Command::kPosFieldNumber = 3 [static] |
const int messages::Command::kSelfFieldNumber = 2 [static] |
const int messages::Command::kSlotFieldNumber = 9 [static] |
const int messages::Command::kTargetFieldNumber = 5 [static] |
const int messages::Command::kTechTypeFieldNumber = 7 [static] |
const int messages::Command::kTilePosFieldNumber = 4 [static] |
const int messages::Command::kTypeFieldNumber = 1 [static] |
const int messages::Command::kUnitTypeFieldNumber = 6 [static] |
const int messages::Command::kUpgradeTypeFieldNumber = 8 [static] |