TrinityCore
bgs::protocol::report::v2::ReportItem Class Reference

#include <report_types.pb.h>

+ Inheritance diagram for bgs::protocol::report::v2::ReportItem:

Classes

union  TypeUnion
 

Public Types

enum  TypeCase { kMessageId = 1 , TYPE_NOT_SET = 0 }
 

Public Member Functions

 ReportItem ()
 
virtual ~ReportItem ()
 
 ReportItem (const ReportItem &from)
 
ReportItemoperator= (const ReportItem &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ReportItem *other)
 
ReportItemNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_message_id () const
 
void clear_message_id ()
 
const ::bgs::protocol::MessageIdmessage_id () const
 
inline ::bgs::protocol::MessageIdmutable_message_id ()
 
inline ::bgs::protocol::MessageIdrelease_message_id ()
 
void set_allocated_message_id (::bgs::protocol::MessageId *message_id)
 
TypeCase type_case () const
 

Static Public Member Functions

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

Static Public Attributes

static const int kMessageIdFieldNumber = 1
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_message_id ()
 
bool has_type ()
 
void clear_type ()
 
void clear_has_type ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
union bgs::protocol::report::v2::ReportItem::TypeUnion type_
 
::google::protobuf::uint32 _oneof_case_ [1]
 

Static Private Attributes

static ReportItemdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv2_2freport_5ftypes_2eproto ()
 
void protobuf_AssignDesc_api_2fclient_2fv2_2freport_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_api_2fclient_2fv2_2freport_5ftypes_2eproto ()
 

Detailed Description

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

Member Enumeration Documentation

◆ TypeCase

Enumerator
kMessageId 
TYPE_NOT_SET 

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

Constructor & Destructor Documentation

◆ ReportItem() [1/2]

bgs::protocol::report::v2::ReportItem::ReportItem ( )

◆ ~ReportItem()

virtual bgs::protocol::report::v2::ReportItem::~ReportItem ( )
virtual

◆ ReportItem() [2/2]

bgs::protocol::report::v2::ReportItem::ReportItem ( const ReportItem from)

Member Function Documentation

◆ clear_has_type()

void bgs::protocol::report::v2::ReportItem::clear_has_type ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_message_id()

void bgs::protocol::report::v2::ReportItem::clear_message_id ( )
inline

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

+ Here is the call graph for this function:

◆ clear_type()

void bgs::protocol::report::v2::ReportItem::clear_type ( )
private
+ Here is the caller graph for this function:

◆ default_instance()

static const ReportItem & bgs::protocol::report::v2::ReportItem::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::report::v2::ReportItem::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::report::v2::ReportItem::GetCachedSize ( ) const
inline

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

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::report::v2::ReportItem::GetMetadata ( ) const

◆ has_message_id()

bool bgs::protocol::report::v2::ReportItem::has_message_id ( ) const
inline

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

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ has_type()

bool bgs::protocol::report::v2::ReportItem::has_type ( )
inlineprivate

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

+ Here is the call graph for this function:

◆ InitAsDefaultInstance()

void bgs::protocol::report::v2::ReportItem::InitAsDefaultInstance ( )
private

◆ message_id()

const ::bgs::protocol::MessageId & bgs::protocol::report::v2::ReportItem::message_id ( ) const
inline

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

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ mutable_message_id()

bgs::protocol::MessageId * bgs::protocol::report::v2::ReportItem::mutable_message_id ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::report::v2::ReportItem::mutable_unknown_fields ( )
inline

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

◆ New()

ReportItem * bgs::protocol::report::v2::ReportItem::New ( ) const

◆ operator=()

ReportItem & bgs::protocol::report::v2::ReportItem::operator= ( const ReportItem from)
inline

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

◆ release_message_id()

bgs::protocol::MessageId * bgs::protocol::report::v2::ReportItem::release_message_id ( )
inline

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

+ Here is the call graph for this function:

◆ set_allocated_message_id()

void bgs::protocol::report::v2::ReportItem::set_allocated_message_id ( ::bgs::protocol::MessageId message_id)
inline

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

+ Here is the call graph for this function:

◆ set_has_message_id()

void bgs::protocol::report::v2::ReportItem::set_has_message_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ SetCachedSize()

void bgs::protocol::report::v2::ReportItem::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::report::v2::ReportItem::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::report::v2::ReportItem::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::report::v2::ReportItem::Swap ( ReportItem other)

◆ type_case()

ReportItem::TypeCase bgs::protocol::report::v2::ReportItem::type_case ( ) const
inline

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

+ Here is the caller graph for this function:

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::report::v2::ReportItem::unknown_fields ( ) const
inline

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

Friends And Related Function Documentation

◆ protobuf_AddDesc_api_2fclient_2fv2_2freport_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv2_2freport_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_api_2fclient_2fv2_2freport_5ftypes_2eproto

void protobuf_AssignDesc_api_2fclient_2fv2_2freport_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_api_2fclient_2fv2_2freport_5ftypes_2eproto

void protobuf_ShutdownFile_api_2fclient_2fv2_2freport_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::report::v2::ReportItem::_cached_size_
mutableprivate

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

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::report::v2::ReportItem::_has_bits_[1]
private

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

◆ _oneof_case_

::google::protobuf::uint32 bgs::protocol::report::v2::ReportItem::_oneof_case_[1]
private

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

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::report::v2::ReportItem::_unknown_fields_
private

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

◆ default_instance_

ReportItem* bgs::protocol::report::v2::ReportItem::default_instance_
staticprivate

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

◆ kMessageIdFieldNumber

const int bgs::protocol::report::v2::ReportItem::kMessageIdFieldNumber = 1
static

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

◆ type_

union bgs::protocol::report::v2::ReportItem::TypeUnion bgs::protocol::report::v2::ReportItem::type_
private

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