Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::SetCoverProto Class Referencefinal

Detailed Description

Definition at line 653 of file set_cover.pb.h.

#include <set_cover.pb.h>

Inheritance diagram for operations_research::SetCoverProto:

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
SetCoverProtooperator= (const SetCoverProto &from)
SetCoverProtooperator= (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_Subsetsubset (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::Int128fingerprint () 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 SetCoverProtodefault_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)

Member Typedef Documentation

◆ Subset

nested types -------------------------------------------------—

Definition at line 793 of file set_cover.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

accessors ----------------------------------------------------—

Enumerator
kSubsetFieldNumber 
kNameFieldNumber 
kFingerprintFieldNumber 

Definition at line 796 of file set_cover.pb.h.

Constructor & Destructor Documentation

◆ SetCoverProto() [1/8]

operations_research::SetCoverProto::SetCoverProto ( )
inline

Definition at line 656 of file set_cover.pb.h.

◆ ~SetCoverProto()

operations_research::SetCoverProto::~SetCoverProto ( )

@protoc_insertion_point(destructor:operations_research.SetCoverProto)

Definition at line 570 of file set_cover.pb.cc.

◆ SetCoverProto() [2/8]

template<typename = void>
PROTOBUF_CONSTEXPR operations_research::SetCoverProto::SetCoverProto ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ SetCoverProto() [3/8]

operations_research::SetCoverProto::SetCoverProto ( const SetCoverProto & from)
inline

Definition at line 669 of file set_cover.pb.h.

◆ SetCoverProto() [4/8]

operations_research::SetCoverProto::SetCoverProto ( SetCoverProto && from)
inlinenoexcept

Definition at line 670 of file set_cover.pb.h.

◆ SetCoverProto() [5/8]

operations_research::SetCoverProto::SetCoverProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.SetCoverProto)

Definition at line 521 of file set_cover.pb.cc.

◆ SetCoverProto() [6/8]

operations_research::SetCoverProto::SetCoverProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
const SetCoverProto & from )
protected

@protoc_insertion_point(copy_constructor:operations_research.SetCoverProto)

Definition at line 539 of file set_cover.pb.cc.

◆ SetCoverProto() [7/8]

operations_research::SetCoverProto::SetCoverProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
SetCoverProto && from )
inlineprotectednoexcept

Definition at line 777 of file set_cover.pb.h.

◆ SetCoverProto() [8/8]

template<typename>
PROTOBUF_CONSTEXPR operations_research::SetCoverProto::SetCoverProto ( ::_pbi::ConstantInitialized )

Definition at line 98 of file set_cover.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::SetCoverProto::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
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.

◆ add_subset()

operations_research::SetCoverProto_Subset *PROTOBUF_NONNULL operations_research::SetCoverProto::add_subset ( )
inline

@protoc_insertion_point(field_add:operations_research.SetCoverProto.subset)

Definition at line 1011 of file set_cover.pb.h.

◆ ByteSizeLong()

size_t operations_research::SetCoverProto::ByteSizeLong ( ) const
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.

◆ Clear()

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.

◆ clear_fingerprint()

void operations_research::SetCoverProto::clear_fingerprint ( )

Definition at line 516 of file set_cover.pb.cc.

◆ clear_name()

void operations_research::SetCoverProto::clear_name ( )
inline

Definition at line 1039 of file set_cover.pb.h.

◆ clear_subset()

void operations_research::SetCoverProto::clear_subset ( )
inline

Definition at line 991 of file set_cover.pb.h.

◆ CopyFrom()

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.

◆ default_instance()

const SetCoverProto & operations_research::SetCoverProto::default_instance ( )
inlinestatic

Definition at line 704 of file set_cover.pb.h.

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::SetCoverProto::descriptor ( )
inlinestatic

Definition at line 695 of file set_cover.pb.h.

◆ fingerprint()

const::operations_research::Int128 & operations_research::SetCoverProto::fingerprint ( ) const
inline

@protoc_insertion_point(field_get:operations_research.SetCoverProto.fingerprint)

Definition at line 1114 of file set_cover.pb.h.

