TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bgs::protocol::account::v1::GameAccountFieldOptions Class Reference

#include <account_types.pb.h>

Public Member Functions

 GameAccountFieldOptions ()
 
virtual ~GameAccountFieldOptions ()
 
 GameAccountFieldOptions (const GameAccountFieldOptions &from)
 
GameAccountFieldOptionsoperator= (const GameAccountFieldOptions &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GameAccountFieldOptions *other)
 
GameAccountFieldOptionsNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const GameAccountFieldOptions &from)
 
void MergeFrom (const GameAccountFieldOptions &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_all_fields () const
 
void clear_all_fields ()
 
bool all_fields () const
 
void set_all_fields (bool value)
 
bool has_field_game_level_info () const
 
void clear_field_game_level_info ()
 
bool field_game_level_info () const
 
void set_field_game_level_info (bool value)
 
bool has_field_game_time_info () const
 
void clear_field_game_time_info ()
 
bool field_game_time_info () const
 
void set_field_game_time_info (bool value)
 
bool has_field_game_status () const
 
void clear_field_game_status ()
 
bool field_game_status () const
 
void set_field_game_status (bool value)
 
bool has_field_raf_info () const
 
void clear_field_raf_info ()
 
bool field_raf_info () const
 
void set_field_raf_info (bool value)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (istream *input)
 
bool ParsePartialFromIstream (istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (ostream *output) const
 
bool SerializePartialToOstream (ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const DescriptorGetDescriptor () const
 
virtual const ReflectionGetReflection () const
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
virtual uint8SerializeWithCachedSizesToArray (uint8 *target) const
 

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
 
static const
GameAccountFieldOptions
default_instance ()
 

Static Public Attributes

static const int kAllFieldsFieldNumber = 1
 
static const int kFieldGameLevelInfoFieldNumber = 2
 
static const int kFieldGameTimeInfoFieldNumber = 3
 
static const int kFieldGameStatusFieldNumber = 4
 
static const int kFieldRafInfoFieldNumber = 5
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_all_fields ()
 
void clear_has_all_fields ()
 
void set_has_field_game_level_info ()
 
void clear_has_field_game_level_info ()
 
void set_has_field_game_time_info ()
 
void clear_has_field_game_time_info ()
 
void set_has_field_game_status ()
 
void clear_has_field_game_status ()
 
void set_has_field_raf_info ()
 
void clear_has_field_raf_info ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
bool all_fields_
 
bool field_game_level_info_
 
bool field_game_time_info_
 
bool field_game_status_
 
bool field_raf_info_
 

Static Private Attributes

static GameAccountFieldOptionsdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_account_5ftypes_2eproto ()
 
void protobuf_AssignDesc_account_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_account_5ftypes_2eproto ()
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef
google::protobuf::Reflection 
Reflection
 

Constructor & Destructor Documentation

bgs::protocol::account::v1::GameAccountFieldOptions::GameAccountFieldOptions ( )
virtual bgs::protocol::account::v1::GameAccountFieldOptions::~GameAccountFieldOptions ( )
virtual
bgs::protocol::account::v1::GameAccountFieldOptions::GameAccountFieldOptions ( const GameAccountFieldOptions from)

Member Function Documentation

bool bgs::protocol::account::v1::GameAccountFieldOptions::all_fields ( ) const
inline
7083  {
7084  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountFieldOptions.all_fields)
7085  return all_fields_;
7086 }
bool all_fields_
Definition: account_types.pb.h:2197
int bgs::protocol::account::v1::GameAccountFieldOptions::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameAccountFieldOptions::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameAccountFieldOptions::clear_all_fields ( )
inline
7079  {
7080  all_fields_ = false;
7082 }
bool all_fields_
Definition: account_types.pb.h:2197
void clear_has_all_fields()
Definition: account_types.pb.h:7076
void bgs::protocol::account::v1::GameAccountFieldOptions::clear_field_game_level_info ( )
inline
7103  {
7104  field_game_level_info_ = false;
7106 }
bool field_game_level_info_
Definition: account_types.pb.h:2198
void clear_has_field_game_level_info()
Definition: account_types.pb.h:7100
void bgs::protocol::account::v1::GameAccountFieldOptions::clear_field_game_status ( )
inline
7151  {
7152  field_game_status_ = false;
7154 }
void clear_has_field_game_status()
Definition: account_types.pb.h:7148
bool field_game_status_
Definition: account_types.pb.h:2200
void bgs::protocol::account::v1::GameAccountFieldOptions::clear_field_game_time_info ( )
inline
7127  {
7128  field_game_time_info_ = false;
7130 }
void clear_has_field_game_time_info()
Definition: account_types.pb.h:7124
bool field_game_time_info_
Definition: account_types.pb.h:2199
void bgs::protocol::account::v1::GameAccountFieldOptions::clear_field_raf_info ( )
inline
7175  {
7176  field_raf_info_ = false;
7178 }
void clear_has_field_raf_info()
Definition: account_types.pb.h:7172
bool field_raf_info_
Definition: account_types.pb.h:2201
void bgs::protocol::account::v1::GameAccountFieldOptions::clear_has_all_fields ( )
inlineprivate
7076  {
7077  _has_bits_[0] &= ~0x00000001u;
7078 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2195
void bgs::protocol::account::v1::GameAccountFieldOptions::clear_has_field_game_level_info ( )
inlineprivate
7100  {
7101  _has_bits_[0] &= ~0x00000002u;
7102 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2195
void bgs::protocol::account::v1::GameAccountFieldOptions::clear_has_field_game_status ( )
inlineprivate
7148  {
7149  _has_bits_[0] &= ~0x00000008u;
7150 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2195
void bgs::protocol::account::v1::GameAccountFieldOptions::clear_has_field_game_time_info ( )
inlineprivate
7124  {
7125  _has_bits_[0] &= ~0x00000004u;
7126 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2195
void bgs::protocol::account::v1::GameAccountFieldOptions::clear_has_field_raf_info ( )
inlineprivate
7172  {
7173  _has_bits_[0] &= ~0x00000010u;
7174 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2195
void bgs::protocol::account::v1::GameAccountFieldOptions::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::GameAccountFieldOptions::CopyFrom ( const GameAccountFieldOptions from)
static const GameAccountFieldOptions& bgs::protocol::account::v1::GameAccountFieldOptions::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::account::v1::GameAccountFieldOptions::descriptor ( )
static
bool bgs::protocol::account::v1::GameAccountFieldOptions::field_game_level_info ( ) const
inline
7107  {
7108  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountFieldOptions.field_game_level_info)
7109  return field_game_level_info_;
7110 }
bool field_game_level_info_
Definition: account_types.pb.h:2198

+ Here is the caller graph for this function:

bool bgs::protocol::account::v1::GameAccountFieldOptions::field_game_status ( ) const
inline
7155  {
7156  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountFieldOptions.field_game_status)
7157  return field_game_status_;
7158 }
bool field_game_status_
Definition: account_types.pb.h:2200

+ Here is the caller graph for this function:

bool bgs::protocol::account::v1::GameAccountFieldOptions::field_game_time_info ( ) const
inline
7131  {
7132  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountFieldOptions.field_game_time_info)
7133  return field_game_time_info_;
7134 }
bool field_game_time_info_
Definition: account_types.pb.h:2199
bool bgs::protocol::account::v1::GameAccountFieldOptions::field_raf_info ( ) const
inline
7179  {
7180  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.GameAccountFieldOptions.field_raf_info)
7181  return field_raf_info_;
7182 }
bool field_raf_info_
Definition: account_types.pb.h:2201
int bgs::protocol::account::v1::GameAccountFieldOptions::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

2133 { return _cached_size_; }
int _cached_size_
Definition: account_types.pb.h:2196
::google::protobuf::Metadata bgs::protocol::account::v1::GameAccountFieldOptions::GetMetadata ( ) const
virtual
bool bgs::protocol::account::v1::GameAccountFieldOptions::has_all_fields ( ) const
inline
7070  {
7071  return (_has_bits_[0] & 0x00000001u) != 0;
7072 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2195
bool bgs::protocol::account::v1::GameAccountFieldOptions::has_field_game_level_info ( ) const
inline
7094  {
7095  return (_has_bits_[0] & 0x00000002u) != 0;
7096 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2195
bool bgs::protocol::account::v1::GameAccountFieldOptions::has_field_game_status ( ) const
inline
7142  {
7143  return (_has_bits_[0] & 0x00000008u) != 0;
7144 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2195
bool bgs::protocol::account::v1::GameAccountFieldOptions::has_field_game_time_info ( ) const
inline
7118  {
7119  return (_has_bits_[0] & 0x00000004u) != 0;
7120 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2195
bool bgs::protocol::account::v1::GameAccountFieldOptions::has_field_raf_info ( ) const
inline
7166  {
7167  return (_has_bits_[0] & 0x00000010u) != 0;
7168 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2195
void bgs::protocol::account::v1::GameAccountFieldOptions::InitAsDefaultInstance ( )
private
bool bgs::protocol::account::v1::GameAccountFieldOptions::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameAccountFieldOptions::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::GameAccountFieldOptions::MergeFrom ( const GameAccountFieldOptions from)
bool bgs::protocol::account::v1::GameAccountFieldOptions::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::account::v1::GameAccountFieldOptions::mutable_unknown_fields ( )
inline
2108  {
2109  return &_unknown_fields_;
2110  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_types.pb.h:2193
GameAccountFieldOptions* bgs::protocol::account::v1::GameAccountFieldOptions::New ( ) const
virtual
GameAccountFieldOptions& bgs::protocol::account::v1::GameAccountFieldOptions::operator= ( const GameAccountFieldOptions from)
inline
2099  {
2100  CopyFrom(from);
2101  return *this;
2102  }
void CopyFrom(const ::google::protobuf::Message &from)
void bgs::protocol::account::v1::GameAccountFieldOptions::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::account::v1::GameAccountFieldOptions::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::account::v1::GameAccountFieldOptions::set_all_fields ( bool  value)
inline
7087  {
7089  all_fields_ = value;
7090  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountFieldOptions.all_fields)
7091 }
bool all_fields_
Definition: account_types.pb.h:2197
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_all_fields()
Definition: account_types.pb.h:7073
void bgs::protocol::account::v1::GameAccountFieldOptions::set_field_game_level_info ( bool  value)
inline
7111  {
7114  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountFieldOptions.field_game_level_info)
7115 }
bool field_game_level_info_
Definition: account_types.pb.h:2198
void set_has_field_game_level_info()
Definition: account_types.pb.h:7097
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameAccountFieldOptions::set_field_game_status ( bool  value)
inline
7159  {
7162  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountFieldOptions.field_game_status)
7163 }
const FieldDescriptor value
Definition: descriptor.h:1522
bool field_game_status_
Definition: account_types.pb.h:2200
void set_has_field_game_status()
Definition: account_types.pb.h:7145
void bgs::protocol::account::v1::GameAccountFieldOptions::set_field_game_time_info ( bool  value)
inline
7135  {
7138  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountFieldOptions.field_game_time_info)
7139 }
void set_has_field_game_time_info()
Definition: account_types.pb.h:7121
bool field_game_time_info_
Definition: account_types.pb.h:2199
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameAccountFieldOptions::set_field_raf_info ( bool  value)
inline
7183  {
7186  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.GameAccountFieldOptions.field_raf_info)
7187 }
void set_has_field_raf_info()
Definition: account_types.pb.h:7169
bool field_raf_info_
Definition: account_types.pb.h:2201
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::GameAccountFieldOptions::set_has_all_fields ( )
inlineprivate
7073  {
7074  _has_bits_[0] |= 0x00000001u;
7075 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2195
void bgs::protocol::account::v1::GameAccountFieldOptions::set_has_field_game_level_info ( )
inlineprivate
7097  {
7098  _has_bits_[0] |= 0x00000002u;
7099 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2195
void bgs::protocol::account::v1::GameAccountFieldOptions::set_has_field_game_status ( )
inlineprivate
7145  {
7146  _has_bits_[0] |= 0x00000008u;
7147 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2195
void bgs::protocol::account::v1::GameAccountFieldOptions::set_has_field_game_time_info ( )
inlineprivate
7121  {
7122  _has_bits_[0] |= 0x00000004u;
7123 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2195
void bgs::protocol::account::v1::GameAccountFieldOptions::set_has_field_raf_info ( )
inlineprivate
7169  {
7170  _has_bits_[0] |= 0x00000010u;
7171 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_types.pb.h:2195
void bgs::protocol::account::v1::GameAccountFieldOptions::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::GameAccountFieldOptions::SharedCtor ( )
private
void bgs::protocol::account::v1::GameAccountFieldOptions::SharedDtor ( )
private
void bgs::protocol::account::v1::GameAccountFieldOptions::Swap ( GameAccountFieldOptions other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::account::v1::GameAccountFieldOptions::unknown_fields ( ) const
inline
2104  {
2105  return _unknown_fields_;
2106  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_types.pb.h:2193

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_account_5ftypes_2eproto ( )
friend
void protobuf_AssignDesc_account_5ftypes_2eproto ( )
friend
void protobuf_ShutdownFile_account_5ftypes_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::account::v1::GameAccountFieldOptions::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::account::v1::GameAccountFieldOptions::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::account::v1::GameAccountFieldOptions::_unknown_fields_
private
bool bgs::protocol::account::v1::GameAccountFieldOptions::all_fields_
private
GameAccountFieldOptions* bgs::protocol::account::v1::GameAccountFieldOptions::default_instance_
staticprivate
bool bgs::protocol::account::v1::GameAccountFieldOptions::field_game_level_info_
private
bool bgs::protocol::account::v1::GameAccountFieldOptions::field_game_status_
private
bool bgs::protocol::account::v1::GameAccountFieldOptions::field_game_time_info_
private
bool bgs::protocol::account::v1::GameAccountFieldOptions::field_raf_info_
private
const int bgs::protocol::account::v1::GameAccountFieldOptions::kAllFieldsFieldNumber = 1
static
const int bgs::protocol::account::v1::GameAccountFieldOptions::kFieldGameLevelInfoFieldNumber = 2
static
const int bgs::protocol::account::v1::GameAccountFieldOptions::kFieldGameStatusFieldNumber = 4
static
const int bgs::protocol::account::v1::GameAccountFieldOptions::kFieldGameTimeInfoFieldNumber = 3
static
const int bgs::protocol::account::v1::GameAccountFieldOptions::kFieldRafInfoFieldNumber = 5
static

The documentation for this class was generated from the following file: