List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
Protected Member Functions
Statistic Class Referencefinal
#include <statistic.pb.h>
Public Types | |
enum | : int { kNameFieldNumber = 3 , kHeaderFieldNumber = 1 , kValueFieldNumber = 4 , kTypeFieldNumber = 2 } |
typedef Statistic_DataType | DataType |
Public Member Functions | |
Statistic () | |
constexpr | Statistic (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
Statistic (const Statistic &from) | |
Statistic (Statistic &&from) noexcept | |
~Statistic () 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 |
size_t | ByteSizeLong () const final |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
void | clear_header () |
void | clear_name () |
void | clear_type () |
void | clear_value () |
void | CopyFrom (const Statistic &from) |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_header () const |
const ::ignition::msgs::Header & | header () const |
bool | IsInitialized () const final |
void | MergeFrom (const Statistic &from) |
::ignition::msgs::Header * | mutable_header () |
std::string * | mutable_name () |
const std::string & | name () const |
Statistic * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
Statistic & | operator= (const Statistic &from) |
Statistic & | operator= (Statistic &&from) noexcept |
PROTOBUF_NODISCARD ::ignition::msgs::Header * | release_header () |
PROTOBUF_NODISCARD std::string * | release_name () |
void | set_allocated_header (::ignition::msgs::Header *header) |
void | set_allocated_name (std::string *name) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_name (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_name (ArgT0 &&arg0, ArgT... args) |
void | set_type (::ignition::msgs::Statistic_DataType value) |
void | set_value (double value) |
void | Swap (Statistic *other) |
::ignition::msgs::Statistic_DataType | type () const |
::ignition::msgs::Header * | unsafe_arena_release_header () |
void | unsafe_arena_set_allocated_header (::ignition::msgs::Header *header) |
void | UnsafeArenaSwap (Statistic *other) |
double | value () const |
Static Public Member Functions | |
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | DataType_descriptor () |
static bool | DataType_IsValid (int value) |
template<typename T > | |
static const std::string & | DataType_Name (T enum_t_value) |
static bool | DataType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, DataType *value) |
static const Statistic & | 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 Statistic * | internal_default_instance () |
Static Public Attributes | |
static const ClassData | _class_data_ |
static constexpr DataType | AVERAGE |
static constexpr int | DataType_ARRAYSIZE |
static constexpr DataType | DataType_MAX |
static constexpr DataType | DataType_MIN |
static constexpr int | kIndexInFileMessages |
static constexpr DataType | MAX_ABS_VALUE |
static constexpr DataType | MAXIMUM |
static constexpr DataType | MINIMUM |
static constexpr DataType | ROOT_MEAN_SQUARE |
static constexpr DataType | SAMPLE_COUNT |
static constexpr DataType | STDDEV |
static constexpr DataType | UNINITIALIZED |
static constexpr DataType | VARIANCE |
Protected Member Functions | |
Statistic (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Member Typedef Documentation
◆ DataType
typedef Statistic_DataType DataType |
Member Enumeration Documentation
◆ anonymous enum
anonymous enum : int |
Constructor & Destructor Documentation
◆ Statistic() [1/5]
|
inline |
◆ ~Statistic()
|
override |
◆ Statistic() [2/5]
|
explicitconstexpr |
◆ Statistic() [3/5]
◆ Statistic() [4/5]
◆ Statistic() [5/5]
|
explicitprotected |
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_header()
void clear_header | ( | ) |
◆ clear_name()
|
inline |
◆ clear_type()
|
inline |
◆ clear_value()
|
inline |
◆ CopyFrom()
void CopyFrom | ( | const Statistic & | from | ) |
◆ DataType_descriptor()
|
inlinestatic |
References ignition::msgs::Statistic_DataType_descriptor().
◆ DataType_IsValid()
|
inlinestatic |
References ignition::msgs::Statistic_DataType_IsValid().
◆ DataType_Name()
|
inlinestatic |
References ignition::msgs::Statistic_DataType_Name().
◆ DataType_Parse()
|
inlinestatic |
References ignition::msgs::Statistic_DataType_Parse().
◆ default_instance()
|
inlinestatic |
◆ descriptor()
|
inlinestatic |
◆ GetCachedSize()
|
inlinefinal |
◆ GetClassData()
|
final |
◆ GetDescriptor()
|
inlinestatic |
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
◆ has_header()
|
inline |
◆ header()
|
inline |
◆ internal_default_instance()
|
inlinestatic |
References ignition::msgs::_Statistic_default_instance_.
◆ IsInitialized()
|
final |
◆ MergeFrom()
void MergeFrom | ( | const Statistic & | from | ) |
◆ mutable_header()
|
inline |
◆ mutable_name()
|
inline |
◆ name()
|
inline |
◆ New()
|
inlinefinal |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ release_header()
|
inline |
◆ release_name()
|
inline |
◆ set_allocated_header()
|
inline |
◆ set_allocated_name()
|
inline |
◆ set_name() [1/2]
void set_name | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_name() [2/2]
|
inline |
◆ set_type()
|
inline |
◆ set_value()
|
inline |
◆ Swap()
|
inline |
◆ type()
|
inline |
◆ unsafe_arena_release_header()
|
inline |
◆ unsafe_arena_set_allocated_header()
|
inline |
◆ UnsafeArenaSwap()
|
inline |
◆ value()
|
inline |
Member Data Documentation
◆ _class_data_
|
static |
◆ AVERAGE
|
staticconstexpr |
Initial value:
=
◆ DataType_ARRAYSIZE
|
staticconstexpr |
Initial value:
=
constexpr int Statistic_DataType_DataType_ARRAYSIZE
Definition: statistic.pb.h:106
◆ DataType_MAX
|
staticconstexpr |
Initial value:
=
constexpr Statistic_DataType Statistic_DataType_DataType_MAX
Definition: statistic.pb.h:105
◆ DataType_MIN
|
staticconstexpr |
Initial value:
=
constexpr Statistic_DataType Statistic_DataType_DataType_MIN
Definition: statistic.pb.h:104
◆ kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
0
◆ MAX_ABS_VALUE
|
staticconstexpr |
Initial value:
=
@ Statistic_DataType_MAX_ABS_VALUE
Definition: statistic.pb.h:99
◆ MAXIMUM
|
staticconstexpr |
Initial value:
=
◆ MINIMUM
|
staticconstexpr |
Initial value:
=
◆ ROOT_MEAN_SQUARE
|
staticconstexpr |
Initial value:
=
@ Statistic_DataType_ROOT_MEAN_SQUARE
Definition: statistic.pb.h:98
◆ SAMPLE_COUNT
|
staticconstexpr |
Initial value:
=
@ Statistic_DataType_SAMPLE_COUNT
Definition: statistic.pb.h:97
◆ STDDEV
|
staticconstexpr |
Initial value:
=
◆ UNINITIALIZED
|
staticconstexpr |
Initial value:
=
@ Statistic_DataType_UNINITIALIZED
Definition: statistic.pb.h:91
◆ VARIANCE
|
staticconstexpr |
Initial value:
=
@ Statistic_DataType_VARIANCE
Definition: statistic.pb.h:95
The documentation for this class was generated from the following file: