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

#include <user_manager_types.pb.h>

Public Member Functions

 BlockedPlayer ()
 
virtual ~BlockedPlayer ()
 
 BlockedPlayer (const BlockedPlayer &from)
 
BlockedPlayeroperator= (const BlockedPlayer &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (BlockedPlayer *other)
 
BlockedPlayerNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const BlockedPlayer &from)
 
void MergeFrom (const BlockedPlayer &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_account_id () const
 
void clear_account_id ()
 
const ::bgs::protocol::EntityIdaccount_id () const
 
inline::bgs::protocol::EntityId * mutable_account_id ()
 
inline::bgs::protocol::EntityId * release_account_id ()
 
void set_allocated_account_id (::bgs::protocol::EntityId *account_id)
 
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 ()
 
inline::std::string * release_name ()
 
void set_allocated_name (::std::string *name)
 
int role_size () const
 
void clear_role ()
 
inline::google::protobuf::uint32 role (int index) const
 
void set_role (int index,::google::protobuf::uint32 value)
 
void add_role (::google::protobuf::uint32 value)
 
const
::google::protobuf::RepeatedField
< ::google::protobuf::uint32 > & 
role () const
 
inline::google::protobuf::RepeatedField
< ::google::protobuf::uint32 > * 
mutable_role ()
 
bool has_privileges () const
 
void clear_privileges ()
 
inline::google::protobuf::uint64 privileges () const
 
void set_privileges (::google::protobuf::uint64 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 BlockedPlayerdefault_instance ()
 

Static Public Attributes

static const int kAccountIdFieldNumber = 1
 
static const int kNameFieldNumber = 2
 
static const int kRoleFieldNumber = 3
 
static const int kPrivilegesFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_account_id ()
 
void clear_has_account_id ()
 
void set_has_name ()
 
void clear_has_name ()
 
void set_has_privileges ()
 
void clear_has_privileges ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::EntityIdaccount_id_
 
::std::string * name_
 
::google::protobuf::RepeatedField
< ::google::protobuf::uint32
role_
 
int _role_cached_byte_size_
 
::google::protobuf::uint64 privileges_
 

Static Private Attributes

static BlockedPlayerdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_user_5fmanager_5ftypes_2eproto ()
 
void protobuf_AssignDesc_user_5fmanager_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_user_5fmanager_5ftypes_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

bgs::protocol::user_manager::v1::BlockedPlayer::BlockedPlayer ( )
virtual bgs::protocol::user_manager::v1::BlockedPlayer::~BlockedPlayer ( )
virtual
bgs::protocol::user_manager::v1::BlockedPlayer::BlockedPlayer ( const BlockedPlayer from)

Member Function Documentation

const ::bgs::protocol::EntityId & bgs::protocol::user_manager::v1::BlockedPlayer::account_id ( ) const
inline
551  {
552  // @@protoc_insertion_point(field_get:bgs.protocol.user_manager.v1.BlockedPlayer.account_id)
554 }
static BlockedPlayer * default_instance_
Definition: user_manager_types.pb.h:302
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * account_id_
Definition: user_manager_types.pb.h:292

+ Here is the caller graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::add_role ( ::google::protobuf::uint32  value)
inline
669  {
670  role_.Add(value);
671  // @@protoc_insertion_point(field_add:bgs.protocol.user_manager.v1.BlockedPlayer.role)
672 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > role_
Definition: user_manager_types.pb.h:294
void Add(const Element &value)
Definition: repeated_field.h:684
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

int bgs::protocol::user_manager::v1::BlockedPlayer::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::user_manager::v1::BlockedPlayer::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::user_manager::v1::BlockedPlayer::clear_account_id ( )
inline
547  {
548  if (account_id_ != NULL) account_id_->::bgs::protocol::EntityId::Clear();
550 }
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_account_id()
Definition: user_manager_types.pb.h:544
::bgs::protocol::EntityId * account_id_
Definition: user_manager_types.pb.h:292

+ Here is the call graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::clear_has_account_id ( )
inlineprivate
544  {
545  _has_bits_[0] &= ~0x00000001u;
546 }
::google::protobuf::uint32 _has_bits_[1]
Definition: user_manager_types.pb.h:290

+ Here is the caller graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::clear_has_name ( )
inlineprivate
585  {
586  _has_bits_[0] &= ~0x00000002u;
587 }
::google::protobuf::uint32 _has_bits_[1]
Definition: user_manager_types.pb.h:290

+ Here is the caller graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::clear_has_privileges ( )
inlineprivate
691  {
692  _has_bits_[0] &= ~0x00000008u;
693 }
::google::protobuf::uint32 _has_bits_[1]
Definition: user_manager_types.pb.h:290

+ Here is the caller graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::clear_name ( )
inline
588  {
590  name_->clear();
591  }
592  clear_has_name();
593 }
void clear_has_name()
Definition: user_manager_types.pb.h:585
::std::string * name_
Definition: user_manager_types.pb.h:293
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79

+ Here is the call graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::clear_privileges ( )
inline
694  {
697 }
::google::protobuf::uint64 privileges_
Definition: user_manager_types.pb.h:296
void clear_has_privileges()
Definition: user_manager_types.pb.h:691
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193

+ Here is the call graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::clear_role ( )
inline
658  {
659  role_.Clear();
660 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > role_
Definition: user_manager_types.pb.h:294
void Clear()
Definition: repeated_field.h:723

+ Here is the call graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::user_manager::v1::BlockedPlayer::CopyFrom ( const BlockedPlayer from)
static const BlockedPlayer& bgs::protocol::user_manager::v1::BlockedPlayer::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::user_manager::v1::BlockedPlayer::descriptor ( )
static
int bgs::protocol::user_manager::v1::BlockedPlayer::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

227 { return _cached_size_; }
int _cached_size_
Definition: user_manager_types.pb.h:291
::google::protobuf::Metadata bgs::protocol::user_manager::v1::BlockedPlayer::GetMetadata ( ) const
virtual
bool bgs::protocol::user_manager::v1::BlockedPlayer::has_account_id ( ) const
inline
538  {
539  return (_has_bits_[0] & 0x00000001u) != 0;
540 }
::google::protobuf::uint32 _has_bits_[1]
Definition: user_manager_types.pb.h:290
bool bgs::protocol::user_manager::v1::BlockedPlayer::has_name ( ) const
inline
579  {
580  return (_has_bits_[0] & 0x00000002u) != 0;
581 }
::google::protobuf::uint32 _has_bits_[1]
Definition: user_manager_types.pb.h:290
bool bgs::protocol::user_manager::v1::BlockedPlayer::has_privileges ( ) const
inline
685  {
686  return (_has_bits_[0] & 0x00000008u) != 0;
687 }
::google::protobuf::uint32 _has_bits_[1]
Definition: user_manager_types.pb.h:290
void bgs::protocol::user_manager::v1::BlockedPlayer::InitAsDefaultInstance ( )
private
bool bgs::protocol::user_manager::v1::BlockedPlayer::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::user_manager::v1::BlockedPlayer::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::user_manager::v1::BlockedPlayer::MergeFrom ( const BlockedPlayer from)
bool bgs::protocol::user_manager::v1::BlockedPlayer::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bgs::protocol::EntityId * bgs::protocol::user_manager::v1::BlockedPlayer::mutable_account_id ( )
inline
555  {
557  if (account_id_ == NULL) account_id_ = new ::bgs::protocol::EntityId;
558  // @@protoc_insertion_point(field_mutable:bgs.protocol.user_manager.v1.BlockedPlayer.account_id)
559  return account_id_;
560 }
arena_t NULL
Definition: jemalloc_internal.h:624
void set_has_account_id()
Definition: user_manager_types.pb.h:541
::bgs::protocol::EntityId * account_id_
Definition: user_manager_types.pb.h:292

+ Here is the call graph for this function:

std::string * bgs::protocol::user_manager::v1::BlockedPlayer::mutable_name ( )
inline
622  {
623  set_has_name();
625  name_ = new ::std::string;
626  }
627  // @@protoc_insertion_point(field_mutable:bgs.protocol.user_manager.v1.BlockedPlayer.name)
628  return name_;
629 }
::std::string * name_
Definition: user_manager_types.pb.h:293
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_name()
Definition: user_manager_types.pb.h:582

+ Here is the call graph for this function:

google::protobuf::RepeatedField<::google::protobuf::uint32 > * bgs::protocol::user_manager::v1::BlockedPlayer::mutable_role ( )
inline
679  {
680  // @@protoc_insertion_point(field_mutable_list:bgs.protocol.user_manager.v1.BlockedPlayer.role)
681  return &role_;
682 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > role_
Definition: user_manager_types.pb.h:294
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::user_manager::v1::BlockedPlayer::mutable_unknown_fields ( )
inline
202  {
203  return &_unknown_fields_;
204  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: user_manager_types.pb.h:288
const ::std::string & bgs::protocol::user_manager::v1::BlockedPlayer::name ( ) const
inline
594  {
595  // @@protoc_insertion_point(field_get:bgs.protocol.user_manager.v1.BlockedPlayer.name)
596  return *name_;
597 }
::std::string * name_
Definition: user_manager_types.pb.h:293

+ Here is the caller graph for this function:

BlockedPlayer* bgs::protocol::user_manager::v1::BlockedPlayer::New ( ) const
virtual
BlockedPlayer& bgs::protocol::user_manager::v1::BlockedPlayer::operator= ( const BlockedPlayer from)
inline
193  {
194  CopyFrom(from);
195  return *this;
196  }
void CopyFrom(const ::google::protobuf::Message &from)
google::protobuf::uint64 bgs::protocol::user_manager::v1::BlockedPlayer::privileges ( ) const
inline
698  {
699  // @@protoc_insertion_point(field_get:bgs.protocol.user_manager.v1.BlockedPlayer.privileges)
700  return privileges_;
701 }
::google::protobuf::uint64 privileges_
Definition: user_manager_types.pb.h:296
bgs::protocol::EntityId * bgs::protocol::user_manager::v1::BlockedPlayer::release_account_id ( )
inline
561  {
564  account_id_ = NULL;
565  return temp;
566 }
Definition: entity_types.pb.h:45
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_account_id()
Definition: user_manager_types.pb.h:544
::bgs::protocol::EntityId * account_id_
Definition: user_manager_types.pb.h:292

+ Here is the call graph for this function:

std::string * bgs::protocol::user_manager::v1::BlockedPlayer::release_name ( )
inline
630  {
631  clear_has_name();
633  return NULL;
634  } else {
635  ::std::string* temp = name_;
636  name_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
637  return temp;
638  }
639 }
void clear_has_name()
Definition: user_manager_types.pb.h:585
::std::string * name_
Definition: user_manager_types.pb.h:293
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79

+ Here is the call graph for this function:

google::protobuf::uint32 bgs::protocol::user_manager::v1::BlockedPlayer::role ( int  index) const
inline
661  {
662  // @@protoc_insertion_point(field_get:bgs.protocol.user_manager.v1.BlockedPlayer.role)
663  return role_.Get(index);
664 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > role_
Definition: user_manager_types.pb.h:294
const Element & Get(int index) const
Definition: repeated_field.h:663

+ Here is the call graph for this function:

const ::google::protobuf::RepeatedField<::google::protobuf::uint32 > & bgs::protocol::user_manager::v1::BlockedPlayer::role ( ) const
inline
674  {
675  // @@protoc_insertion_point(field_list:bgs.protocol.user_manager.v1.BlockedPlayer.role)
676  return role_;
677 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > role_
Definition: user_manager_types.pb.h:294
int bgs::protocol::user_manager::v1::BlockedPlayer::role_size ( ) const
inline
655  {
656  return role_.size();
657 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > role_
Definition: user_manager_types.pb.h:294
int size() const
Definition: repeated_field.h:631

+ Here is the call graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::user_manager::v1::BlockedPlayer::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::user_manager::v1::BlockedPlayer::set_allocated_account_id ( ::bgs::protocol::EntityId account_id)
inline
567  {
568  delete account_id_;
570  if (account_id) {
572  } else {
574  }
575  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.user_manager.v1.BlockedPlayer.account_id)
576 }
void set_has_account_id()
Definition: user_manager_types.pb.h:541
void clear_has_account_id()
Definition: user_manager_types.pb.h:544
const ::bgs::protocol::EntityId & account_id() const
Definition: user_manager_types.pb.h:551
::bgs::protocol::EntityId * account_id_
Definition: user_manager_types.pb.h:292

+ Here is the call graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::set_allocated_name ( ::std::string *  name)
inline
640  {
642  delete name_;
643  }
644  if (name) {
645  set_has_name();
646  name_ = name;
647  } else {
648  clear_has_name();
649  name_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
650  }
651  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.user_manager.v1.BlockedPlayer.name)
652 }
void clear_has_name()
Definition: user_manager_types.pb.h:585
::std::string * name_
Definition: user_manager_types.pb.h:293
const ::std::string & name() const
Definition: user_manager_types.pb.h:594
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_name()
Definition: user_manager_types.pb.h:582

+ Here is the call graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::set_has_account_id ( )
inlineprivate
541  {
542  _has_bits_[0] |= 0x00000001u;
543 }
::google::protobuf::uint32 _has_bits_[1]
Definition: user_manager_types.pb.h:290

+ Here is the caller graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::set_has_name ( )
inlineprivate
582  {
583  _has_bits_[0] |= 0x00000002u;
584 }
::google::protobuf::uint32 _has_bits_[1]
Definition: user_manager_types.pb.h:290

+ Here is the caller graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::set_has_privileges ( )
inlineprivate
688  {
689  _has_bits_[0] |= 0x00000008u;
690 }
::google::protobuf::uint32 _has_bits_[1]
Definition: user_manager_types.pb.h:290

+ Here is the caller graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::set_name ( const ::std::string &  value)
inline
598  {
599  set_has_name();
601  name_ = new ::std::string;
602  }
603  name_->assign(value);
604  // @@protoc_insertion_point(field_set:bgs.protocol.user_manager.v1.BlockedPlayer.name)
605 }
::std::string * name_
Definition: user_manager_types.pb.h:293
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_name()
Definition: user_manager_types.pb.h:582

+ Here is the call graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::set_name ( const char *  value)
inline
606  {
607  set_has_name();
609  name_ = new ::std::string;
610  }
611  name_->assign(value);
612  // @@protoc_insertion_point(field_set_char:bgs.protocol.user_manager.v1.BlockedPlayer.name)
613 }
::std::string * name_
Definition: user_manager_types.pb.h:293
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_name()
Definition: user_manager_types.pb.h:582

+ Here is the call graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::set_name ( const char *  value,
size_t  size 
)
inline
614  {
615  set_has_name();
617  name_ = new ::std::string;
618  }
619  name_->assign(reinterpret_cast<const char*>(value), size);
620  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.user_manager.v1.BlockedPlayer.name)
621 }
::std::string * name_
Definition: user_manager_types.pb.h:293
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_name()
Definition: user_manager_types.pb.h:582

