TrinityCore
bgs::protocol::UnsignedFieldRestriction Class Reference

#include <field_options.pb.h>

+ Inheritance diagram for bgs::protocol::UnsignedFieldRestriction:

Public Member Functions

 UnsignedFieldRestriction ()
 
virtual ~UnsignedFieldRestriction ()
 
 UnsignedFieldRestriction (const UnsignedFieldRestriction &from)
 
UnsignedFieldRestrictionoperator= (const UnsignedFieldRestriction &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (UnsignedFieldRestriction *other)
 
UnsignedFieldRestrictionNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_limits () const
 
void clear_limits ()
 
const ::bgs::protocol::UnsignedIntRangelimits () const
 
inline ::bgs::protocol::UnsignedIntRangemutable_limits ()
 
inline ::bgs::protocol::UnsignedIntRangerelease_limits ()
 
void set_allocated_limits (::bgs::protocol::UnsignedIntRange *limits)
 
int exclude_size () const
 
void clear_exclude ()
 
inline ::google::protobuf::uint64 exclude (int index) const
 
void set_exclude (int index, ::google::protobuf::uint64 value)
 
void add_exclude (::google::protobuf::uint64 value)
 
const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > & exclude () const
 
inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > * mutable_exclude ()
 

Static Public Member Functions

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

Static Public Attributes

static const int kLimitsFieldNumber = 1
 
static const int kExcludeFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_limits ()
 
void clear_has_limits ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::UnsignedIntRangelimits_
 
::google::protobuf::RepeatedField< ::google::protobuf::uint64exclude_
 

Static Private Attributes

static UnsignedFieldRestrictiondefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2ffield_5foptions_2eproto ()
 
void protobuf_AssignDesc_global_5fextensions_2ffield_5foptions_2eproto ()
 
void protobuf_ShutdownFile_global_5fextensions_2ffield_5foptions_2eproto ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ UnsignedFieldRestriction() [1/2]

bgs::protocol::UnsignedFieldRestriction::UnsignedFieldRestriction ( )

◆ ~UnsignedFieldRestriction()

virtual bgs::protocol::UnsignedFieldRestriction::~UnsignedFieldRestriction ( )
virtual

◆ UnsignedFieldRestriction() [2/2]

bgs::protocol::UnsignedFieldRestriction::UnsignedFieldRestriction ( const UnsignedFieldRestriction from)

Member Function Documentation

◆ add_exclude()

void bgs::protocol::UnsignedFieldRestriction::add_exclude ( ::google::protobuf::uint64  value)
inline

Definition at line 2048 of file field_options.pb.h.

◆ clear_exclude()

void bgs::protocol::UnsignedFieldRestriction::clear_exclude ( )
inline

Definition at line 2037 of file field_options.pb.h.

◆ clear_has_limits()

void bgs::protocol::UnsignedFieldRestriction::clear_has_limits ( )
inlineprivate

Definition at line 1999 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ clear_limits()

void bgs::protocol::UnsignedFieldRestriction::clear_limits ( )
inline

Definition at line 2002 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const UnsignedFieldRestriction & bgs::protocol::UnsignedFieldRestriction::default_instance ( )
static
+ Here is the caller graph for this function:

◆ descriptor()

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

◆ exclude() [1/2]

const ::google::protobuf::RepeatedField<::google::protobuf::uint64 > & bgs::protocol::UnsignedFieldRestriction::exclude ( ) const
inline

Definition at line 2053 of file field_options.pb.h.

◆ exclude() [2/2]

google::protobuf::uint64 bgs::protocol::UnsignedFieldRestriction::exclude ( int  index) const
inline

Definition at line 2040 of file field_options.pb.h.

◆ exclude_size()

int bgs::protocol::UnsignedFieldRestriction::exclude_size ( ) const
inline

Definition at line 2034 of file field_options.pb.h.

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_limits()

bool bgs::protocol::UnsignedFieldRestriction::has_limits ( ) const
inline

Definition at line 1993 of file field_options.pb.h.

◆ InitAsDefaultInstance()

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

◆ limits()

const ::bgs::protocol::UnsignedIntRange & bgs::protocol::UnsignedFieldRestriction::limits ( ) const
inline

Definition at line 2006 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ mutable_exclude()

google::protobuf::RepeatedField<::google::protobuf::uint64 > * bgs::protocol::UnsignedFieldRestriction::mutable_exclude ( )
inline

Definition at line 2058 of file field_options.pb.h.

◆ mutable_limits()

bgs::protocol::UnsignedIntRange * bgs::protocol::UnsignedFieldRestriction::mutable_limits ( )
inline

Definition at line 2010 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ release_limits()

bgs::protocol::UnsignedIntRange * bgs::protocol::UnsignedFieldRestriction::release_limits ( )
inline

Definition at line 2016 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_limits()

void bgs::protocol::UnsignedFieldRestriction::set_allocated_limits ( ::bgs::protocol::UnsignedIntRange limits)
inline

Definition at line 2022 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ set_exclude()

void bgs::protocol::UnsignedFieldRestriction::set_exclude ( int  index,
::google::protobuf::uint64  value 
)
inline

Definition at line 2044 of file field_options.pb.h.

◆ set_has_limits()

void bgs::protocol::UnsignedFieldRestriction::set_has_limits ( )
inlineprivate

Definition at line 1996 of file field_options.pb.h.

+ Here is the caller graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ protobuf_AddDesc_global_5fextensions_2ffield_5foptions_2eproto

void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2ffield_5foptions_2eproto ( )
friend

◆ protobuf_AssignDesc_global_5fextensions_2ffield_5foptions_2eproto

void protobuf_AssignDesc_global_5fextensions_2ffield_5foptions_2eproto ( )
friend

◆ protobuf_ShutdownFile_global_5fextensions_2ffield_5foptions_2eproto

void protobuf_ShutdownFile_global_5fextensions_2ffield_5foptions_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::UnsignedFieldRestriction::_cached_size_
mutableprivate

Definition at line 684 of file field_options.pb.h.

◆ _has_bits_

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

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

◆ _unknown_fields_

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

Definition at line 681 of file field_options.pb.h.

◆ default_instance_

UnsignedFieldRestriction* bgs::protocol::UnsignedFieldRestriction::default_instance_
staticprivate

Definition at line 692 of file field_options.pb.h.

◆ exclude_

::google::protobuf::RepeatedField< ::google::protobuf::uint64 > bgs::protocol::UnsignedFieldRestriction::exclude_
private

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

◆ kExcludeFieldNumber

const int bgs::protocol::UnsignedFieldRestriction::kExcludeFieldNumber = 2
static

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

◆ kLimitsFieldNumber

const int bgs::protocol::UnsignedFieldRestriction::kLimitsFieldNumber = 1
static

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

◆ limits_

::bgs::protocol::UnsignedIntRange* bgs::protocol::UnsignedFieldRestriction::limits_
private

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


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