TrinityCore
bgs::protocol::FloatRange Class Reference

#include <range.pb.h>

+ Inheritance diagram for bgs::protocol::FloatRange:

Public Member Functions

 FloatRange ()
 
virtual ~FloatRange ()
 
 FloatRange (const FloatRange &from)
 
FloatRangeoperator= (const FloatRange &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (FloatRange *other)
 
FloatRangeNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_min () const
 
void clear_min ()
 
float min () const
 
void set_min (float value)
 
bool has_max () const
 
void clear_max ()
 
float max () const
 
void set_max (float value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kMinFieldNumber = 1
 
static const int kMaxFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_min ()
 
void clear_has_min ()
 
void set_has_max ()
 
void clear_has_max ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
float min_
 
float max_
 

Static Private Attributes

static FloatRangedefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2frange_2eproto ()
 
void protobuf_AssignDesc_global_5fextensions_2frange_2eproto ()
 
void protobuf_ShutdownFile_global_5fextensions_2frange_2eproto ()
 

Detailed Description

Definition at line 196 of file range.pb.h.

Constructor & Destructor Documentation

◆ FloatRange() [1/2]

bgs::protocol::FloatRange::FloatRange ( )

◆ ~FloatRange()

virtual bgs::protocol::FloatRange::~FloatRange ( )
virtual

◆ FloatRange() [2/2]

bgs::protocol::FloatRange::FloatRange ( const FloatRange from)

Member Function Documentation

◆ clear_has_max()

void bgs::protocol::FloatRange::clear_has_max ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_min()

void bgs::protocol::FloatRange::clear_has_min ( )
inlineprivate

Definition at line 389 of file range.pb.h.

+ Here is the caller graph for this function:

◆ clear_max()

void bgs::protocol::FloatRange::clear_max ( )
inline

Definition at line 416 of file range.pb.h.

+ Here is the call graph for this function:

◆ clear_min()

void bgs::protocol::FloatRange::clear_min ( )
inline

Definition at line 392 of file range.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

Definition at line 224 of file range.pb.h.

◆ GetMetadata()

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

◆ has_max()

bool bgs::protocol::FloatRange::has_max ( ) const
inline

Definition at line 407 of file range.pb.h.

◆ has_min()

bool bgs::protocol::FloatRange::has_min ( ) const
inline

Definition at line 383 of file range.pb.h.

◆ InitAsDefaultInstance()

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

◆ max()

float bgs::protocol::FloatRange::max ( ) const
inline

Definition at line 420 of file range.pb.h.

◆ min()

float bgs::protocol::FloatRange::min ( ) const
inline

Definition at line 396 of file range.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 212 of file range.pb.h.

◆ New()

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

◆ operator=()

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

Definition at line 203 of file range.pb.h.

◆ set_has_max()

void bgs::protocol::FloatRange::set_has_max ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_min()

void bgs::protocol::FloatRange::set_has_min ( )
inlineprivate

Definition at line 386 of file range.pb.h.

+ Here is the caller graph for this function:

◆ set_max()

void bgs::protocol::FloatRange::set_max ( float  value)
inline

Definition at line 424 of file range.pb.h.

+ Here is the call graph for this function:

◆ set_min()

void bgs::protocol::FloatRange::set_min ( float  value)
inline

Definition at line 400 of file range.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 208 of file range.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_global_5fextensions_2frange_2eproto

void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2frange_2eproto ( )
friend

◆ protobuf_AssignDesc_global_5fextensions_2frange_2eproto

void protobuf_AssignDesc_global_5fextensions_2frange_2eproto ( )
friend

◆ protobuf_ShutdownFile_global_5fextensions_2frange_2eproto

void protobuf_ShutdownFile_global_5fextensions_2frange_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::FloatRange::_cached_size_
mutableprivate

Definition at line 260 of file range.pb.h.

◆ _has_bits_

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

Definition at line 259 of file range.pb.h.

◆ _unknown_fields_

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

Definition at line 257 of file range.pb.h.

◆ default_instance_

FloatRange* bgs::protocol::FloatRange::default_instance_
staticprivate

Definition at line 268 of file range.pb.h.

◆ kMaxFieldNumber

const int bgs::protocol::FloatRange::kMaxFieldNumber = 2
static

Definition at line 246 of file range.pb.h.

◆ kMinFieldNumber

const int bgs::protocol::FloatRange::kMinFieldNumber = 1
static

Definition at line 239 of file range.pb.h.

◆ max_

float bgs::protocol::FloatRange::max_
private

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

◆ min_

float bgs::protocol::FloatRange::min_
private

Definition at line 261 of file range.pb.h.


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