+ Here is the call graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::set_privileges ( ::google::protobuf::uint64  value)
inline
702  {
704  privileges_ = value;
705  // @@protoc_insertion_point(field_set:bgs.protocol.user_manager.v1.BlockedPlayer.privileges)
706 }
::google::protobuf::uint64 privileges_
Definition: user_manager_types.pb.h:296
void set_has_privileges()
Definition: user_manager_types.pb.h:688
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::set_role ( int  index,
::google::protobuf::uint32  value 
)
inline
665  {
666  role_.Set(index, value);
667  // @@protoc_insertion_point(field_set:bgs.protocol.user_manager.v1.BlockedPlayer.role)
668 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > role_
Definition: user_manager_types.pb.h:294
const FieldDescriptor value
Definition: descriptor.h:1522
void Set(int index, const Element &value)
Definition: repeated_field.h:677

+ Here is the call graph for this function:

void bgs::protocol::user_manager::v1::BlockedPlayer::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::user_manager::v1::BlockedPlayer::SharedCtor ( )
private
void bgs::protocol::user_manager::v1::BlockedPlayer::SharedDtor ( )
private
void bgs::protocol::user_manager::v1::BlockedPlayer::Swap ( BlockedPlayer other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::user_manager::v1::BlockedPlayer::unknown_fields ( ) const
inline
198  {
199  return _unknown_fields_;
200  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: user_manager_types.pb.h:288

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_user_5fmanager_5ftypes_2eproto ( )
friend
void protobuf_AssignDesc_user_5fmanager_5ftypes_2eproto ( )
friend
void protobuf_ShutdownFile_user_5fmanager_5ftypes_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::user_manager::v1::BlockedPlayer::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::user_manager::v1::BlockedPlayer::_has_bits_[1]
private
int bgs::protocol::user_manager::v1::BlockedPlayer::_role_cached_byte_size_
mutableprivate
::google::protobuf::UnknownFieldSet bgs::protocol::user_manager::v1::BlockedPlayer::_unknown_fields_
private
::bgs::protocol::EntityId* bgs::protocol::user_manager::v1::BlockedPlayer::account_id_
private
BlockedPlayer* bgs::protocol::user_manager::v1::BlockedPlayer::default_instance_
staticprivate
const int bgs::protocol::user_manager::v1::BlockedPlayer::kAccountIdFieldNumber = 1
static
const int bgs::protocol::user_manager::v1::BlockedPlayer::kNameFieldNumber = 2
static
const int bgs::protocol::user_manager::v1::BlockedPlayer::kPrivilegesFieldNumber = 4
static
const int bgs::protocol::user_manager::v1::BlockedPlayer::kRoleFieldNumber = 3
static
::std::string* bgs::protocol::user_manager::v1::BlockedPlayer::name_
private
::google::protobuf::uint64 bgs::protocol::user_manager::v1::BlockedPlayer::privileges_
private
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > bgs::protocol::user_manager::v1::BlockedPlayer::role_
private

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