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

#include <unit.pb.h>

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

List of all members.

Public Member Functions

 RaceData ()
virtual ~RaceData ()
 RaceData (const RaceData &from)
RaceDataoperator= (const RaceData &from)
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (RaceData *other)
RaceDataNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const RaceData &from)
void MergeFrom (const RaceData &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_id () const
void clear_id ()
messages::Race id () const
void set_id (messages::Race value)
bool has_name () const
void clear_name ()
const ::std::string & name () const
void set_name (const ::std::string &value)
void set_name (const char *value)
void set_name (const char *value, size_t size)
inline::std::string * mutable_name ()
bool has_worker () const
void clear_worker ()
const ::messages::UnitTypeworker () const
inline::messages::UnitType * mutable_worker ()
bool has_center () const
void clear_center ()
const ::messages::UnitTypecenter () const
inline::messages::UnitType * mutable_center ()
bool has_refinery () const
void clear_refinery ()
const ::messages::UnitTyperefinery () const
inline::messages::UnitType * mutable_refinery ()
bool has_transport () const
void clear_transport ()
const ::messages::UnitTypetransport () const
inline::messages::UnitType * mutable_transport ()
bool has_supplyprovider () const
void clear_supplyprovider ()
const ::messages::UnitTypesupplyprovider () const
inline::messages::UnitType * mutable_supplyprovider ()

Static Public Member Functions

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

Static Public Attributes

static const int kIdFieldNumber = 1
static const int kNameFieldNumber = 2
static const int kWorkerFieldNumber = 3
static const int kCenterFieldNumber = 4
static const int kRefineryFieldNumber = 5
static const int kTransportFieldNumber = 6
static const int kSupplyProviderFieldNumber = 7

Friends

void protobuf_AddDesc_unit_2eproto ()
void protobuf_AssignDesc_unit_2eproto ()
void protobuf_ShutdownFile_unit_2eproto ()

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from google::protobuf::Message.

const ::messages::UnitType & messages::RaceData::center ( ) const [inline]
void messages::RaceData::Clear ( ) [virtual]

Reimplemented from google::protobuf::Message.

void messages::RaceData::clear_id ( ) [inline]
void messages::RaceData::clear_name ( ) [inline]

Here is the caller graph for this function:

void messages::RaceData::CopyFrom ( const RaceData from)
static const RaceData& messages::RaceData::default_instance ( ) [static]
int messages::RaceData::GetCachedSize ( ) const [inline, virtual]
bool messages::RaceData::has_center ( ) const [inline]
bool messages::RaceData::has_id ( ) const [inline]
bool messages::RaceData::has_name ( ) const [inline]
bool messages::RaceData::has_refinery ( ) const [inline]
bool messages::RaceData::has_supplyprovider ( ) const [inline]
bool messages::RaceData::has_transport ( ) const [inline]
bool messages::RaceData::has_worker ( ) const [inline]
bool messages::RaceData::IsInitialized ( ) const [virtual]

Reimplemented from google::protobuf::Message.

void messages::RaceData::MergeFrom ( const RaceData from)

Here is the caller graph for this function:

std::string * messages::RaceData::mutable_name ( ) [inline]

Here is the caller graph for this function:

Here is the caller graph for this function:

Here is the caller graph for this function:

Here is the caller graph for this function:

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

Here is the call graph for this function:

const ::messages::UnitType & messages::RaceData::refinery ( ) const [inline]
void messages::RaceData::set_id ( messages::Race  value) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

void messages::RaceData::set_name ( const ::std::string &  value) [inline]

Here is the caller graph for this function:

void messages::RaceData::set_name ( const char *  value) [inline]
void messages::RaceData::set_name ( const char *  value,
size_t  size 
) [inline]
const ::messages::UnitType & messages::RaceData::transport ( ) const [inline]
const ::messages::UnitType & messages::RaceData::worker ( ) const [inline]

Friends And Related Function Documentation

void protobuf_AddDesc_unit_2eproto ( ) [friend]

Member Data Documentation

const int messages::RaceData::kIdFieldNumber = 1 [static]
const int messages::RaceData::kNameFieldNumber = 2 [static]

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