◆ GetCachedSize()

int operations_research::SetCoverProto::GetCachedSize ( ) const
inline

Definition at line 763 of file set_cover.pb.h.

◆ GetClassData()

PROTOBUF_ATTRIBUTE_WEAKconst::google::protobuf::internal::ClassData *PROTOBUF_NONNULL operations_research::SetCoverProto::GetClassData ( ) const
protected

Definition at line 632 of file set_cover.pb.cc.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::SetCoverProto::GetDescriptor ( )
inlinestatic

Definition at line 698 of file set_cover.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::SetCoverProto::GetMetadata ( ) const

Definition at line 852 of file set_cover.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::SetCoverProto::GetReflection ( )
inlinestatic

Definition at line 701 of file set_cover.pb.h.

◆ has_fingerprint()

bool operations_research::SetCoverProto::has_fingerprint ( ) const
inline

optional .operations_research.Int128 fingerprint = 3;

Definition at line 1104 of file set_cover.pb.h.

◆ has_name()

bool operations_research::SetCoverProto::has_name ( ) const
inline

optional string name = 2;

Definition at line 1035 of file set_cover.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::SetCoverProto::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 604 of file set_cover.pb.cc.

◆ InternalNewImpl_()

auto operations_research::SetCoverProto::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 588 of file set_cover.pb.cc.

◆ IsInitialized()

bool operations_research::SetCoverProto::IsInitialized ( ) const
inline

Definition at line 739 of file set_cover.pb.h.

◆ MergeFrom()

void operations_research::SetCoverProto::MergeFrom ( const SetCoverProto & from)
inline

Definition at line 732 of file set_cover.pb.h.

◆ mutable_fingerprint()

operations_research::Int128 *PROTOBUF_NONNULL operations_research::SetCoverProto::mutable_fingerprint ( )
inline

@protoc_insertion_point(field_mutable:operations_research.SetCoverProto.fingerprint)

Definition at line 1168 of file set_cover.pb.h.

◆ mutable_name()

std::string *PROTOBUF_NONNULL operations_research::SetCoverProto::mutable_name ( )
inline

@protoc_insertion_point(field_mutable:operations_research.SetCoverProto.name)

Definition at line 1056 of file set_cover.pb.h.

◆ mutable_subset() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::SetCoverProto_Subset > *PROTOBUF_NONNULL operations_research::SetCoverProto::mutable_subset ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.SetCoverProto.subset)

Definition at line 1000 of file set_cover.pb.h.

◆ mutable_subset() [2/2]

operations_research::SetCoverProto_Subset *PROTOBUF_NONNULL operations_research::SetCoverProto::mutable_subset ( int index)
inline

@protoc_insertion_point(field_mutable:operations_research.SetCoverProto.subset)

Definition at line 995 of file set_cover.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::SetCoverProto::mutable_unknown_fields ( )
inline

Definition at line 690 of file set_cover.pb.h.

◆ name()

const::std::string & operations_research::SetCoverProto::name ( ) const
inline

@protoc_insertion_point(field_get:operations_research.SetCoverProto.name)

Definition at line 1044 of file set_cover.pb.h.

◆ New()

SetCoverProto *PROTOBUF_NONNULL operations_research::SetCoverProto::New ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena = nullptr) const
inline

implements Message -------------------------------------------—

Definition at line 726 of file set_cover.pb.h.

◆ operator=() [1/2]

SetCoverProto & operations_research::SetCoverProto::operator= ( const SetCoverProto & from)
inline

Definition at line 672 of file set_cover.pb.h.

◆ operator=() [2/2]

SetCoverProto & operations_research::SetCoverProto::operator= ( SetCoverProto && from)
inlinenoexcept

Definition at line 676 of file set_cover.pb.h.

◆ PlacementNew_()

void *PROTOBUF_NONNULL operations_research::SetCoverProto::PlacementNew_ ( const void * PROTOBUF_NONNULL,
void *PROTOBUF_NONNULL mem,
::google::protobuf::Arena *PROTOBUF_NULLABLE arena )
inlinestaticprotected

