TrinityCore
bgs::protocol::UnsignedIntRange Class Reference

#include <range.pb.h>

+ Inheritance diagram for bgs::protocol::UnsignedIntRange:

Public Member Functions

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

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const UnsignedIntRangedefault_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_
 
::google::protobuf::uint64 min_
 
::google::protobuf::uint64 max_
 

Static Private Attributes

static UnsignedIntRangedefault_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 44 of file range.pb.h.

Constructor & Destructor Documentation

◆ UnsignedIntRange() [1/2]

bgs::protocol::UnsignedIntRange::UnsignedIntRange ( )

◆ ~UnsignedIntRange()

virtual bgs::protocol::UnsignedIntRange::~UnsignedIntRange ( )
virtual

◆ UnsignedIntRange() [2/2]

bgs::protocol::UnsignedIntRange::UnsignedIntRange ( const UnsignedIntRange from)

Member Function Documentation

◆ clear_has_max()

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

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

+ Here is the caller graph for this function:

◆ clear_has_min()

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

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

+ Here is the caller graph for this function:

◆ clear_max()

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

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

+ Here is the call graph for this function:

◆ clear_min()

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

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

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_max()

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

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

◆ has_min()

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

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

◆ InitAsDefaultInstance()

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

◆ max()

google::protobuf::uint64 bgs::protocol::UnsignedIntRange::max ( ) const
inline

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

◆ min()

google::protobuf::uint64 bgs::protocol::UnsignedIntRange::min ( ) const
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ set_has_max()

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

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

+ Here is the caller graph for this function:

◆ set_has_min()

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

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

+ Here is the caller graph for this function:

◆ set_max()

void bgs::protocol::UnsignedIntRange::set_max ( ::google::protobuf::uint64  value)
inline

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

+ Here is the call graph for this function:

◆ set_min()

void bgs::protocol::UnsignedIntRange::set_min ( ::google::protobuf::uint64  value)
inline

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 56 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::UnsignedIntRange::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

UnsignedIntRange* bgs::protocol::UnsignedIntRange::default_instance_
staticprivate

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

◆ kMaxFieldNumber

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

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

◆ kMinFieldNumber

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

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

◆ max_

::google::protobuf::uint64 bgs::protocol::UnsignedIntRange::max_
private

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

◆ min_

::google::protobuf::uint64 bgs::protocol::UnsignedIntRange::min_
private

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


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