TrinityCore
bgs::protocol::SignedIntRange Class Reference

#include <range.pb.h>

+ Inheritance diagram for bgs::protocol::SignedIntRange:

Public Member Functions

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

Static Public Member Functions

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

Static Private Attributes

static SignedIntRangedefault_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 120 of file range.pb.h.

Constructor & Destructor Documentation

◆ SignedIntRange() [1/2]

bgs::protocol::SignedIntRange::SignedIntRange ( )

◆ ~SignedIntRange()

virtual bgs::protocol::SignedIntRange::~SignedIntRange ( )
virtual

◆ SignedIntRange() [2/2]

bgs::protocol::SignedIntRange::SignedIntRange ( const SignedIntRange from)

Member Function Documentation

◆ clear_has_max()

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

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

+ Here is the caller graph for this function:

◆ clear_has_min()

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

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

+ Here is the caller graph for this function:

◆ clear_max()

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

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

+ Here is the call graph for this function:

◆ clear_min()

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

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

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_max()

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

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

◆ has_min()

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

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

◆ InitAsDefaultInstance()

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

◆ max()

google::protobuf::int64 bgs::protocol::SignedIntRange::max ( ) const
inline

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

◆ min()

google::protobuf::int64 bgs::protocol::SignedIntRange::min ( ) const
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ set_has_max()

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

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

+ Here is the caller graph for this function:

◆ set_has_min()

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

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

+ Here is the caller graph for this function:

◆ set_max()

void bgs::protocol::SignedIntRange::set_max ( ::google::protobuf::int64  value)
inline

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

+ Here is the call graph for this function:

◆ set_min()

void bgs::protocol::SignedIntRange::set_min ( ::google::protobuf::int64  value)
inline

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 132 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::SignedIntRange::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

SignedIntRange* bgs::protocol::SignedIntRange::default_instance_
staticprivate

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

◆ kMaxFieldNumber

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

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

◆ kMinFieldNumber

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

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

◆ max_

::google::protobuf::int64 bgs::protocol::SignedIntRange::max_
private

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

◆ min_

::google::protobuf::int64 bgs::protocol::SignedIntRange::min_
private

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


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