|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <opmon_entry.pb.h>
Classes | |
| struct | Impl_ |
Public Types | |
| enum | : int { kSubstructureFieldNumber = 10 , kSessionFieldNumber = 1 , kApplicationFieldNumber = 2 } |
Public Member Functions | |
| OpMonId () | |
| ~OpMonId () override | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | OpMonId (::google::protobuf::internal::ConstantInitialized) |
| OpMonId (const OpMonId &from) | |
| OpMonId (OpMonId &&from) noexcept | |
| OpMonId & | operator= (const OpMonId &from) |
| OpMonId & | operator= (OpMonId &&from) noexcept |
| const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (OpMonId *other) |
| void | UnsafeArenaSwap (OpMonId *other) |
| OpMonId * | New (::google::protobuf::Arena *arena=nullptr) const final |
| void | CopyFrom (const OpMonId &from) |
| void | MergeFrom (const OpMonId &from) |
| PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
| bool | IsInitialized () const final |
| ::size_t | ByteSizeLong () const final |
| const char * | _InternalParse (const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final |
| ::uint8_t * | _InternalSerialize (::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final |
| int | GetCachedSize () const final |
| const ::google::protobuf::Message::ClassData * | GetClassData () const final |
| ::google::protobuf::Metadata | GetMetadata () const final |
| int | substructure_size () const |
| void | clear_substructure () |
| const std::string & | substructure (int index) const |
| std::string * | mutable_substructure (int index) |
| void | set_substructure (int index, const std::string &value) |
| void | set_substructure (int index, std::string &&value) |
| void | set_substructure (int index, const char *value) |
| void | set_substructure (int index, const char *value, std::size_t size) |
| void | set_substructure (int index, absl::string_view value) |
| std::string * | add_substructure () |
| void | add_substructure (const std::string &value) |
| void | add_substructure (std::string &&value) |
| void | add_substructure (const char *value) |
| void | add_substructure (const char *value, std::size_t size) |
| void | add_substructure (absl::string_view value) |
| const ::google::protobuf::RepeatedPtrField< std::string > & | substructure () const |
| ::google::protobuf::RepeatedPtrField< std::string > * | mutable_substructure () |
| void | clear_session () |
| const std::string & | session () const |
| template<typename Arg_ = const std::string&, typename... Args_> | |
| void | set_session (Arg_ &&arg, Args_... args) |
| std::string * | mutable_session () |
| PROTOBUF_NODISCARD std::string * | release_session () |
| void | set_allocated_session (std::string *ptr) |
| void | clear_application () |
| const std::string & | application () const |
| template<typename Arg_ = const std::string&, typename... Args_> | |
| void | set_application (Arg_ &&arg, Args_... args) |
| std::string * | mutable_application () |
| PROTOBUF_NODISCARD std::string * | release_application () |
| void | set_allocated_application (std::string *ptr) |
| template<typename > | |
| PROTOBUF_CONSTEXPR | OpMonId (::_pbi::ConstantInitialized) |
| template<typename Arg_ , typename... Args_> | |
| PROTOBUF_ALWAYS_INLINE void | set_session (Arg_ &&arg, Args_... args) |
| template<typename Arg_ , typename... Args_> | |
| PROTOBUF_ALWAYS_INLINE void | set_application (Arg_ &&arg, Args_... args) |
Static Public Member Functions | |
| static const ::google::protobuf::Descriptor * | descriptor () |
| static const ::google::protobuf::Descriptor * | GetDescriptor () |
| static const ::google::protobuf::Reflection * | GetReflection () |
| static const OpMonId & | default_instance () |
| static const OpMonId * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
Protected Member Functions | |
| OpMonId (::google::protobuf::Arena *arena) | |
Private Types | |
| typedef void | InternalArenaConstructable_ |
| typedef void | DestructorSkippable_ |
Private Member Functions | |
| void | SharedCtor (::google::protobuf::Arena *arena) |
| void | SharedDtor () |
| void | SetCachedSize (int size) const final |
| void | InternalSwap (OpMonId *other) |
| int | _internal_substructure_size () const |
| const ::google::protobuf::RepeatedPtrField< std::string > & | _internal_substructure () const |
| ::google::protobuf::RepeatedPtrField< std::string > * | _internal_mutable_substructure () |
| const std::string & | _internal_session () const |
| PROTOBUF_ALWAYS_INLINE void | _internal_set_session (const std::string &value) |
| std::string * | _internal_mutable_session () |
| const std::string & | _internal_application () const |
| PROTOBUF_ALWAYS_INLINE void | _internal_set_application (const std::string &value) |
| std::string * | _internal_mutable_application () |
Static Private Member Functions | |
| static void | MergeImpl (::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg) |
| ::absl::string_view | FullMessageName () |
Private Attributes | ||
| union { | ||
| Impl_ _impl_ | ||
| }; | ||
Static Private Attributes | |
| static const ::google::protobuf::internal::TcParseTable< 1, 3, 0, 60, 2 > | _table_ |
Friends | |
| class | ::google::protobuf::internal::AnyMetadata |
| class | ::google::protobuf::internal::TcParser |
| template<typename T > | |
| class | ::google::protobuf::Arena::InternalHelper |
| struct | ::TableStruct_opmonlib_2fopmon_5fentry_2eproto |
| void | swap (OpMonId &a, OpMonId &b) |
Definition at line 426 of file opmon_entry.pb.h.
|
private |
Definition at line 626 of file opmon_entry.pb.h.
|
private |
Definition at line 625 of file opmon_entry.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kSubstructureFieldNumber | |
| kSessionFieldNumber | |
| kApplicationFieldNumber | |
Definition at line 553 of file opmon_entry.pb.h.
|
inline |
Definition at line 429 of file opmon_entry.pb.h.
|
override |
Definition at line 779 of file opmon_entry.pb.cc.
|
explicit |
| dunedaq::opmon::OpMonId::OpMonId | ( | const OpMonId & | from | ) |
Definition at line 734 of file opmon_entry.pb.cc.
|
inlinenoexcept |
Definition at line 435 of file opmon_entry.pb.h.
|
explicitprotected |
Definition at line 729 of file opmon_entry.pb.cc.
| PROTOBUF_CONSTEXPR dunedaq::opmon::OpMonId::OpMonId | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 43 of file opmon_entry.pb.cc.
|
inlineprivate |
Definition at line 1396 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1405 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1354 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1517 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1345 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1400 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1349 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1512 of file opmon_entry.pb.h.
|
inlineprivate |
Definition at line 1427 of file opmon_entry.pb.h.
|
final |
Definition at line 806 of file opmon_entry.pb.cc.
|
final |
Definition at line 857 of file opmon_entry.pb.cc.
|
inline |
Definition at line 1436 of file opmon_entry.pb.h.
|
inline |
Definition at line 1496 of file opmon_entry.pb.h.
|
inline |
Definition at line 1484 of file opmon_entry.pb.h.
|
inline |
Definition at line 1490 of file opmon_entry.pb.h.
|
inline |
Definition at line 1474 of file opmon_entry.pb.h.
|
inline |
Definition at line 1479 of file opmon_entry.pb.h.
|
inline |
Definition at line 1379 of file opmon_entry.pb.h.
|
final |
Definition at line 897 of file opmon_entry.pb.cc.
|
final |
Definition at line 794 of file opmon_entry.pb.cc.
|
inline |
Definition at line 1376 of file opmon_entry.pb.h.
|
inline |
Definition at line 1325 of file opmon_entry.pb.h.
|
inline |
Definition at line 1433 of file opmon_entry.pb.h.
| void dunedaq::opmon::OpMonId::CopyFrom | ( | const OpMonId & | from | ) |
Definition at line 951 of file opmon_entry.pb.cc.
|
inlinestatic |
Definition at line 474 of file opmon_entry.pb.h.
|
inlinestatic |
Definition at line 465 of file opmon_entry.pb.h.
|
inlinestaticprivate |
Definition at line 537 of file opmon_entry.pb.h.
|
inlinefinal |
Definition at line 527 of file opmon_entry.pb.h.
|
final |
Definition at line 930 of file opmon_entry.pb.cc.
|
inlinestatic |
Definition at line 468 of file opmon_entry.pb.h.
|
final |
Definition at line 974 of file opmon_entry.pb.cc.
|
inlinestatic |
Definition at line 471 of file opmon_entry.pb.h.
|
inlinestatic |
Definition at line 477 of file opmon_entry.pb.h.
|
private |
Definition at line 962 of file opmon_entry.pb.cc.
|
final |
Definition at line 958 of file opmon_entry.pb.cc.
|
inline |
Definition at line 514 of file opmon_entry.pb.h.
|
staticprivate |
Definition at line 933 of file opmon_entry.pb.cc.
|
inline |
Definition at line 1391 of file opmon_entry.pb.h.
|
inline |
Definition at line 1340 of file opmon_entry.pb.h.
|
inline |
Definition at line 1506 of file opmon_entry.pb.h.
|
inline |
Definition at line 1446 of file opmon_entry.pb.h.
|
inline |
Definition at line 461 of file opmon_entry.pb.h.
|
inlinefinal |
Definition at line 508 of file opmon_entry.pb.h.
Definition at line 440 of file opmon_entry.pb.h.
Definition at line 444 of file opmon_entry.pb.h.
|
inline |
Definition at line 1410 of file opmon_entry.pb.h.
|
inline |
Definition at line 1359 of file opmon_entry.pb.h.
|
inline |
Definition at line 1328 of file opmon_entry.pb.h.
|
inline |
Definition at line 1415 of file opmon_entry.pb.h.
|
inline |
Definition at line 1364 of file opmon_entry.pb.h.
| void dunedaq::opmon::OpMonId::set_application | ( | Arg_ && | arg, |
| Args_... | args ) |
|
inline |
Definition at line 1384 of file opmon_entry.pb.h.
| void dunedaq::opmon::OpMonId::set_session | ( | Arg_ && | arg, |
| Args_... | args ) |
|
inline |
|
inline |
Definition at line 1469 of file opmon_entry.pb.h.
|
inline |
Definition at line 1458 of file opmon_entry.pb.h.
|
inline |
Definition at line 1463 of file opmon_entry.pb.h.
|
inline |
Definition at line 1450 of file opmon_entry.pb.h.
|
inline |
Definition at line 1454 of file opmon_entry.pb.h.
|
finalprivate |
Definition at line 790 of file opmon_entry.pb.cc.
|
inlineprivate |
Definition at line 762 of file opmon_entry.pb.cc.
|
inlineprivate |
Definition at line 784 of file opmon_entry.pb.cc.
|
inline |
Definition at line 1502 of file opmon_entry.pb.h.
|
inline |
Definition at line 1442 of file opmon_entry.pb.h.
|
inline |
Definition at line 1430 of file opmon_entry.pb.h.
|
inline |
Definition at line 487 of file opmon_entry.pb.h.
|
inline |
Definition at line 458 of file opmon_entry.pb.h.
|
inline |
Definition at line 500 of file opmon_entry.pb.h.
|
friend |
Definition at line 624 of file opmon_entry.pb.h.
|
friend |
Definition at line 536 of file opmon_entry.pb.h.
|
friend |
Definition at line 622 of file opmon_entry.pb.h.
|
friend |
Definition at line 635 of file opmon_entry.pb.h.
Definition at line 484 of file opmon_entry.pb.h.
| union { ... } dunedaq::opmon::OpMonId |
|
static |
Definition at line 544 of file opmon_entry.pb.h.
| Impl_ dunedaq::opmon::OpMonId::_impl_ |
Definition at line 634 of file opmon_entry.pb.h.
|
staticprivate |
Definition at line 623 of file opmon_entry.pb.h.
|
staticconstexpr |
Definition at line 481 of file opmon_entry.pb.h.