TrinityCore
bgs::protocol::SemanticVersion Class Reference

#include <semantic_version.pb.h>

+ Inheritance diagram for bgs::protocol::SemanticVersion:

Public Member Functions

 SemanticVersion ()
 
virtual ~SemanticVersion ()
 
 SemanticVersion (const SemanticVersion &from)
 
SemanticVersionoperator= (const SemanticVersion &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SemanticVersion *other)
 
SemanticVersionNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_major_version () const
 
void clear_major_version ()
 
inline ::google::protobuf::uint32 major_version () const
 
void set_major_version (::google::protobuf::uint32 value)
 
bool has_minor_version () const
 
void clear_minor_version ()
 
inline ::google::protobuf::uint32 minor_version () const
 
void set_minor_version (::google::protobuf::uint32 value)
 
bool has_patch_version () const
 
void clear_patch_version ()
 
inline ::google::protobuf::uint32 patch_version () const
 
void set_patch_version (::google::protobuf::uint32 value)
 
bool has_version_string () const
 
void clear_version_string ()
 
const ::std::string & version_string () const
 
void set_version_string (const ::std::string &value)
 
void set_version_string (const char *value)
 
void set_version_string (const char *value, size_t size)
 
inline ::std::string * mutable_version_string ()
 
inline ::std::string * release_version_string ()
 
void set_allocated_version_string (::std::string *version_string)
 

Static Public Member Functions

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

Static Public Attributes

static const int kMajorVersionFieldNumber = 1
 
static const int kMinorVersionFieldNumber = 2
 
static const int kPatchVersionFieldNumber = 3
 
static const int kVersionStringFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_major_version ()
 
void clear_has_major_version ()
 
void set_has_minor_version ()
 
void clear_has_minor_version ()
 
void set_has_patch_version ()
 
void clear_has_patch_version ()
 
void set_has_version_string ()
 
void clear_has_version_string ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 major_version_
 
::google::protobuf::uint32 minor_version_
 
::std::string * version_string_
 
::google::protobuf::uint32 patch_version_
 

Static Private Attributes

static SemanticVersiondefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_semantic_5fversion_2eproto ()
 
void protobuf_AssignDesc_semantic_5fversion_2eproto ()
 
void protobuf_ShutdownFile_semantic_5fversion_2eproto ()
 

Detailed Description

Definition at line 42 of file semantic_version.pb.h.

Constructor & Destructor Documentation

◆ SemanticVersion() [1/2]

bgs::protocol::SemanticVersion::SemanticVersion ( )

◆ ~SemanticVersion()

virtual bgs::protocol::SemanticVersion::~SemanticVersion ( )
virtual

◆ SemanticVersion() [2/2]

bgs::protocol::SemanticVersion::SemanticVersion ( const SemanticVersion from)

Member Function Documentation

◆ clear_has_major_version()

void bgs::protocol::SemanticVersion::clear_has_major_version ( )
inlineprivate

Definition at line 156 of file semantic_version.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_minor_version()

void bgs::protocol::SemanticVersion::clear_has_minor_version ( )
inlineprivate

Definition at line 180 of file semantic_version.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_patch_version()

void bgs::protocol::SemanticVersion::clear_has_patch_version ( )
inlineprivate

Definition at line 204 of file semantic_version.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_version_string()

void bgs::protocol::SemanticVersion::clear_has_version_string ( )
inlineprivate

Definition at line 228 of file semantic_version.pb.h.

+ Here is the caller graph for this function:

◆ clear_major_version()

void bgs::protocol::SemanticVersion::clear_major_version ( )
inline

Definition at line 159 of file semantic_version.pb.h.

+ Here is the call graph for this function:

◆ clear_minor_version()

void bgs::protocol::SemanticVersion::clear_minor_version ( )
inline

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

+ Here is the call graph for this function:

◆ clear_patch_version()

void bgs::protocol::SemanticVersion::clear_patch_version ( )
inline

Definition at line 207 of file semantic_version.pb.h.

+ Here is the call graph for this function:

◆ clear_version_string()

void bgs::protocol::SemanticVersion::clear_version_string ( )
inline

Definition at line 231 of file semantic_version.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

Definition at line 70 of file semantic_version.pb.h.

◆ GetMetadata()

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

◆ has_major_version()

bool bgs::protocol::SemanticVersion::has_major_version ( ) const
inline

Definition at line 150 of file semantic_version.pb.h.

◆ has_minor_version()

bool bgs::protocol::SemanticVersion::has_minor_version ( ) const
inline

Definition at line 174 of file semantic_version.pb.h.

◆ has_patch_version()

bool bgs::protocol::SemanticVersion::has_patch_version ( ) const
inline

Definition at line 198 of file semantic_version.pb.h.

◆ has_version_string()

bool bgs::protocol::SemanticVersion::has_version_string ( ) const
inline

Definition at line 222 of file semantic_version.pb.h.

◆ InitAsDefaultInstance()

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

◆ major_version()

google::protobuf::uint32 bgs::protocol::SemanticVersion::major_version ( ) const
inline

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

◆ minor_version()

google::protobuf::uint32 bgs::protocol::SemanticVersion::minor_version ( ) const
inline

Definition at line 187 of file semantic_version.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 58 of file semantic_version.pb.h.

◆ mutable_version_string()

std::string * bgs::protocol::SemanticVersion::mutable_version_string ( )
inline

