BWAPI
|
#include <aimodule.pb.h>
Public Member Functions | |
FrameCommands () | |
virtual | ~FrameCommands () |
FrameCommands (const FrameCommands &from) | |
FrameCommands & | operator= (const FrameCommands &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (FrameCommands *other) |
FrameCommands * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const FrameCommands &from) |
void | MergeFrom (const FrameCommands &from) |
void | Clear () |
bool | IsInitialized () const |
int | ByteSize () const |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
int | GetCachedSize () const |
::google::protobuf::Metadata | GetMetadata () const |
int | commands_size () const |
void | clear_commands () |
const ::messages::Command & | commands (int index) const |
inline::messages::Command * | mutable_commands (int index) |
inline::messages::Command * | add_commands () |
const ::google::protobuf::RepeatedPtrField < ::messages::Command > & | commands () const |
inline::google::protobuf::RepeatedPtrField < ::messages::Command > * | mutable_commands () |
bool | has_gamespeed () const |
void | clear_gamespeed () |
inline::google::protobuf::int32 | gamespeed () const |
void | set_gamespeed (::google::protobuf::int32 value) |
int | sendtext_size () const |
void | clear_sendtext () |
const ::std::string & | sendtext (int index) const |
inline::std::string * | mutable_sendtext (int index) |
void | set_sendtext (int index, const ::std::string &value) |
void | set_sendtext (int index, const char *value) |
void | set_sendtext (int index, const char *value, size_t size) |
inline::std::string * | add_sendtext () |
void | add_sendtext (const ::std::string &value) |
void | add_sendtext (const char *value) |
void | add_sendtext (const char *value, size_t size) |
const ::google::protobuf::RepeatedPtrField < ::std::string > & | sendtext () const |
inline::google::protobuf::RepeatedPtrField < ::std::string > * | mutable_sendtext () |
int | printf_size () const |
void | clear_printf () |
const ::std::string & | printf (int index) const |
inline::std::string * | mutable_printf (int index) |
void | set_printf (int index, const ::std::string &value) |
void | set_printf (int index, const char *value) |
void | set_printf (int index, const char *value, size_t size) |
inline::std::string * | add_printf () |
void | add_printf (const ::std::string &value) |
void | add_printf (const char *value) |
void | add_printf (const char *value, size_t size) |
const ::google::protobuf::RepeatedPtrField < ::std::string > & | printf () const |
inline::google::protobuf::RepeatedPtrField < ::std::string > * | mutable_printf () |
int | flags_size () const |
void | clear_flags () |
messages::Flag | flags (int index) const |
void | set_flags (int index, messages::Flag value) |
void | add_flags (messages::Flag value) |
const ::google::protobuf::RepeatedField < int > & | flags () const |
inline::google::protobuf::RepeatedField < int > * | mutable_flags () |
int | drawcommands_size () const |
void | clear_drawcommands () |
const ::messages::DrawCommand & | drawcommands (int index) const |
inline::messages::DrawCommand * | mutable_drawcommands (int index) |
inline::messages::DrawCommand * | add_drawcommands () |
const ::google::protobuf::RepeatedPtrField < ::messages::DrawCommand > & | drawcommands () const |
inline::google::protobuf::RepeatedPtrField < ::messages::DrawCommand > * | mutable_drawcommands () |
bool | has_screenposition () const |
void | clear_screenposition () |
const ::messages::Position & | screenposition () const |
inline::messages::Position * | mutable_screenposition () |
bool | has_botname () const |
void | clear_botname () |
const ::std::string & | botname () const |
void | set_botname (const ::std::string &value) |
void | set_botname (const char *value) |
void | set_botname (const char *value, size_t size) |
inline::std::string * | mutable_botname () |
bool | has_botcode () const |
void | clear_botcode () |
const ::std::string & | botcode () const |
void | set_botcode (const ::std::string &value) |
void | set_botcode (const char *value) |
void | set_botcode (const char *value, size_t size) |
inline::std::string * | mutable_botcode () |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const FrameCommands & | default_instance () |
Static Public Attributes | |
static const int | kCommandsFieldNumber = 1 |
static const int | kGameSpeedFieldNumber = 2 |
static const int | kSendTextFieldNumber = 3 |
static const int | kPrintfFieldNumber = 4 |
static const int | kFlagsFieldNumber = 5 |
static const int | kDrawCommandsFieldNumber = 6 |
static const int | kScreenPositionFieldNumber = 7 |
static const int | kBotNameFieldNumber = 8 |
static const int | kBotCodeFieldNumber = 9 |
Friends | |
void | protobuf_AddDesc_aimodule_2eproto () |
void | protobuf_AssignDesc_aimodule_2eproto () |
void | protobuf_ShutdownFile_aimodule_2eproto () |
virtual messages::FrameCommands::~FrameCommands | ( | ) | [virtual] |
messages::FrameCommands::FrameCommands | ( | const FrameCommands & | from | ) |
messages::Command * messages::FrameCommands::add_commands | ( | ) | [inline] |
messages::DrawCommand * messages::FrameCommands::add_drawcommands | ( | ) | [inline] |
void messages::FrameCommands::add_flags | ( | messages::Flag | value | ) | [inline] |
std::string * messages::FrameCommands::add_printf | ( | ) | [inline] |
void messages::FrameCommands::add_printf | ( | const ::std::string & | value | ) | [inline] |
void messages::FrameCommands::add_printf | ( | const char * | value | ) | [inline] |
void messages::FrameCommands::add_printf | ( | const char * | value, |
size_t | size | ||
) | [inline] |
std::string * messages::FrameCommands::add_sendtext | ( | ) | [inline] |
void messages::FrameCommands::add_sendtext | ( | const ::std::string & | value | ) | [inline] |
void messages::FrameCommands::add_sendtext | ( | const char * | value | ) | [inline] |
void messages::FrameCommands::add_sendtext | ( | const char * | value, |
size_t | size | ||
) | [inline] |
const ::std::string & messages::FrameCommands::botcode | ( | ) | const [inline] |
const ::std::string & messages::FrameCommands::botname | ( | ) | const [inline] |
int messages::FrameCommands::ByteSize | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void messages::FrameCommands::Clear | ( | ) | [virtual] |
Reimplemented from google::protobuf::Message.
void messages::FrameCommands::clear_botcode | ( | ) | [inline] |
void messages::FrameCommands::clear_botname | ( | ) | [inline] |
void messages::FrameCommands::clear_commands | ( | ) | [inline] |
void messages::FrameCommands::clear_drawcommands | ( | ) | [inline] |
void messages::FrameCommands::clear_flags | ( | ) | [inline] |
void messages::FrameCommands::clear_gamespeed | ( | ) | [inline] |
void messages::FrameCommands::clear_printf | ( | ) | [inline] |
void messages::FrameCommands::clear_screenposition | ( | ) | [inline] |
void messages::FrameCommands::clear_sendtext | ( | ) | [inline] |
const ::messages::Command & messages::FrameCommands::commands | ( | int | index | ) | const [inline] |
const ::google::protobuf::RepeatedPtrField<::messages::Command > & messages::FrameCommands::commands | ( | ) | const [inline] |
int messages::FrameCommands::commands_size | ( | ) | const [inline] |
void messages::FrameCommands::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void messages::FrameCommands::CopyFrom | ( | const FrameCommands & | from | ) |
static const FrameCommands& messages::FrameCommands::default_instance | ( | ) | [static] |
static const ::google::protobuf::Descriptor* messages::FrameCommands::descriptor | ( | ) | [static] |
const ::messages::DrawCommand & messages::FrameCommands::drawcommands | ( | int | index | ) | const [inline] |
const ::google::protobuf::RepeatedPtrField<::messages::DrawCommand > & messages::FrameCommands::drawcommands | ( | ) | const [inline] |
int messages::FrameCommands::drawcommands_size | ( | ) | const [inline] |
messages::Flag messages::FrameCommands::flags | ( | int | index | ) | const [inline] |
const ::google::protobuf::RepeatedField< int > & messages::FrameCommands::flags | ( | ) | const [inline] |
int messages::FrameCommands::flags_size | ( | ) | const [inline] |
google::protobuf::int32 messages::FrameCommands::gamespeed | ( | ) | const [inline] |
int messages::FrameCommands::GetCachedSize | ( | ) | const [inline, virtual] |
Implements google::protobuf::MessageLite.
::google::protobuf::Metadata messages::FrameCommands::GetMetadata | ( | ) | const [virtual] |
Implements google::protobuf::Message.
bool messages::FrameCommands::has_botcode | ( | ) | const [inline] |
bool messages::FrameCommands::has_botname | ( | ) | const [inline] |
bool messages::FrameCommands::has_gamespeed | ( | ) | const [inline] |
bool messages::FrameCommands::has_screenposition | ( | ) | const [inline] |
bool messages::FrameCommands::IsInitialized | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void messages::FrameCommands::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void messages::FrameCommands::MergeFrom | ( | const FrameCommands & | from | ) |
bool messages::FrameCommands::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
std::string * messages::FrameCommands::mutable_botcode | ( | ) | [inline] |
std::string * messages::FrameCommands::mutable_botname | ( | ) | [inline] |
messages::Command * messages::FrameCommands::mutable_commands | ( | int | index | ) | [inline] |
google::protobuf::RepeatedPtrField<::messages::Command > * messages::FrameCommands::mutable_commands | ( | ) | [inline] |
messages::DrawCommand * messages::FrameCommands::mutable_drawcommands | ( | int | index | ) | [inline] |
google::protobuf::RepeatedPtrField<::messages::DrawCommand > * messages::FrameCommands::mutable_drawcommands | ( | ) | [inline] |
google::protobuf::RepeatedField< int > * messages::FrameCommands::mutable_flags | ( | ) | [inline] |
std::string * messages::FrameCommands::mutable_printf | ( | int | index | ) | [inline] |
google::protobuf::RepeatedPtrField<::std::string > * messages::FrameCommands::mutable_printf | ( | ) | [inline] |
std::string * messages::FrameCommands::mutable_sendtext | ( | int | index | ) | [inline] |
google::protobuf::RepeatedPtrField<::std::string > * messages::FrameCommands::mutable_sendtext | ( | ) | [inline] |
inline ::google::protobuf::UnknownFieldSet* messages::FrameCommands::mutable_unknown_fields | ( | ) | [inline] |
FrameCommands* messages::FrameCommands::New | ( | ) | const [virtual] |
Implements google::protobuf::Message.
FrameCommands& messages::FrameCommands::operator= | ( | const FrameCommands & | from | ) | [inline] |
const ::std::string & messages::FrameCommands::printf | ( | int | index | ) | const [inline] |
const ::google::protobuf::RepeatedPtrField<::std::string > & messages::FrameCommands::printf | ( | ) | const [inline] |
int messages::FrameCommands::printf_size | ( | ) | const [inline] |
const ::messages::Position & messages::FrameCommands::screenposition | ( | ) | const [inline] |
const ::std::string & messages::FrameCommands::sendtext | ( | int | index | ) | const [inline] |
const ::google::protobuf::RepeatedPtrField<::std::string > & messages::FrameCommands::sendtext | ( | ) | const [inline] |
int messages::FrameCommands::sendtext_size | ( | ) | const [inline] |
void messages::FrameCommands::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
::google::protobuf::uint8* messages::FrameCommands::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
void messages::FrameCommands::set_botcode | ( | const ::std::string & | value | ) | [inline] |
void messages::FrameCommands::set_botcode | ( | const char * | value | ) | [inline] |
void messages::FrameCommands::set_botcode | ( | const char * | value, |
size_t | size | ||
) | [inline] |
void messages::FrameCommands::set_botname | ( | const ::std::string & | value | ) | [inline] |
void messages::FrameCommands::set_botname | ( | const char * | value | ) | [inline] |
void messages::FrameCommands::set_botname | ( | const char * | value, |
size_t | size | ||
) | [inline] |
void messages::FrameCommands::set_flags | ( | int | index, |
messages::Flag | value | ||
) | [inline] |
void messages::FrameCommands::set_gamespeed | ( | ::google::protobuf::int32 | value | ) | [inline] |
void messages::FrameCommands::set_printf | ( | int | index, |
const ::std::string & | value | ||
) | [inline] |
void messages::FrameCommands::set_printf | ( | int | index, |
const char * | value | ||
) | [inline] |
void messages::FrameCommands::set_printf | ( | int | index, |
const char * | value, | ||
size_t | size | ||
) | [inline] |
void messages::FrameCommands::set_sendtext | ( | int | index, |
const ::std::string & | value | ||
) | [inline] |
void messages::FrameCommands::set_sendtext | ( | int | index, |
const char * | value | ||
) | [inline] |
void messages::FrameCommands::set_sendtext | ( | int | index, |
const char * | value, | ||
size_t | size | ||
) | [inline] |
void messages::FrameCommands::Swap | ( | FrameCommands * | other | ) |
const ::google::protobuf::UnknownFieldSet& messages::FrameCommands::unknown_fields | ( | ) | const [inline] |
void protobuf_AddDesc_aimodule_2eproto | ( | ) | [friend] |
void protobuf_AssignDesc_aimodule_2eproto | ( | ) | [friend] |
void protobuf_ShutdownFile_aimodule_2eproto | ( | ) | [friend] |
const int messages::FrameCommands::kBotCodeFieldNumber = 9 [static] |
const int messages::FrameCommands::kBotNameFieldNumber = 8 [static] |
const int messages::FrameCommands::kCommandsFieldNumber = 1 [static] |
const int messages::FrameCommands::kDrawCommandsFieldNumber = 6 [static] |
const int messages::FrameCommands::kFlagsFieldNumber = 5 [static] |
const int messages::FrameCommands::kGameSpeedFieldNumber = 2 [static] |
const int messages::FrameCommands::kPrintfFieldNumber = 4 [static] |
const int messages::FrameCommands::kScreenPositionFieldNumber = 7 [static] |
const int messages::FrameCommands::kSendTextFieldNumber = 3 [static] |