TrinityCore
bgs::protocol::FloatFieldRestriction Class Reference

#include <field_options.pb.h>

+ Inheritance diagram for bgs::protocol::FloatFieldRestriction:

Public Member Functions

 FloatFieldRestriction ()
 
virtual ~FloatFieldRestriction ()
 
 FloatFieldRestriction (const FloatFieldRestriction &from)
 
FloatFieldRestrictionoperator= (const FloatFieldRestriction &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (FloatFieldRestriction *other)
 
FloatFieldRestrictionNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_limits () const
 
void clear_limits ()
 
const ::bgs::protocol::FloatRangelimits () const
 
inline ::bgs::protocol::FloatRangemutable_limits ()
 
inline ::bgs::protocol::FloatRangerelease_limits ()
 
void set_allocated_limits (::bgs::protocol::FloatRange *limits)
 
int exclude_size () const
 
void clear_exclude ()
 
float exclude (int index) const
 
void set_exclude (int index, float value)
 
void add_exclude (float value)
 
const ::google::protobuf::RepeatedField< float > & exclude () const
 
inline ::google::protobuf::RepeatedField< float > * mutable_exclude ()
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const FloatFieldRestrictiondefault_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::FloatRangelimits_
 
::google::protobuf::RepeatedField< float > exclude_
 

Static Private Attributes

static FloatFieldRestrictiondefault_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 696 of file field_options.pb.h.

Constructor & Destructor Documentation

◆ FloatFieldRestriction() [1/2]

bgs::protocol::FloatFieldRestriction::FloatFieldRestriction ( )

◆ ~FloatFieldRestriction()

virtual bgs::protocol::FloatFieldRestriction::~FloatFieldRestriction ( )
virtual

◆ FloatFieldRestriction() [2/2]

bgs::protocol::FloatFieldRestriction::FloatFieldRestriction ( const FloatFieldRestriction from)

Member Function Documentation

◆ add_exclude()

void bgs::protocol::FloatFieldRestriction::add_exclude ( float  value)
inline

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

◆ clear_exclude()

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

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

◆ clear_has_limits()

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

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

+ Here is the caller graph for this function:

◆ clear_limits()

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

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

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ exclude() [1/2]

const ::google::protobuf::RepeatedField< float > & bgs::protocol::FloatFieldRestriction::exclude ( ) const
inline

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

◆ exclude() [2/2]

float bgs::protocol::FloatFieldRestriction::exclude ( int  index) const
inline

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

◆ exclude_size()

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

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_limits()

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

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

◆ InitAsDefaultInstance()

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

◆ limits()

const ::bgs::protocol::FloatRange & bgs::protocol::FloatFieldRestriction::limits ( ) const
inline

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

+ Here is the caller graph for this function:

◆ mutable_exclude()

google::protobuf::RepeatedField< float > * bgs::protocol::FloatFieldRestriction::mutable_exclude ( )
inline

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

◆ mutable_limits()

bgs::protocol::FloatRange * bgs::protocol::FloatFieldRestriction::mutable_limits ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ release_limits()

bgs::protocol::FloatRange * bgs::protocol::FloatFieldRestriction::release_limits ( )
inline

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

+ Here is the call graph for this function:

◆ set_allocated_limits()

void bgs::protocol::FloatFieldRestriction::set_allocated_limits ( ::bgs::protocol::FloatRange limits)
inline

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

+ Here is the call graph for this function:

◆ set_exclude()

void bgs::protocol::FloatFieldRestriction::set_exclude ( int  index,
float  value 
)
inline

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

◆ set_has_limits()

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

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

+ Here is the caller graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 708 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::FloatFieldRestriction::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

FloatFieldRestriction* bgs::protocol::FloatFieldRestriction::default_instance_
staticprivate

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

◆ exclude_

::google::protobuf::RepeatedField< float > bgs::protocol::FloatFieldRestriction::exclude_
private

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

◆ kExcludeFieldNumber

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

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

◆ kLimitsFieldNumber

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

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

◆ limits_

::bgs::protocol::FloatRange* bgs::protocol::FloatFieldRestriction::limits_
private

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


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