Definition at line 265 of file semantic_version.pb.h.

+ Here is the call graph for this function:

◆ New()

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

◆ operator=()

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

Definition at line 49 of file semantic_version.pb.h.

◆ patch_version()

google::protobuf::uint32 bgs::protocol::SemanticVersion::patch_version ( ) const
inline

Definition at line 211 of file semantic_version.pb.h.

◆ release_version_string()

std::string * bgs::protocol::SemanticVersion::release_version_string ( )
inline

Definition at line 273 of file semantic_version.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_version_string()

void bgs::protocol::SemanticVersion::set_allocated_version_string ( ::std::string *  version_string)
inline

Definition at line 283 of file semantic_version.pb.h.

+ Here is the call graph for this function:

◆ set_has_major_version()

void bgs::protocol::SemanticVersion::set_has_major_version ( )
inlineprivate

Definition at line 153 of file semantic_version.pb.h.

+ Here is the caller graph for this function:

◆ set_has_minor_version()

void bgs::protocol::SemanticVersion::set_has_minor_version ( )
inlineprivate

Definition at line 177 of file semantic_version.pb.h.

+ Here is the caller graph for this function:

◆ set_has_patch_version()

void bgs::protocol::SemanticVersion::set_has_patch_version ( )
inlineprivate

Definition at line 201 of file semantic_version.pb.h.

+ Here is the caller graph for this function:

◆ set_has_version_string()

void bgs::protocol::SemanticVersion::set_has_version_string ( )
inlineprivate

Definition at line 225 of file semantic_version.pb.h.

+ Here is the caller graph for this function:

◆ set_major_version()

void bgs::protocol::SemanticVersion::set_major_version ( ::google::protobuf::uint32  value)
inline

Definition at line 167 of file semantic_version.pb.h.

+ Here is the call graph for this function:

◆ set_minor_version()

void bgs::protocol::SemanticVersion::set_minor_version ( ::google::protobuf::uint32  value)
inline

Definition at line 191 of file semantic_version.pb.h.

+ Here is the call graph for this function:

◆ set_patch_version()

void bgs::protocol::SemanticVersion::set_patch_version ( ::google::protobuf::uint32  value)
inline

Definition at line 215 of file semantic_version.pb.h.

+ Here is the call graph for this function:

◆ set_version_string() [1/3]

void bgs::protocol::SemanticVersion::set_version_string ( const ::std::string &  value)
inline

Definition at line 241 of file semantic_version.pb.h.

+ Here is the call graph for this function:

◆ set_version_string() [2/3]

void bgs::protocol::SemanticVersion::set_version_string ( const char *  value)
inline

Definition at line 249 of file semantic_version.pb.h.

+ Here is the call graph for this function:

◆ set_version_string() [3/3]

void bgs::protocol::SemanticVersion::set_version_string ( const char *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 54 of file semantic_version.pb.h.

◆ version_string()

const ::std::string & bgs::protocol::SemanticVersion::version_string ( ) const
inline

Definition at line 237 of file semantic_version.pb.h.

+ Here is the caller graph for this function:

Friends And Related Function Documentation

◆ protobuf_AddDesc_semantic_5fversion_2eproto

void TC_PROTO_API protobuf_AddDesc_semantic_5fversion_2eproto ( )
friend

◆ protobuf_AssignDesc_semantic_5fversion_2eproto

void protobuf_AssignDesc_semantic_5fversion_2eproto ( )
friend

◆ protobuf_ShutdownFile_semantic_5fversion_2eproto

void protobuf_ShutdownFile_semantic_5fversion_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::SemanticVersion::_cached_size_
mutableprivate

Definition at line 129 of file semantic_version.pb.h.

◆ _has_bits_

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

Definition at line 128 of file semantic_version.pb.h.

◆ _unknown_fields_

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

Definition at line 126 of file semantic_version.pb.h.

◆ default_instance_

SemanticVersion* bgs::protocol::SemanticVersion::default_instance_
staticprivate

Definition at line 139 of file semantic_version.pb.h.

◆ kMajorVersionFieldNumber

const int bgs::protocol::SemanticVersion::kMajorVersionFieldNumber = 1
static

Definition at line 85 of file semantic_version.pb.h.

◆ kMinorVersionFieldNumber

const int bgs::protocol::SemanticVersion::kMinorVersionFieldNumber = 2
static

Definition at line 92 of file semantic_version.pb.h.

◆ kPatchVersionFieldNumber

const int bgs::protocol::SemanticVersion::kPatchVersionFieldNumber = 3
static

Definition at line 99 of file semantic_version.pb.h.

◆ kVersionStringFieldNumber

const int bgs::protocol::SemanticVersion::kVersionStringFieldNumber = 4
static

Definition at line 106 of file semantic_version.pb.h.

◆ major_version_

::google::protobuf::uint32 bgs::protocol::SemanticVersion::major_version_
private

Definition at line 130 of file semantic_version.pb.h.

◆ minor_version_

::google::protobuf::uint32 bgs::protocol::SemanticVersion::minor_version_
private

Definition at line 131 of file semantic_version.pb.h.

◆ patch_version_

::google::protobuf::uint32 bgs::protocol::SemanticVersion::patch_version_
private

Definition at line 133 of file semantic_version.pb.h.

◆ version_string_

::std::string* bgs::protocol::SemanticVersion::version_string_
private

Definition at line 132 of file semantic_version.pb.h.


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