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

#include <report_types.pb.h>

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

Public Member Functions

 CustomReport ()
 
virtual ~CustomReport ()
 
 CustomReport (const CustomReport &from)
 
CustomReportoperator= (const CustomReport &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (CustomReport *other)
 
CustomReportNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_type () const
 
void clear_type ()
 
const ::std::string & type () const
 
void set_type (const ::std::string &value)
 
void set_type (const char *value)
 
void set_type (const char *value, size_t size)
 
inline ::std::string * mutable_type ()
 
inline ::std::string * release_type ()
 
void set_allocated_type (::std::string *type)
 
bool has_program_id () const PROTOBUF_DEPRECATED
 
void clear_program_id () PROTOBUF_DEPRECATED
 
const ::std::string & program_id () const PROTOBUF_DEPRECATED
 
void set_program_id (const ::std::string &value) PROTOBUF_DEPRECATED
 
void set_program_id (const char *value) PROTOBUF_DEPRECATED
 
void set_program_id (const char *value, size_t size) PROTOBUF_DEPRECATED
 
inline ::std::string * mutable_program_id () PROTOBUF_DEPRECATED
 
inline ::std::string * release_program_id () PROTOBUF_DEPRECATED
 
void set_allocated_program_id (::std::string *program_id) PROTOBUF_DEPRECATED
 
int attribute_size () const
 
void clear_attribute ()
 
const ::bgs::protocol::Attributeattribute (int index) const
 
inline ::bgs::protocol::Attributemutable_attribute (int index)
 
inline ::bgs::protocol::Attributeadd_attribute ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > & attribute () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > * mutable_attribute ()
 

Static Public Member Functions

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

Static Public Attributes

static const int kTypeFieldNumber = 1
 
static const int kProgramIdFieldNumber = 2
 
static const int kAttributeFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_type ()
 
void clear_has_type ()
 
void set_has_program_id ()
 
void clear_has_program_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * type_
 
::std::string * program_id_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attributeattribute_
 

Static Private Attributes

static CustomReportdefault_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 246 of file report_types.pb.h.

Constructor & Destructor Documentation

◆ CustomReport() [1/2]

bgs::protocol::report::v1::CustomReport::CustomReport ( )

◆ ~CustomReport()

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

◆ CustomReport() [2/2]

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

Member Function Documentation

◆ add_attribute()

bgs::protocol::Attribute * bgs::protocol::report::v1::CustomReport::add_attribute ( )
inline

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

◆ attribute() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::Attribute > & bgs::protocol::report::v1::CustomReport::attribute ( ) const
inline

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

◆ attribute() [2/2]

const ::bgs::protocol::Attribute & bgs::protocol::report::v1::CustomReport::attribute ( int  index) const
inline

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

◆ attribute_size()

int bgs::protocol::report::v1::CustomReport::attribute_size ( ) const
inline

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

◆ clear_attribute()

void bgs::protocol::report::v1::CustomReport::clear_attribute ( )
inline

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

◆ clear_has_program_id()

void bgs::protocol::report::v1::CustomReport::clear_has_program_id ( )
inlineprivate

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

◆ clear_has_type()

void bgs::protocol::report::v1::CustomReport::clear_has_type ( )
inlineprivate

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

◆ clear_program_id()

void bgs::protocol::report::v1::CustomReport::clear_program_id ( )
inline

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

◆ clear_type()

void bgs::protocol::report::v1::CustomReport::clear_type ( )
inline

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_program_id()

bool bgs::protocol::report::v1::CustomReport::has_program_id ( ) const
inline

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

◆ has_type()

bool bgs::protocol::report::v1::CustomReport::has_type ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_attribute() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::Attribute > * bgs::protocol::report::v1::CustomReport::mutable_attribute ( )
inline

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

◆ mutable_attribute() [2/2]

bgs::protocol::Attribute * bgs::protocol::report::v1::CustomReport::mutable_attribute ( int  index)
inline

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

◆ mutable_program_id()

std::string * bgs::protocol::report::v1::CustomReport::mutable_program_id ( )
inline

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

◆ mutable_type()

std::string * bgs::protocol::report::v1::CustomReport::mutable_type ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ program_id()

const ::std::string & bgs::protocol::report::v1::CustomReport::program_id ( ) const
inline

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

◆ release_program_id()

std::string * bgs::protocol::report::v1::CustomReport::release_program_id ( )
inline

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

◆ release_type()

std::string * bgs::protocol::report::v1::CustomReport::release_type ( )
inline

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

◆ set_allocated_program_id()

void bgs::protocol::report::v1::CustomReport::set_allocated_program_id ( ::std::string *  program_id)
inline

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

◆ set_allocated_type()

void bgs::protocol::report::v1::CustomReport::set_allocated_type ( ::std::string *  type)
inline

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

◆ set_has_program_id()

void bgs::protocol::report::v1::CustomReport::set_has_program_id ( )
inlineprivate

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

◆ set_has_type()

void bgs::protocol::report::v1::CustomReport::set_has_type ( )
inlineprivate

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

◆ set_program_id() [1/3]

void bgs::protocol::report::v1::CustomReport::set_program_id ( const ::std::string &  value)
inline

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

◆ set_program_id() [2/3]

void bgs::protocol::report::v1::CustomReport::set_program_id ( const char *  value)
inline

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

◆ set_program_id() [3/3]

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

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

+ Here is the call graph for this function:

◆ set_type() [1/3]

void bgs::protocol::report::v1::CustomReport::set_type ( const ::std::string &  value)
inline

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

◆ set_type() [2/3]

void bgs::protocol::report::v1::CustomReport::set_type ( const char *  value)
inline

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

◆ set_type() [3/3]

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

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ type()

const ::std::string & bgs::protocol::report::v1::CustomReport::type ( ) const
inline

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

◆ unknown_fields()

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

Definition at line 258 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::CustomReport::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ attribute_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > bgs::protocol::report::v1::CustomReport::attribute_
private

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

◆ default_instance_

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

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

◆ kAttributeFieldNumber

const int bgs::protocol::report::v1::CustomReport::kAttributeFieldNumber = 3
static

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

◆ kProgramIdFieldNumber

const int bgs::protocol::report::v1::CustomReport::kProgramIdFieldNumber = 2
static

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

◆ kTypeFieldNumber

const int bgs::protocol::report::v1::CustomReport::kTypeFieldNumber = 1
static

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

◆ program_id_

::std::string* bgs::protocol::report::v1::CustomReport::program_id_
private

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

◆ type_

::std::string* bgs::protocol::report::v1::CustomReport::type_
private

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


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