Ignition Msgs

API Reference

5.8.1

#include <version.pb.h>

Public Types

enum  : int {
  kPrereleaseFieldNumber = 4 , kBuildFieldNumber = 5 , kMajorFieldNumber = 1 , kMinorFieldNumber = 2 ,
  kPatchFieldNumber = 3
}
 

Public Member Functions

 Version ()
 
constexpr Version (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 Version (const Version &from)
 
 Version (Version &&from) noexcept
 
 ~Version () override
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
const std::stringbuild () const
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_build ()
 
void clear_major ()
 
void clear_minor ()
 
void clear_patch ()
 
void clear_prerelease ()
 
void CopyFrom (const Version &from)
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool IsInitialized () const final
 
int32_t major () const
 
void MergeFrom (const Version &from)
 
int32_t minor () const
 
std::stringmutable_build ()
 
std::stringmutable_prerelease ()
 
VersionNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
Versionoperator= (const Version &from)
 
Versionoperator= (Version &&from) noexcept
 
int32_t patch () const
 
const std::stringprerelease () const
 
PROTOBUF_NODISCARD std::stringrelease_build ()
 
PROTOBUF_NODISCARD std::stringrelease_prerelease ()
 
void set_allocated_build (std::string *build)
 
void set_allocated_prerelease (std::string *prerelease)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_build (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_build (ArgT0 &&arg0, ArgT... args)
 
void set_major (int32_t value)
 
void set_minor (int32_t value)
 
void set_patch (int32_t value)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_prerelease (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_prerelease (ArgT0 &&arg0, ArgT... args)
 
void Swap (Version *other)
 
void UnsafeArenaSwap (Version *other)
 

Static Public Member Functions

static const Versiondefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const Versioninternal_default_instance ()
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr int kIndexInFileMessages
 

Protected Member Functions

 Version (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kPrereleaseFieldNumber 
kBuildFieldNumber 
kMajorFieldNumber 
kMinorFieldNumber 
kPatchFieldNumber 

Constructor & Destructor Documentation

◆ Version() [1/5]

Version ( )
inline

◆ ~Version()

~Version ( )
override

◆ Version() [2/5]

constexpr Version ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicitconstexpr

◆ Version() [3/5]

Version ( const Version from)

◆ Version() [4/5]

Version ( Version &&  from)
inlinenoexcept

◆ Version() [5/5]

Version ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char* _InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t* _InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ build()

const std::string & build ( ) const
inline

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ( )
final

◆ clear_build()

void clear_build ( )
inline

◆ clear_major()

void clear_major ( )
inline

◆ clear_minor()

void clear_minor ( )
inline

◆ clear_patch()

void clear_patch ( )
inline

◆ clear_prerelease()

void clear_prerelease ( )
inline

◆ CopyFrom()

void CopyFrom ( const Version from)

◆ default_instance()

static const Version& default_instance ( )
inlinestatic

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor ( )
inlinestatic

◆ GetCachedSize()

int GetCachedSize ( ) const
inlinefinal

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor ( )
inlinestatic

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection ( )
inlinestatic

◆ internal_default_instance()

static const Version* internal_default_instance ( )
inlinestatic

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ major()

int32_t major ( ) const
inline

◆ MergeFrom()

void MergeFrom ( const Version from)

◆ minor()

int32_t minor ( ) const
inline

◆ mutable_build()

std::string * mutable_build ( )
inline

◆ mutable_prerelease()

std::string * mutable_prerelease ( )
inline

◆ New()

Version* New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

◆ operator=() [1/2]

Version& operator= ( const Version from)
inline

◆ operator=() [2/2]

Version& operator= ( Version &&  from)
inlinenoexcept

◆ patch()

int32_t patch ( ) const
inline

◆ prerelease()

const std::string & prerelease ( ) const
inline

◆ release_build()

std::string * release_build ( )
inline

◆ release_prerelease()

std::string * release_prerelease ( )
inline

◆ set_allocated_build()

void set_allocated_build ( std::string build)
inline

◆ set_allocated_prerelease()

void set_allocated_prerelease ( std::string prerelease)
inline

◆ set_build() [1/2]

void set_build ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_build() [2/2]

PROTOBUF_ALWAYS_INLINE void set_build ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_major()

void set_major ( int32_t  value)
inline

◆ set_minor()

void set_minor ( int32_t  value)
inline

◆ set_patch()

void set_patch ( int32_t  value)
inline

◆ set_prerelease() [1/2]

void set_prerelease ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_prerelease() [2/2]

PROTOBUF_ALWAYS_INLINE void set_prerelease ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ Swap()

void Swap ( Version other)
inline

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( Version other)
inline

Member Data Documentation

◆ _class_data_

const ClassData _class_data_
static

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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