TrinityCore
bgs::protocol::report::v1::InappropriateBattleTagReport Class Reference

#include <report_types.pb.h>

+ Inheritance diagram for bgs::protocol::report::v1::InappropriateBattleTagReport:

Public Member Functions

 InappropriateBattleTagReport ()
 
virtual ~InappropriateBattleTagReport ()
 
 InappropriateBattleTagReport (const InappropriateBattleTagReport &from)
 
InappropriateBattleTagReportoperator= (const InappropriateBattleTagReport &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (InappropriateBattleTagReport *other)
 
InappropriateBattleTagReportNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_target () const
 
void clear_target ()
 
const ::bgs::protocol::account::v1::GameAccountHandletarget () const
 
inline ::bgs::protocol::account::v1::GameAccountHandlemutable_target ()
 
inline ::bgs::protocol::account::v1::GameAccountHandlerelease_target ()
 
void set_allocated_target (::bgs::protocol::account::v1::GameAccountHandle *target)
 
bool has_battle_tag () const
 
void clear_battle_tag ()
 
const ::std::string & battle_tag () const
 
void set_battle_tag (const ::std::string &value)
 
void set_battle_tag (const char *value)
 
void set_battle_tag (const char *value, size_t size)
 
inline ::std::string * mutable_battle_tag ()
 
inline ::std::string * release_battle_tag ()
 
void set_allocated_battle_tag (::std::string *battle_tag)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const InappropriateBattleTagReportdefault_instance ()
 

Static Public Attributes

static const int kTargetFieldNumber = 1
 
static const int kBattleTagFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_target ()
 
void clear_has_target ()
 
void set_has_battle_tag ()
 
void clear_has_battle_tag ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::account::v1::GameAccountHandletarget_
 
::std::string * battle_tag_
 

Static Private Attributes

static InappropriateBattleTagReportdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_report_5ftypes_2eproto ()
 
void protobuf_AssignDesc_report_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_report_5ftypes_2eproto ()
 

Detailed Description

Definition at line 615 of file report_types.pb.h.

Constructor & Destructor Documentation

◆ InappropriateBattleTagReport() [1/2]

bgs::protocol::report::v1::InappropriateBattleTagReport::InappropriateBattleTagReport ( )

◆ ~InappropriateBattleTagReport()

virtual bgs::protocol::report::v1::InappropriateBattleTagReport::~InappropriateBattleTagReport ( )
virtual

◆ InappropriateBattleTagReport() [2/2]

bgs::protocol::report::v1::InappropriateBattleTagReport::InappropriateBattleTagReport ( const InappropriateBattleTagReport from)

Member Function Documentation

◆ battle_tag()

const ::std::string & bgs::protocol::report::v1::InappropriateBattleTagReport::battle_tag ( ) const
inline

Definition at line 1913 of file report_types.pb.h.

◆ clear_battle_tag()

void bgs::protocol::report::v1::InappropriateBattleTagReport::clear_battle_tag ( )
inline

Definition at line 1907 of file report_types.pb.h.

◆ clear_has_battle_tag()

void bgs::protocol::report::v1::InappropriateBattleTagReport::clear_has_battle_tag ( )
inlineprivate

Definition at line 1904 of file report_types.pb.h.

◆ clear_has_target()

void bgs::protocol::report::v1::InappropriateBattleTagReport::clear_has_target ( )
inlineprivate

Definition at line 1863 of file report_types.pb.h.

◆ clear_target()

void bgs::protocol::report::v1::InappropriateBattleTagReport::clear_target ( )
inline

Definition at line 1866 of file report_types.pb.h.

◆ default_instance()

static const InappropriateBattleTagReport & bgs::protocol::report::v1::InappropriateBattleTagReport::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::report::v1::InappropriateBattleTagReport::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::report::v1::InappropriateBattleTagReport::GetCachedSize ( ) const
inline

Definition at line 643 of file report_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::report::v1::InappropriateBattleTagReport::GetMetadata ( ) const

◆ has_battle_tag()

bool bgs::protocol::report::v1::InappropriateBattleTagReport::has_battle_tag ( ) const
inline

Definition at line 1898 of file report_types.pb.h.

◆ has_target()

bool bgs::protocol::report::v1::InappropriateBattleTagReport::has_target ( ) const
inline

Definition at line 1857 of file report_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::report::v1::InappropriateBattleTagReport::InitAsDefaultInstance ( )
private

◆ mutable_battle_tag()

std::string * bgs::protocol::report::v1::InappropriateBattleTagReport::mutable_battle_tag ( )
inline

Definition at line 1941 of file report_types.pb.h.

◆ mutable_target()

bgs::protocol::account::v1::GameAccountHandle * bgs::protocol::report::v1::InappropriateBattleTagReport::mutable_target ( )
inline

Definition at line 1874 of file report_types.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::report::v1::InappropriateBattleTagReport::mutable_unknown_fields ( )
inline

Definition at line 631 of file report_types.pb.h.

◆ New()

InappropriateBattleTagReport * bgs::protocol::report::v1::InappropriateBattleTagReport::New ( ) const

◆ operator=()

InappropriateBattleTagReport & bgs::protocol::report::v1::InappropriateBattleTagReport::operator= ( const InappropriateBattleTagReport from)
inline

Definition at line 622 of file report_types.pb.h.

◆ release_battle_tag()

std::string * bgs::protocol::report::v1::InappropriateBattleTagReport::release_battle_tag ( )
inline

Definition at line 1949 of file report_types.pb.h.

◆ release_target()

bgs::protocol::account::v1::GameAccountHandle * bgs::protocol::report::v1::InappropriateBattleTagReport::release_target ( )
inline

Definition at line 1880 of file report_types.pb.h.

◆ set_allocated_battle_tag()

void bgs::protocol::report::v1::InappropriateBattleTagReport::set_allocated_battle_tag ( ::std::string *  battle_tag)
inline

Definition at line 1959 of file report_types.pb.h.

◆ set_allocated_target()

void bgs::protocol::report::v1::InappropriateBattleTagReport::set_allocated_target ( ::bgs::protocol::account::v1::GameAccountHandle target)
inline

Definition at line 1886 of file report_types.pb.h.

◆ set_battle_tag() [1/3]

void bgs::protocol::report::v1::InappropriateBattleTagReport::set_battle_tag ( const ::std::string &  value)
inline

Definition at line 1917 of file report_types.pb.h.

◆ set_battle_tag() [2/3]

void bgs::protocol::report::v1::InappropriateBattleTagReport::set_battle_tag ( const char *  value)
inline

Definition at line 1925 of file report_types.pb.h.

◆ set_battle_tag() [3/3]

void bgs::protocol::report::v1::InappropriateBattleTagReport::set_battle_tag ( const char *  value,
size_t  size 
)
inline

Definition at line 1933 of file report_types.pb.h.

+ Here is the call graph for this function:

◆ set_has_battle_tag()

void bgs::protocol::report::v1::InappropriateBattleTagReport::set_has_battle_tag ( )
inlineprivate

Definition at line 1901 of file report_types.pb.h.

◆ set_has_target()

void bgs::protocol::report::v1::InappropriateBattleTagReport::set_has_target ( )
inlineprivate

Definition at line 1860 of file report_types.pb.h.

◆ SetCachedSize()

void bgs::protocol::report::v1::InappropriateBattleTagReport::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::report::v1::InappropriateBattleTagReport::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::report::v1::InappropriateBattleTagReport::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::report::v1::InappropriateBattleTagReport::Swap ( InappropriateBattleTagReport other)

◆ target()

const ::bgs::protocol::account::v1::GameAccountHandle & bgs::protocol::report::v1::InappropriateBattleTagReport::target ( ) const
inline

Definition at line 1870 of file report_types.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::report::v1::InappropriateBattleTagReport::unknown_fields ( ) const
inline

Definition at line 627 of file report_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_report_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_report_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_report_5ftypes_2eproto

void protobuf_AssignDesc_report_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_report_5ftypes_2eproto

void protobuf_ShutdownFile_report_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::report::v1::InappropriateBattleTagReport::_cached_size_
mutableprivate

Definition at line 686 of file report_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::report::v1::InappropriateBattleTagReport::_has_bits_[1]
private

Definition at line 685 of file report_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::report::v1::InappropriateBattleTagReport::_unknown_fields_
private

Definition at line 683 of file report_types.pb.h.

◆ battle_tag_

::std::string* bgs::protocol::report::v1::InappropriateBattleTagReport::battle_tag_
private

Definition at line 688 of file report_types.pb.h.

◆ default_instance_

InappropriateBattleTagReport* bgs::protocol::report::v1::InappropriateBattleTagReport::default_instance_
staticprivate

Definition at line 694 of file report_types.pb.h.

◆ kBattleTagFieldNumber

const int bgs::protocol::report::v1::InappropriateBattleTagReport::kBattleTagFieldNumber = 2
static

Definition at line 667 of file report_types.pb.h.

◆ kTargetFieldNumber

const int bgs::protocol::report::v1::InappropriateBattleTagReport::kTargetFieldNumber = 1
static

Definition at line 658 of file report_types.pb.h.

◆ target_

::bgs::protocol::account::v1::GameAccountHandle* bgs::protocol::report::v1::InappropriateBattleTagReport::target_
private

Definition at line 687 of file report_types.pb.h.


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