Google OR-Tools: operations_research::MPModelProto_Annotation Class Reference
Definition at line 2258 of file linear_solver.pb.h.
#include <linear_solver.pb.h>
Public Member Functions | |
| MPModelProto_Annotation () | |
| ~MPModelProto_Annotation () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | MPModelProto_Annotation (::google::protobuf::internal::ConstantInitialized) |
| MPModelProto_Annotation (const MPModelProto_Annotation &from) | |
| MPModelProto_Annotation (MPModelProto_Annotation &&from) noexcept | |
| MPModelProto_Annotation & | operator= (const MPModelProto_Annotation &from) |
| MPModelProto_Annotation & | operator= (MPModelProto_Annotation &&from) noexcept |
| const ::google::protobuf::UnknownFieldSet & | unknown_fields () const ABSL_ATTRIBUTE_LIFETIME_BOUND |
| inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL | mutable_unknown_fields () ABSL_ATTRIBUTE_LIFETIME_BOUND |
| void | Swap (MPModelProto_Annotation *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (MPModelProto_Annotation *PROTOBUF_NONNULL other) |
| MPModelProto_Annotation *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const MPModelProto_Annotation &from) |
| void | MergeFrom (const MPModelProto_Annotation &from) |
| bool | IsInitialized () const |
| ABSL_ATTRIBUTE_REINITIALIZES void | Clear () PROTOBUF_FINAL |
| ::size_t | ByteSizeLong () const final |
| ::uint8_t *PROTOBUF_NONNULL | _InternalSerialize (::uint8_t *PROTOBUF_NONNULL target, ::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream) const final |
| int | GetCachedSize () const |
| ::google::protobuf::Metadata | GetMetadata () const |
| bool | has_target_name () const |
| void | clear_target_name () |
| const ::std::string & | target_name () const |
| template<typename Arg_ = const ::std::string&, typename... Args_> | |
| void | set_target_name (Arg_ &&arg, Args_... args) |
| ::std::string *PROTOBUF_NONNULL | mutable_target_name () |
| ::std::string *PROTOBUF_NULLABLE | release_target_name () |
| void | set_allocated_target_name (::std::string *PROTOBUF_NULLABLE value) |
| bool | has_payload_key () const |
| void | clear_payload_key () |
| const ::std::string & | payload_key () const |
| template<typename Arg_ = const ::std::string&, typename... Args_> | |
| void | set_payload_key (Arg_ &&arg, Args_... args) |
| ::std::string *PROTOBUF_NONNULL | mutable_payload_key () |
| ::std::string *PROTOBUF_NULLABLE | release_payload_key () |
| void | set_allocated_payload_key (::std::string *PROTOBUF_NULLABLE value) |
| bool | has_payload_value () const |
| void | clear_payload_value () |
| const ::std::string & | payload_value () const |
| template<typename Arg_ = const ::std::string&, typename... Args_> | |
| void | set_payload_value (Arg_ &&arg, Args_... args) |
| ::std::string *PROTOBUF_NONNULL | mutable_payload_value () |
| ::std::string *PROTOBUF_NULLABLE | release_payload_value () |
| void | set_allocated_payload_value (::std::string *PROTOBUF_NULLABLE value) |
| bool | has_target_type () const |
| void | clear_target_type () |
| ::operations_research::MPModelProto_Annotation_TargetType | target_type () const |
| void | set_target_type (::operations_research::MPModelProto_Annotation_TargetType value) |
| bool | has_target_index () const |
| void | clear_target_index () |
| ::int32_t | target_index () const |
| void | set_target_index (::int32_t value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | MPModelProto_Annotation (::_pbi::ConstantInitialized) |
| template<typename Arg_, typename... Args_> | |
| PROTOBUF_ALWAYS_INLINE void | set_target_name (Arg_ &&arg, Args_... args) |
| template<typename Arg_, typename... Args_> | |
| PROTOBUF_ALWAYS_INLINE void | set_payload_key (Arg_ &&arg, Args_... args) |
| template<typename Arg_, typename... Args_> | |
| PROTOBUF_ALWAYS_INLINE void | set_payload_value (Arg_ &&arg, Args_... args) |
Static Public Member Functions | |
| static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL | descriptor () |
| static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL | GetDescriptor () |
| static const ::google::protobuf::Reflection *PROTOBUF_NONNULL | GetReflection () |
| static const MPModelProto_Annotation & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
| static bool | TargetType_IsValid (int value) |
| static const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL | TargetType_descriptor () |
| template<typename T> | |
| static const ::std::string & | TargetType_Name (T value) |
| static bool | TargetType_Parse (::absl::string_view name, TargetType *PROTOBUF_NONNULL value) |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 11 |
| static constexpr TargetType | VARIABLE_DEFAULT = MPModelProto_Annotation_TargetType_VARIABLE_DEFAULT |
| static constexpr TargetType | CONSTRAINT = MPModelProto_Annotation_TargetType_CONSTRAINT |
| static constexpr TargetType | GENERAL_CONSTRAINT = MPModelProto_Annotation_TargetType_GENERAL_CONSTRAINT |
| static constexpr TargetType | TargetType_MIN = MPModelProto_Annotation_TargetType_TargetType_MIN |
| static constexpr TargetType | TargetType_MAX = MPModelProto_Annotation_TargetType_TargetType_MAX |
| static constexpr int | TargetType_ARRAYSIZE = MPModelProto_Annotation_TargetType_TargetType_ARRAYSIZE |
Friends | |
| class | ::google::protobuf::internal::TcParser |
| class | ::google::protobuf::MessageLite |
| class | ::google::protobuf::Arena |
| template<typename T> | |
| class | ::google::protobuf::Arena::InternalHelper |
| struct | ::TableStruct_ortools_2flinear_5fsolver_2flinear_5fsolver_2eproto |
| void | swap (MPModelProto_Annotation &a, MPModelProto_Annotation &b) |
◆ TargetType
◆ anonymous enum
| Enumerator | |
|---|---|
| kTargetNameFieldNumber | |
| kPayloadKeyFieldNumber | |
| kPayloadValueFieldNumber | |
| kTargetTypeFieldNumber | |
| kTargetIndexFieldNumber | |
Definition at line 2420 of file linear_solver.pb.h.
|
inline |
◆ ~MPModelProto_Annotation()
| operations_research::MPModelProto_Annotation::~MPModelProto_Annotation | ( | ) |
◆ MPModelProto_Annotation() [2/5]
template<typename = void>
|
explicit |
◆ MPModelProto_Annotation() [3/5]
|
inline |
◆ MPModelProto_Annotation() [4/5]
|
inlinenoexcept |
◆ MPModelProto_Annotation() [5/5]
template<typename>
| PROTOBUF_CONSTEXPR operations_research::MPModelProto_Annotation::MPModelProto_Annotation | ( | ::_pbi::ConstantInitialized | ) |
◆ _InternalSerialize()
|
final |
◆ ByteSizeLong()
|
final |
◆ Clear()
| PROTOBUF_NOINLINE void operations_research::MPModelProto_Annotation::Clear | ( | ) |
◆ clear_payload_key()
|
inline |
◆ clear_payload_value()
|
inline |
◆ clear_target_index()
|
inline |
◆ clear_target_name()
|
inline |
◆ clear_target_type()
|
inline |
◆ CopyFrom()
| void operations_research::MPModelProto_Annotation::CopyFrom | ( | const MPModelProto_Annotation & | from | ) |
◆ default_instance()
|
inlinestatic |
◆ descriptor()
|
inlinestatic |
◆ GetCachedSize()
|
inline |
◆ GetDescriptor()
|
inlinestatic |
◆ GetMetadata()
| google::protobuf::Metadata operations_research::MPModelProto_Annotation::GetMetadata | ( | ) | const |
◆ GetReflection()
|
inlinestatic |
◆ has_payload_key()
|
inline |
◆ has_payload_value()
|
inline |
◆ has_target_index()
|
inline |
◆ has_target_name()
|
inline |
◆ has_target_type()
|
inline |
◆ InternalGenerateClassData_()
|
staticconstexpr |
◆ IsInitialized()
|
inline |
◆ MergeFrom()
|
inline |
◆ mutable_payload_key()
|
inline |
◆ mutable_payload_value()
|
inline |
◆ mutable_target_name()
|
inline |
◆ mutable_unknown_fields()
|
inline |
◆ New()
|
inline |
◆ operator=() [1/2]
|
inline |
◆ operator=() [2/2]
|
inlinenoexcept |
◆ payload_key()
|
inline |
◆ payload_value()
|
inline |
◆ release_payload_key()
|
inlinenodiscard |
◆ release_payload_value()
|
inlinenodiscard |
◆ release_target_name()
|
inlinenodiscard |
◆ set_allocated_payload_key()
|
inline |
◆ set_allocated_payload_value()
|
inline |
◆ set_allocated_target_name()
|
inline |
◆ set_payload_key() [1/2]
template<typename Arg_, typename... Args_>
| PROTOBUF_ALWAYS_INLINE void operations_research::MPModelProto_Annotation::set_payload_key | ( | Arg_ && | arg, |
| Args_... | args ) |
◆ set_payload_key() [2/2]
template<typename Arg_ = const ::std::string&, typename... Args_>
| void operations_research::MPModelProto_Annotation::set_payload_key | ( | Arg_ && | arg, |
| Args_... | args ) |
◆ set_payload_value() [1/2]
template<typename Arg_, typename... Args_>
| PROTOBUF_ALWAYS_INLINE void operations_research::MPModelProto_Annotation::set_payload_value | ( | Arg_ && | arg, |
| Args_... | args ) |
◆ set_payload_value() [2/2]
template<typename Arg_ = const ::std::string&, typename... Args_>
| void operations_research::MPModelProto_Annotation::set_payload_value | ( | Arg_ && | arg, |
| Args_... | args ) |
◆ set_target_index()
|
inline |
◆ set_target_name() [1/2]
template<typename Arg_, typename... Args_>
| PROTOBUF_ALWAYS_INLINE void operations_research::MPModelProto_Annotation::set_target_name | ( | Arg_ && | arg, |
| Args_... | args ) |
◆ set_target_name() [2/2]
template<typename Arg_ = const ::std::string&, typename... Args_>
| void operations_research::MPModelProto_Annotation::set_target_name | ( | Arg_ && | arg, |
| Args_... | args ) |
◆ set_target_type()
◆ Swap()
|
inline |
◆ target_index()
|
inline |
◆ target_name()
|
inline |
◆ target_type()
◆ TargetType_descriptor()
|
inlinestatic |
◆ TargetType_IsValid()
|
inlinestatic |
◆ TargetType_Name()
template<typename T>
|
inlinestatic |
◆ TargetType_Parse()
|
inlinestatic |
◆ unknown_fields()
|
inline |
◆ UnsafeArenaSwap()
|
inline |
◆ ::google::protobuf::Arena
|
friend class ::google::protobuf::Arena |
friend |
◆ ::google::protobuf::Arena::InternalHelper
template<typename T>
|
friend class ::google::protobuf::Arena::InternalHelper |
friend |
◆ ::google::protobuf::internal::TcParser
|
friend class ::google::protobuf::internal::TcParser |
friend |
◆ ::google::protobuf::MessageLite
|
friend class ::google::protobuf::MessageLite |
friend |
◆ ::TableStruct_ortools_2flinear_5fsolver_2flinear_5fsolver_2eproto
|
friend struct ::TableStruct_ortools_2flinear_5fsolver_2flinear_5fsolver_2eproto |
friend |
◆ swap
|
friend |
◆ _impl_
Impl_ operations_research::MPModelProto_Annotation::_impl_
◆ CONSTRAINT
◆ GENERAL_CONSTRAINT
◆ kIndexInFileMessages
|
int operations_research::MPModelProto_Annotation::kIndexInFileMessages = 11 |
staticconstexpr |
◆ TargetType_ARRAYSIZE
◆ TargetType_MAX
◆ TargetType_MIN
◆ VARIABLE_DEFAULT
The documentation for this class was generated from the following files:
- build/ortools/linear_solver/linear_solver.pb.h
- build/ortools/linear_solver/linear_solver.pb.cc