List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
Protected Member Functions
Version Class Referencefinal
#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::string & | build () 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::string * | mutable_build () |
std::string * | mutable_prerelease () |
Version * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
Version & | operator= (const Version &from) |
Version & | operator= (Version &&from) noexcept |
int32_t | patch () const |
const std::string & | prerelease () const |
PROTOBUF_NODISCARD std::string * | release_build () |
PROTOBUF_NODISCARD std::string * | release_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 Version & | default_instance () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const Version * | internal_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 |
Constructor & Destructor Documentation
◆ Version() [1/5]
|
inline |
◆ ~Version()
|
override |
◆ Version() [2/5]
|
explicitconstexpr |
◆ Version() [3/5]
◆ Version() [4/5]
◆ Version() [5/5]
|
explicitprotected |
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ build()
|
inline |
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_build()
|
inline |
◆ clear_major()
|
inline |
◆ clear_minor()
|
inline |
◆ clear_patch()
|
inline |
◆ clear_prerelease()
|
inline |
◆ CopyFrom()
void CopyFrom | ( | const Version & | from | ) |
◆ default_instance()
|
inlinestatic |
◆ descriptor()
|
inlinestatic |
◆ GetCachedSize()
|
inlinefinal |
◆ GetClassData()
|
final |
◆ GetDescriptor()
|
inlinestatic |
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
◆ internal_default_instance()
|
inlinestatic |
References ignition::msgs::_Version_default_instance_.
◆ IsInitialized()
|
final |
◆ major()
|
inline |
◆ MergeFrom()
void MergeFrom | ( | const Version & | from | ) |
◆ minor()
|
inline |
◆ mutable_build()
|
inline |
◆ mutable_prerelease()
|
inline |
◆ New()
|
inlinefinal |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ patch()
|
inline |
◆ prerelease()
|
inline |
◆ release_build()
|
inline |
◆ release_prerelease()
|
inline |
◆ set_allocated_build()
|
inline |
◆ set_allocated_prerelease()
|
inline |
◆ set_build() [1/2]
void set_build | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_build() [2/2]
|
inline |
◆ set_major()
|
inline |
◆ set_minor()
|
inline |
◆ set_patch()
|
inline |
◆ set_prerelease() [1/2]
void set_prerelease | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_prerelease() [2/2]
|
inline |
◆ Swap()
|
inline |
◆ UnsafeArenaSwap()
|
inline |
Member Data Documentation
◆ _class_data_
|
static |
◆ kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
0
The documentation for this class was generated from the following file: