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

#include <account_service.pb.h>

Public Member Functions

 IsIgrAddressRequest ()
 
virtual ~IsIgrAddressRequest ()
 
 IsIgrAddressRequest (const IsIgrAddressRequest &from)
 
IsIgrAddressRequestoperator= (const IsIgrAddressRequest &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (IsIgrAddressRequest *other)
 
IsIgrAddressRequestNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const IsIgrAddressRequest &from)
 
void MergeFrom (const IsIgrAddressRequest &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_client_address () const
 
void clear_client_address ()
 
const ::std::string & client_address () const
 
void set_client_address (const ::std::string &value)
 
void set_client_address (const char *value)
 
void set_client_address (const char *value, size_t size)
 
inline::std::string * mutable_client_address ()
 
inline::std::string * release_client_address ()
 
void set_allocated_client_address (::std::string *client_address)
 
bool has_region () const
 
void clear_region ()
 
inline::google::protobuf::uint32 region () const
 
void set_region (::google::protobuf::uint32 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 IsIgrAddressRequestdefault_instance ()
 

Static Public Attributes

static const int kClientAddressFieldNumber = 1
 
static const int kRegionFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_client_address ()
 
void clear_has_client_address ()
 
void set_has_region ()
 
void clear_has_region ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * client_address_
 
::google::protobuf::uint32 region_
 

Static Private Attributes

static IsIgrAddressRequestdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_account_5fservice_2eproto ()
 
void protobuf_AssignDesc_account_5fservice_2eproto ()
 
void protobuf_ShutdownFile_account_5fservice_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

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

Member Function Documentation

int bgs::protocol::account::v1::IsIgrAddressRequest::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::IsIgrAddressRequest::clear_client_address ( )
inline
4656  {
4658  client_address_->clear();
4659  }
4661 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * client_address_
Definition: account_service.pb.h:1275
void clear_has_client_address()
Definition: account_service.pb.h:4653

+ Here is the call graph for this function:

void bgs::protocol::account::v1::IsIgrAddressRequest::clear_has_client_address ( )
inlineprivate
4653  {
4654  _has_bits_[0] &= ~0x00000001u;
4655 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:1273
void bgs::protocol::account::v1::IsIgrAddressRequest::clear_has_region ( )
inlineprivate
4729  {
4730  _has_bits_[0] &= ~0x00000002u;
4731 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:1273
void bgs::protocol::account::v1::IsIgrAddressRequest::clear_region ( )
inline
4732  {
4733  region_ = 0u;
4734  clear_has_region();
4735 }
::google::protobuf::uint32 region_
Definition: account_service.pb.h:1276
void clear_has_region()
Definition: account_service.pb.h:4729
const ::std::string & bgs::protocol::account::v1::IsIgrAddressRequest::client_address ( ) const
inline
4662  {
4663  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.IsIgrAddressRequest.client_address)
4664  return *client_address_;
4665 }
::std::string * client_address_
Definition: account_service.pb.h:1275
void bgs::protocol::account::v1::IsIgrAddressRequest::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::IsIgrAddressRequest::CopyFrom ( const IsIgrAddressRequest from)
static const IsIgrAddressRequest& bgs::protocol::account::v1::IsIgrAddressRequest::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::account::v1::IsIgrAddressRequest::descriptor ( )
static
int bgs::protocol::account::v1::IsIgrAddressRequest::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

1233 { return _cached_size_; }
int _cached_size_
Definition: account_service.pb.h:1274
::google::protobuf::Metadata bgs::protocol::account::v1::IsIgrAddressRequest::GetMetadata ( ) const
virtual
bool bgs::protocol::account::v1::IsIgrAddressRequest::has_client_address ( ) const
inline
4647  {
4648  return (_has_bits_[0] & 0x00000001u) != 0;
4649 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:1273
bool bgs::protocol::account::v1::IsIgrAddressRequest::has_region ( ) const
inline
4723  {
4724  return (_has_bits_[0] & 0x00000002u) != 0;
4725 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:1273
void bgs::protocol::account::v1::IsIgrAddressRequest::InitAsDefaultInstance ( )
private
bool bgs::protocol::account::v1::IsIgrAddressRequest::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::IsIgrAddressRequest::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::account::v1::IsIgrAddressRequest::MergeFrom ( const IsIgrAddressRequest from)
bool bgs::protocol::account::v1::IsIgrAddressRequest::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
std::string * bgs::protocol::account::v1::IsIgrAddressRequest::mutable_client_address ( )
inline
4690  {
4693  client_address_ = new ::std::string;
4694  }
4695  // @@protoc_insertion_point(field_mutable:bgs.protocol.account.v1.IsIgrAddressRequest.client_address)
4696  return client_address_;
4697 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_client_address()
Definition: account_service.pb.h:4650
::std::string * client_address_
Definition: account_service.pb.h:1275

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::account::v1::IsIgrAddressRequest::mutable_unknown_fields ( )
inline
1208  {
1209  return &_unknown_fields_;
1210  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_service.pb.h:1271
IsIgrAddressRequest* bgs::protocol::account::v1::IsIgrAddressRequest::New ( ) const
virtual
IsIgrAddressRequest& bgs::protocol::account::v1::IsIgrAddressRequest::operator= ( const IsIgrAddressRequest from)
inline
1199  {
1200  CopyFrom(from);
1201  return *this;
1202  }
void CopyFrom(const ::google::protobuf::Message &from)
google::protobuf::uint32 bgs::protocol::account::v1::IsIgrAddressRequest::region ( ) const
inline
4736  {
4737  // @@protoc_insertion_point(field_get:bgs.protocol.account.v1.IsIgrAddressRequest.region)
4738  return region_;
4739 }
::google::protobuf::uint32 region_
Definition: account_service.pb.h:1276
std::string * bgs::protocol::account::v1::IsIgrAddressRequest::release_client_address ( )
inline
4698  {
4701  return NULL;
4702  } else {
4703  ::std::string* temp = client_address_;
4705  return temp;
4706  }
4707 }
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * client_address_
Definition: account_service.pb.h:1275
void clear_has_client_address()
Definition: account_service.pb.h:4653

+ Here is the call graph for this function:

void bgs::protocol::account::v1::IsIgrAddressRequest::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::account::v1::IsIgrAddressRequest::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::account::v1::IsIgrAddressRequest::set_allocated_client_address ( ::std::string *  client_address)
inline
4708  {
4710  delete client_address_;
4711  }
4712  if (client_address) {
4715  } else {
4718  }
4719  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.account.v1.IsIgrAddressRequest.client_address)
4720 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_client_address()
Definition: account_service.pb.h:4650
::std::string * client_address_
Definition: account_service.pb.h:1275
void clear_has_client_address()
Definition: account_service.pb.h:4653
const ::std::string & client_address() const
Definition: account_service.pb.h:4662

+ Here is the call graph for this function:

void bgs::protocol::account::v1::IsIgrAddressRequest::set_client_address ( const ::std::string &  value)
inline
4666  {
4669  client_address_ = new ::std::string;
4670  }
4671  client_address_->assign(value);
4672  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.IsIgrAddressRequest.client_address)
4673 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_client_address()
Definition: account_service.pb.h:4650
::std::string * client_address_
Definition: account_service.pb.h:1275
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::account::v1::IsIgrAddressRequest::set_client_address ( const char *  value)
inline
4674  {
4677  client_address_ = new ::std::string;
4678  }
4679  client_address_->assign(value);
4680  // @@protoc_insertion_point(field_set_char:bgs.protocol.account.v1.IsIgrAddressRequest.client_address)
4681 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_client_address()
Definition: account_service.pb.h:4650
::std::string * client_address_
Definition: account_service.pb.h:1275
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::account::v1::IsIgrAddressRequest::set_client_address ( const char *  value,
size_t  size 
)
inline
4682  {
4685  client_address_ = new ::std::string;
4686  }
4687  client_address_->assign(reinterpret_cast<const char*>(value), size);
4688  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.account.v1.IsIgrAddressRequest.client_address)
4689 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_client_address()
Definition: account_service.pb.h:4650
::std::string * client_address_
Definition: account_service.pb.h:1275
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::account::v1::IsIgrAddressRequest::set_has_client_address ( )
inlineprivate
4650  {
4651  _has_bits_[0] |= 0x00000001u;
4652 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:1273
void bgs::protocol::account::v1::IsIgrAddressRequest::set_has_region ( )
inlineprivate
4726  {
4727  _has_bits_[0] |= 0x00000002u;
4728 }
::google::protobuf::uint32 _has_bits_[1]
Definition: account_service.pb.h:1273
void bgs::protocol::account::v1::IsIgrAddressRequest::set_region ( ::google::protobuf::uint32  value)
inline
4740  {
4741  set_has_region();
4742  region_ = value;
4743  // @@protoc_insertion_point(field_set:bgs.protocol.account.v1.IsIgrAddressRequest.region)
4744 }
::google::protobuf::uint32 region_
Definition: account_service.pb.h:1276
void set_has_region()
Definition: account_service.pb.h:4726
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::account::v1::IsIgrAddressRequest::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::account::v1::IsIgrAddressRequest::SharedCtor ( )
private
void bgs::protocol::account::v1::IsIgrAddressRequest::SharedDtor ( )
private
void bgs::protocol::account::v1::IsIgrAddressRequest::Swap ( IsIgrAddressRequest other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::account::v1::IsIgrAddressRequest::unknown_fields ( ) const
inline
1204  {
1205  return _unknown_fields_;
1206  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: account_service.pb.h:1271

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_account_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_account_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_account_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::account::v1::IsIgrAddressRequest::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::account::v1::IsIgrAddressRequest::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::account::v1::IsIgrAddressRequest::_unknown_fields_
private
::std::string* bgs::protocol::account::v1::IsIgrAddressRequest::client_address_
private
IsIgrAddressRequest* bgs::protocol::account::v1::IsIgrAddressRequest::default_instance_
staticprivate
const int bgs::protocol::account::v1::IsIgrAddressRequest::kClientAddressFieldNumber = 1
static
const int bgs::protocol::account::v1::IsIgrAddressRequest::kRegionFieldNumber = 2
static
::google::protobuf::uint32 bgs::protocol::account::v1::IsIgrAddressRequest::region_
private

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