BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends
messages::PlayerText Class Reference

#include <aimodule.pb.h>

Inheritance diagram for messages::PlayerText:
Inheritance graph
[legend]
Collaboration diagram for messages::PlayerText:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PlayerText ()
virtual ~PlayerText ()
 PlayerText (const PlayerText &from)
PlayerTextoperator= (const PlayerText &from)
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (PlayerText *other)
PlayerTextNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const PlayerText &from)
void MergeFrom (const PlayerText &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::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
int GetCachedSize () const
::google::protobuf::Metadata GetMetadata () const
bool has_player () const
void clear_player ()
inline::google::protobuf::int32 player () const
void set_player (::google::protobuf::int32 value)
bool has_text () const
void clear_text ()
const ::std::string & text () const
void set_text (const ::std::string &value)
void set_text (const char *value)
void set_text (const char *value, size_t size)
inline::std::string * mutable_text ()

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
static const PlayerTextdefault_instance ()

Static Public Attributes

static const int kPlayerFieldNumber = 1
static const int kTextFieldNumber = 2

Friends

void protobuf_AddDesc_aimodule_2eproto ()
void protobuf_AssignDesc_aimodule_2eproto ()
void protobuf_ShutdownFile_aimodule_2eproto ()

Constructor & Destructor Documentation

virtual messages::PlayerText::~PlayerText ( ) [virtual]

Member Function Documentation

int messages::PlayerText::ByteSize ( ) const [virtual]

Reimplemented from google::protobuf::Message.

void messages::PlayerText::Clear ( ) [virtual]

Reimplemented from google::protobuf::Message.

Here is the caller graph for this function:

int messages::PlayerText::GetCachedSize ( ) const [inline, virtual]
bool messages::PlayerText::has_player ( ) const [inline]
bool messages::PlayerText::has_text ( ) const [inline]
bool messages::PlayerText::IsInitialized ( ) const [virtual]

Reimplemented from google::protobuf::Message.

std::string * messages::PlayerText::mutable_text ( ) [inline]
PlayerText* messages::PlayerText::New ( ) const [virtual]
PlayerText& messages::PlayerText::operator= ( const PlayerText from) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

void messages::PlayerText::set_text ( const ::std::string &  value) [inline]

Here is the caller graph for this function:

void messages::PlayerText::set_text ( const char *  value) [inline]
void messages::PlayerText::set_text ( const char *  value,
size_t  size 
) [inline]
const ::std::string & messages::PlayerText::text ( ) const [inline]

Friends And Related Function Documentation


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines