![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 653 of file set_cover.pb.h.
#include <set_cover.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kSubsetFieldNumber = 1 , kNameFieldNumber = 2 , kFingerprintFieldNumber = 3 } |
accessors ----------------------------------------------------— More... | |
using | Subset = SetCoverProto_Subset |
nested types -------------------------------------------------— |
Public Member Functions | |
SetCoverProto () | |
~SetCoverProto () PROTOBUF_FINAL | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | SetCoverProto (::google::protobuf::internal::ConstantInitialized) |
SetCoverProto (const SetCoverProto &from) | |
SetCoverProto (SetCoverProto &&from) noexcept | |
SetCoverProto & | operator= (const SetCoverProto &from) |
SetCoverProto & | operator= (SetCoverProto &&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 (SetCoverProto *PROTOBUF_NONNULL other) |
void | UnsafeArenaSwap (SetCoverProto *PROTOBUF_NONNULL other) |
SetCoverProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
implements Message -------------------------------------------— | |
void | CopyFrom (const SetCoverProto &from) |
void | MergeFrom (const SetCoverProto &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 |
int | subset_size () const |
repeated .operations_research.SetCoverProto.Subset subset = 1; | |
void | clear_subset () |
::operations_research::SetCoverProto_Subset *PROTOBUF_NONNULL | mutable_subset (int index) |
::google::protobuf::RepeatedPtrField<::operations_research::SetCoverProto_Subset > *PROTOBUF_NONNULL | mutable_subset () |
const ::operations_research::SetCoverProto_Subset & | subset (int index) const |
::operations_research::SetCoverProto_Subset *PROTOBUF_NONNULL | add_subset () |
const ::google::protobuf::RepeatedPtrField<::operations_research::SetCoverProto_Subset > & | subset () const |
bool | has_name () const |
optional string name = 2; | |
void | clear_name () |
const ::std::string & | name () const |
template<typename Arg_ = const ::std::string&, typename... Args_> | |
void | set_name (Arg_ &&arg, Args_... args) |
::std::string *PROTOBUF_NONNULL | mutable_name () |
::std::string *PROTOBUF_NULLABLE | release_name () |
void | set_allocated_name (::std::string *PROTOBUF_NULLABLE value) |
bool | has_fingerprint () const |
optional .operations_research.Int128 fingerprint = 3; | |
void | clear_fingerprint () |
const ::operations_research::Int128 & | fingerprint () const |
::operations_research::Int128 *PROTOBUF_NULLABLE | release_fingerprint () |
::operations_research::Int128 *PROTOBUF_NONNULL | mutable_fingerprint () |
void | set_allocated_fingerprint (::operations_research::Int128 *PROTOBUF_NULLABLE value) |
void | unsafe_arena_set_allocated_fingerprint (::operations_research::Int128 *PROTOBUF_NULLABLE value) |
::operations_research::Int128 *PROTOBUF_NULLABLE | unsafe_arena_release_fingerprint () |
template<typename> | |
PROTOBUF_CONSTEXPR | SetCoverProto (::_pbi::ConstantInitialized) |
template<typename Arg_, typename... Args_> | |
PROTOBUF_ALWAYS_INLINE void | set_name (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 SetCoverProto & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 1 |
Protected Member Functions | |
SetCoverProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
SetCoverProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const SetCoverProto &from) | |
SetCoverProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, SetCoverProto &&from) noexcept | |
const ::google::protobuf::internal::ClassData *PROTOBUF_NONNULL | GetClassData () const PROTOBUF_FINAL |
Static Protected Member Functions | |
static void *PROTOBUF_NONNULL | PlacementNew_ (const void *PROTOBUF_NONNULL, void *PROTOBUF_NONNULL mem, ::google::protobuf::Arena *PROTOBUF_NULLABLE arena) |
static constexpr auto | InternalNewImpl_ () |
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_2fset_5fcover_2fset_5fcover_2eproto |
void | swap (SetCoverProto &a, SetCoverProto &b) |
nested types -------------------------------------------------—
Definition at line 793 of file set_cover.pb.h.
anonymous enum : int |
accessors ----------------------------------------------------—
Enumerator | |
---|---|
kSubsetFieldNumber | |
kNameFieldNumber | |
kFingerprintFieldNumber |
Definition at line 796 of file set_cover.pb.h.
|
inline |
Definition at line 656 of file set_cover.pb.h.
operations_research::SetCoverProto::~SetCoverProto | ( | ) |
@protoc_insertion_point(destructor:operations_research.SetCoverProto)
Definition at line 570 of file set_cover.pb.cc.
|
explicit |
|
inline |
Definition at line 669 of file set_cover.pb.h.
|
inlinenoexcept |
Definition at line 670 of file set_cover.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.SetCoverProto)
Definition at line 521 of file set_cover.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.SetCoverProto)
Definition at line 539 of file set_cover.pb.cc.
|
inlineprotectednoexcept |
Definition at line 777 of file set_cover.pb.h.
PROTOBUF_CONSTEXPR operations_research::SetCoverProto::SetCoverProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 98 of file set_cover.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.SetCoverProto)
repeated .operations_research.SetCoverProto.Subset subset = 1;
optional string name = 2;
optional .operations_research.Int128 fingerprint = 3;
@protoc_insertion_point(serialize_to_array_end:operations_research.SetCoverProto)
Definition at line 718 of file set_cover.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.SetCoverProto.subset)
Definition at line 1011 of file set_cover.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.SetCoverProto)
Prevent compiler warnings about cached_has_bits being unused
repeated .operations_research.SetCoverProto.Subset subset = 1;
optional string name = 2;
optional .operations_research.Int128 fingerprint = 3;
Definition at line 767 of file set_cover.pb.cc.
PROTOBUF_NOINLINE void operations_research::SetCoverProto::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.SetCoverProto)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 690 of file set_cover.pb.cc.
void operations_research::SetCoverProto::clear_fingerprint | ( | ) |
Definition at line 516 of file set_cover.pb.cc.
|
inline |
Definition at line 1039 of file set_cover.pb.h.
|
inline |
Definition at line 991 of file set_cover.pb.h.
void operations_research::SetCoverProto::CopyFrom | ( | const SetCoverProto & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.SetCoverProto)
Definition at line 833 of file set_cover.pb.cc.
|
inlinestatic |
Definition at line 704 of file set_cover.pb.h.
|
inlinestatic |
Definition at line 695 of file set_cover.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.SetCoverProto.fingerprint)
Definition at line 1114 of file set_cover.pb.h.
|
inline |
Definition at line 763 of file set_cover.pb.h.
|
protected |
Definition at line 632 of file set_cover.pb.cc.
|
inlinestatic |
Definition at line 698 of file set_cover.pb.h.
google::protobuf::Metadata operations_research::SetCoverProto::GetMetadata | ( | ) | const |
Definition at line 852 of file set_cover.pb.cc.
|
inlinestatic |
Definition at line 701 of file set_cover.pb.h.
|
inline |
optional .operations_research.Int128 fingerprint = 3;
Definition at line 1104 of file set_cover.pb.h.
|
inline |
optional string name = 2;
Definition at line 1035 of file set_cover.pb.h.
|
staticconstexpr |
Definition at line 604 of file set_cover.pb.cc.
|
staticconstexprprotected |
Definition at line 588 of file set_cover.pb.cc.
|
inline |
Definition at line 739 of file set_cover.pb.h.
|
inline |
Definition at line 732 of file set_cover.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.SetCoverProto.fingerprint)
Definition at line 1168 of file set_cover.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.SetCoverProto.name)
Definition at line 1056 of file set_cover.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.SetCoverProto.subset)
Definition at line 1000 of file set_cover.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.SetCoverProto.subset)
Definition at line 995 of file set_cover.pb.h.
|
inline |
Definition at line 690 of file set_cover.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.SetCoverProto.name)
Definition at line 1044 of file set_cover.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 726 of file set_cover.pb.h.
|
inline |
Definition at line 672 of file set_cover.pb.h.
|
inlinenoexcept |
Definition at line 676 of file set_cover.pb.h.
|
inlinestaticprotected |
Definition at line 583 of file set_cover.pb.cc.
|
inlinenodiscard |
Definition at line 1132 of file set_cover.pb.h.
|
inlinenodiscard |
@protoc_insertion_point(field_release:operations_research.SetCoverProto.name)
Definition at line 1076 of file set_cover.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.SetCoverProto.fingerprint)
Definition at line 1175 of file set_cover.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.SetCoverProto.name)
Definition at line 1089 of file set_cover.pb.h.
void operations_research::SetCoverProto::set_name | ( | Arg_ && | arg, |
Args_... | args ) |
PROTOBUF_ALWAYS_INLINE void operations_research::SetCoverProto::set_name | ( | Arg_ && | arg, |
Args_... | args ) |
@protoc_insertion_point(field_set:operations_research.SetCoverProto.name)
Definition at line 1050 of file set_cover.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.SetCoverProto.subset)
Definition at line 1018 of file set_cover.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.SetCoverProto.subset)
Definition at line 1006 of file set_cover.pb.h.
|
inline |
repeated .operations_research.SetCoverProto.Subset subset = 1;
Definition at line 988 of file set_cover.pb.h.
|
inline |
Definition at line 710 of file set_cover.pb.h.
|
inline |
Definition at line 686 of file set_cover.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.SetCoverProto.fingerprint)
Definition at line 1151 of file set_cover.pb.h.
|
inline |
@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.SetCoverProto.fingerprint)
Definition at line 1118 of file set_cover.pb.h.
|
inline |
Definition at line 718 of file set_cover.pb.h.
|
friend |
Definition at line 859 of file set_cover.pb.h.
|
friend |
Definition at line 861 of file set_cover.pb.h.
|
friend |
Definition at line 852 of file set_cover.pb.h.
|
friend |
Definition at line 858 of file set_cover.pb.h.
|
friend |
Definition at line 881 of file set_cover.pb.h.
|
friend |
Definition at line 709 of file set_cover.pb.h.
Impl_ operations_research::SetCoverProto::_impl_ |
Definition at line 880 of file set_cover.pb.h.
|
staticconstexpr |
Definition at line 708 of file set_cover.pb.h.