Definition at line 583 of file set_cover.pb.cc.

◆ release_fingerprint()

operations_research::Int128 *PROTOBUF_NULLABLE operations_research::SetCoverProto::release_fingerprint ( )
inlinenodiscard

Definition at line 1132 of file set_cover.pb.h.

◆ release_name()

std::string *PROTOBUF_NULLABLE operations_research::SetCoverProto::release_name ( )
inlinenodiscard

@protoc_insertion_point(field_release:operations_research.SetCoverProto.name)

Definition at line 1076 of file set_cover.pb.h.

◆ set_allocated_fingerprint()

void operations_research::SetCoverProto::set_allocated_fingerprint ( ::operations_research::Int128 *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.SetCoverProto.fingerprint)

Definition at line 1175 of file set_cover.pb.h.

◆ set_allocated_name()

void operations_research::SetCoverProto::set_allocated_name ( ::std::string *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.SetCoverProto.name)

Definition at line 1089 of file set_cover.pb.h.

◆ set_name() [1/2]

template<typename Arg_ = const ::std::string&, typename... Args_>
void operations_research::SetCoverProto::set_name ( Arg_ && arg,
Args_... args )

◆ set_name() [2/2]

template<typename Arg_, typename... 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.

◆ subset() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::SetCoverProto_Subset > & operations_research::SetCoverProto::subset ( ) const
inline

@protoc_insertion_point(field_list:operations_research.SetCoverProto.subset)

Definition at line 1018 of file set_cover.pb.h.

◆ subset() [2/2]

const::operations_research::SetCoverProto_Subset & operations_research::SetCoverProto::subset ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.SetCoverProto.subset)

Definition at line 1006 of file set_cover.pb.h.

◆ subset_size()

int operations_research::SetCoverProto::subset_size ( ) const
inline

repeated .operations_research.SetCoverProto.Subset subset = 1;

Definition at line 988 of file set_cover.pb.h.

◆ Swap()

void operations_research::SetCoverProto::Swap ( SetCoverProto *PROTOBUF_NONNULL other)
inline

Definition at line 710 of file set_cover.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::SetCoverProto::unknown_fields ( ) const
inline

Definition at line 686 of file set_cover.pb.h.

◆ unsafe_arena_release_fingerprint()

operations_research::Int128 *PROTOBUF_NULLABLE operations_research::SetCoverProto::unsafe_arena_release_fingerprint ( )
inline

@protoc_insertion_point(field_release:operations_research.SetCoverProto.fingerprint)

Definition at line 1151 of file set_cover.pb.h.

◆ unsafe_arena_set_allocated_fingerprint()

void operations_research::SetCoverProto::unsafe_arena_set_allocated_fingerprint ( ::operations_research::Int128 *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.SetCoverProto.fingerprint)

Definition at line 1118 of file set_cover.pb.h.

◆ UnsafeArenaSwap()

void operations_research::SetCoverProto::UnsafeArenaSwap ( SetCoverProto *PROTOBUF_NONNULL other)
inline

Definition at line 718 of file set_cover.pb.h.

◆ ::google::protobuf::Arena

friend class ::google::protobuf::Arena
friend

Definition at line 859 of file set_cover.pb.h.

◆ ::google::protobuf::Arena::InternalHelper

template<typename T>
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 861 of file set_cover.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 852 of file set_cover.pb.h.

◆ ::google::protobuf::MessageLite

friend class ::google::protobuf::MessageLite
friend

Definition at line 858 of file set_cover.pb.h.

◆ ::TableStruct_ortools_2fset_5fcover_2fset_5fcover_2eproto

Definition at line 881 of file set_cover.pb.h.

◆ swap

void swap ( SetCoverProto & a,
SetCoverProto & b )
friend

Definition at line 709 of file set_cover.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::SetCoverProto::_impl_

Definition at line 880 of file set_cover.pb.h.

◆ kIndexInFileMessages

int operations_research::SetCoverProto::kIndexInFileMessages = 1
staticconstexpr

Definition at line 708 of file set_cover.pb.h.


The documentation for this class was generated from the following files: