List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
Protected Member Functions
LogControl Class Referencefinal
#include <log_control.pb.h>
Public Types | |
enum | : int { kBasePathFieldNumber = 5 , kEncodingFieldNumber = 6 , kRecordResourcesFieldNumber = 7 , kHeaderFieldNumber = 1 , kStartFieldNumber = 2 , kStopFieldNumber = 3 , kPausedFieldNumber = 4 } |
Public Member Functions | |
LogControl () | |
constexpr | LogControl (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
LogControl (const LogControl &from) | |
LogControl (LogControl &&from) noexcept | |
~LogControl () 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 & | base_path () const |
size_t | ByteSizeLong () const final |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
void | clear_base_path () |
void | clear_encoding () |
void | clear_header () |
void | clear_paused () |
void | clear_record_resources () |
void | clear_start () |
void | clear_stop () |
void | CopyFrom (const LogControl &from) |
const std::string & | encoding () const |
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 LogControl &from) |
std::string * | mutable_base_path () |
std::string * | mutable_encoding () |
::ignition::msgs::Header * | mutable_header () |
std::string * | mutable_record_resources () |
LogControl * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
LogControl & | operator= (const LogControl &from) |
LogControl & | operator= (LogControl &&from) noexcept |
bool | paused () const |
const std::string & | record_resources () const |
PROTOBUF_NODISCARD std::string * | release_base_path () |
PROTOBUF_NODISCARD std::string * | release_encoding () |
PROTOBUF_NODISCARD ::ignition::msgs::Header * | release_header () |
PROTOBUF_NODISCARD std::string * | release_record_resources () |
void | set_allocated_base_path (std::string *base_path) |
void | set_allocated_encoding (std::string *encoding) |
void | set_allocated_header (::ignition::msgs::Header *header) |
void | set_allocated_record_resources (std::string *record_resources) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_base_path (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_base_path (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_encoding (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_encoding (ArgT0 &&arg0, ArgT... args) |
void | set_paused (bool value) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_record_resources (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_record_resources (ArgT0 &&arg0, ArgT... args) |
void | set_start (bool value) |
void | set_stop (bool value) |
bool | start () const |
bool | stop () const |
void | Swap (LogControl *other) |
::ignition::msgs::Header * | unsafe_arena_release_header () |
void | unsafe_arena_set_allocated_header (::ignition::msgs::Header *header) |
void | UnsafeArenaSwap (LogControl *other) |
Static Public Member Functions | |
static const LogControl & | 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 LogControl * | internal_default_instance () |
Static Public Attributes | |
static const ClassData | _class_data_ |
static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
LogControl (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Member Enumeration Documentation
◆ anonymous enum
anonymous enum : int |
Constructor & Destructor Documentation
◆ LogControl() [1/5]
|
inline |
◆ ~LogControl()
|
override |
◆ LogControl() [2/5]
|
explicitconstexpr |
◆ LogControl() [3/5]
LogControl | ( | const LogControl & | from | ) |
◆ LogControl() [4/5]
|
inlinenoexcept |
◆ LogControl() [5/5]
|
explicitprotected |
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ base_path()
|
inline |
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_base_path()
|
inline |
◆ clear_encoding()
|
inline |
◆ clear_header()
void clear_header | ( | ) |
◆ clear_paused()
|
inline |
◆ clear_record_resources()
|
inline |
◆ clear_start()
|
inline |
◆ clear_stop()
|
inline |
◆ CopyFrom()
void CopyFrom | ( | const LogControl & | from | ) |
◆ default_instance()
|
inlinestatic |
◆ descriptor()
|
inlinestatic |
◆ encoding()
|
inline |
◆ GetCachedSize()
|
inlinefinal |
◆ GetClassData()
|
final |
◆ GetDescriptor()
|
inlinestatic |
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
◆ has_header()
|
inline |
◆ header()
|
inline |
◆ internal_default_instance()
|
inlinestatic |
References ignition::msgs::_LogControl_default_instance_.
◆ IsInitialized()
|
final |
◆ MergeFrom()
void MergeFrom | ( | const LogControl & | from | ) |
◆ mutable_base_path()
|
inline |
◆ mutable_encoding()
|
inline |
◆ mutable_header()
|
inline |
◆ mutable_record_resources()
|
inline |
◆ New()
|
inlinefinal |
◆ operator=() [1/2]
|
inline |
◆ operator=() [2/2]
|
inlinenoexcept |
◆ paused()
|
inline |
◆ record_resources()
|
inline |
◆ release_base_path()
|
inline |
◆ release_encoding()
|
inline |
◆ release_header()
|
inline |
◆ release_record_resources()
|
inline |
◆ set_allocated_base_path()
|
inline |
◆ set_allocated_encoding()
|
inline |
◆ set_allocated_header()
|
inline |
◆ set_allocated_record_resources()
|
inline |
◆ set_base_path() [1/2]
void set_base_path | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_base_path() [2/2]
|
inline |
◆ set_encoding() [1/2]
void set_encoding | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_encoding() [2/2]
|
inline |
◆ set_paused()
|
inline |
◆ set_record_resources() [1/2]
void set_record_resources | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_record_resources() [2/2]
|
inline |
◆ set_start()
|
inline |
◆ set_stop()
|
inline |
◆ start()
|
inline |
◆ stop()
|
inline |
◆ Swap()
|
inline |
◆ unsafe_arena_release_header()
|
inline |
◆ unsafe_arena_set_allocated_header()
|
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: