TrinityCore
bgs::protocol::AttributeFilter Class Reference

#include <attribute_types.pb.h>

+ Inheritance diagram for bgs::protocol::AttributeFilter:

Public Types

typedef AttributeFilter_Operation Operation
 

Public Member Functions

 AttributeFilter ()
 
virtual ~AttributeFilter ()
 
 AttributeFilter (const AttributeFilter &from)
 
AttributeFilteroperator= (const AttributeFilter &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (AttributeFilter *other)
 
AttributeFilterNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_op () const
 
void clear_op ()
 
inline ::bgs::protocol::AttributeFilter_Operation op () const
 
void set_op (::bgs::protocol::AttributeFilter_Operation value)
 
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 AttributeFilterdefault_instance ()
 
static bool Operation_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * Operation_descriptor ()
 
static const ::std::string & Operation_Name (Operation value)
 
static bool Operation_Parse (const ::std::string &name, Operation *value)
 

Static Public Attributes

static const Operation MATCH_NONE = AttributeFilter_Operation_MATCH_NONE
 
static const Operation MATCH_ANY = AttributeFilter_Operation_MATCH_ANY
 
static const Operation MATCH_ALL = AttributeFilter_Operation_MATCH_ALL
 
static const Operation MATCH_ALL_MOST_SPECIFIC = AttributeFilter_Operation_MATCH_ALL_MOST_SPECIFIC
 
static const Operation Operation_MIN
 
static const Operation Operation_MAX
 
static const int Operation_ARRAYSIZE
 
static const int kOpFieldNumber = 1
 
static const int kAttributeFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_op ()
 
void clear_has_op ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attributeattribute_
 
int op_
 

Static Private Attributes

static AttributeFilterdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_attribute_5ftypes_2eproto ()
 
void protobuf_AssignDesc_attribute_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_attribute_5ftypes_2eproto ()
 

Detailed Description

Definition at line 318 of file attribute_types.pb.h.

Member Typedef Documentation

◆ Operation

Constructor & Destructor Documentation

◆ AttributeFilter() [1/2]

bgs::protocol::AttributeFilter::AttributeFilter ( )

◆ ~AttributeFilter()

virtual bgs::protocol::AttributeFilter::~AttributeFilter ( )
virtual

◆ AttributeFilter() [2/2]

bgs::protocol::AttributeFilter::AttributeFilter ( const AttributeFilter from)

Member Function Documentation

◆ add_attribute()

bgs::protocol::Attribute * bgs::protocol::AttributeFilter::add_attribute ( )
inline

Definition at line 1035 of file attribute_types.pb.h.

◆ attribute() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::Attribute > & bgs::protocol::AttributeFilter::attribute ( ) const
inline

Definition at line 1040 of file attribute_types.pb.h.

◆ attribute() [2/2]

const ::bgs::protocol::Attribute & bgs::protocol::AttributeFilter::attribute ( int  index) const
inline

Definition at line 1027 of file attribute_types.pb.h.

◆ attribute_size()

int bgs::protocol::AttributeFilter::attribute_size ( ) const
inline

Definition at line 1021 of file attribute_types.pb.h.

◆ clear_attribute()

void bgs::protocol::AttributeFilter::clear_attribute ( )
inline

Definition at line 1024 of file attribute_types.pb.h.

◆ clear_has_op()

void bgs::protocol::AttributeFilter::clear_has_op ( )
inlineprivate

Definition at line 1002 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_op()

void bgs::protocol::AttributeFilter::clear_op ( )
inline

Definition at line 1005 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const AttributeFilter & bgs::protocol::AttributeFilter::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::AttributeFilter::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::AttributeFilter::GetCachedSize ( ) const
inline

Definition at line 346 of file attribute_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::AttributeFilter::GetMetadata ( ) const

◆ has_op()

bool bgs::protocol::AttributeFilter::has_op ( ) const
inline

Definition at line 996 of file attribute_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::AttributeFilter::InitAsDefaultInstance ( )
private

◆ mutable_attribute() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::Attribute > * bgs::protocol::AttributeFilter::mutable_attribute ( )
inline

Definition at line 1045 of file attribute_types.pb.h.

◆ mutable_attribute() [2/2]

bgs::protocol::Attribute * bgs::protocol::AttributeFilter::mutable_attribute ( int  index)
inline

Definition at line 1031 of file attribute_types.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::AttributeFilter::mutable_unknown_fields ( )
inline

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

◆ New()

AttributeFilter * bgs::protocol::AttributeFilter::New ( ) const

◆ op()

bgs::protocol::AttributeFilter_Operation bgs::protocol::AttributeFilter::op ( ) const
inline

Definition at line 1009 of file attribute_types.pb.h.

◆ Operation_descriptor()

static const ::google::protobuf::EnumDescriptor * bgs::protocol::AttributeFilter::Operation_descriptor ( )
inlinestatic

Definition at line 371 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ Operation_IsValid()

static bool bgs::protocol::AttributeFilter::Operation_IsValid ( int  value)
inlinestatic

Definition at line 361 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ Operation_Name()

static const ::std::string & bgs::protocol::AttributeFilter::Operation_Name ( Operation  value)
inlinestatic

Definition at line 374 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ Operation_Parse()

static bool bgs::protocol::AttributeFilter::Operation_Parse ( const ::std::string &  name,
Operation value 
)
inlinestatic

Definition at line 377 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ operator=()

AttributeFilter & bgs::protocol::AttributeFilter::operator= ( const AttributeFilter from)
inline

Definition at line 325 of file attribute_types.pb.h.

◆ set_has_op()

void bgs::protocol::AttributeFilter::set_has_op ( )
inlineprivate

Definition at line 999 of file attribute_types.pb.h.

+ Here is the caller graph for this function:

◆ set_op()

void bgs::protocol::AttributeFilter::set_op ( ::bgs::protocol::AttributeFilter_Operation  value)
inline

Definition at line 1013 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::AttributeFilter::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::AttributeFilter::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::AttributeFilter::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::AttributeFilter::Swap ( AttributeFilter other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::AttributeFilter::unknown_fields ( ) const
inline

Definition at line 330 of file attribute_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_attribute_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_attribute_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_attribute_5ftypes_2eproto

void protobuf_AssignDesc_attribute_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_attribute_5ftypes_2eproto

void protobuf_ShutdownFile_attribute_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::AttributeFilter::_cached_size_
mutableprivate

Definition at line 411 of file attribute_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::AttributeFilter::_has_bits_[1]
private

Definition at line 410 of file attribute_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::AttributeFilter::_unknown_fields_
private

Definition at line 408 of file attribute_types.pb.h.

◆ attribute_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > bgs::protocol::AttributeFilter::attribute_
private

Definition at line 412 of file attribute_types.pb.h.

◆ default_instance_

AttributeFilter* bgs::protocol::AttributeFilter::default_instance_
staticprivate

Definition at line 419 of file attribute_types.pb.h.

◆ kAttributeFieldNumber

const int bgs::protocol::AttributeFilter::kAttributeFieldNumber = 2
static

Definition at line 394 of file attribute_types.pb.h.

◆ kOpFieldNumber

const int bgs::protocol::AttributeFilter::kOpFieldNumber = 1
static

Definition at line 387 of file attribute_types.pb.h.

◆ MATCH_ALL

const Operation bgs::protocol::AttributeFilter::MATCH_ALL = AttributeFilter_Operation_MATCH_ALL
static

Definition at line 359 of file attribute_types.pb.h.

◆ MATCH_ALL_MOST_SPECIFIC

const Operation bgs::protocol::AttributeFilter::MATCH_ALL_MOST_SPECIFIC = AttributeFilter_Operation_MATCH_ALL_MOST_SPECIFIC
static

Definition at line 360 of file attribute_types.pb.h.

◆ MATCH_ANY

const Operation bgs::protocol::AttributeFilter::MATCH_ANY = AttributeFilter_Operation_MATCH_ANY
static

Definition at line 358 of file attribute_types.pb.h.

◆ MATCH_NONE

const Operation bgs::protocol::AttributeFilter::MATCH_NONE = AttributeFilter_Operation_MATCH_NONE
static

Definition at line 357 of file attribute_types.pb.h.

◆ op_

int bgs::protocol::AttributeFilter::op_
private

Definition at line 413 of file attribute_types.pb.h.

◆ Operation_ARRAYSIZE

const int bgs::protocol::AttributeFilter::Operation_ARRAYSIZE
static
Initial value:

Definition at line 368 of file attribute_types.pb.h.

◆ Operation_MAX

const Operation bgs::protocol::AttributeFilter::Operation_MAX
static
Initial value:
=
const AttributeFilter_Operation AttributeFilter_Operation_Operation_MAX

Definition at line 366 of file attribute_types.pb.h.

◆ Operation_MIN

const Operation bgs::protocol::AttributeFilter::Operation_MIN
static
Initial value:
=
const AttributeFilter_Operation AttributeFilter_Operation_Operation_MIN

Definition at line 364 of file attribute_types.pb.h.


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