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

Detailed Description

Definition at line 651 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 }
using Subset = SetCoverProto_Subset

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
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
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
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
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

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kSubsetFieldNumber 
kNameFieldNumber 
kFingerprintFieldNumber 

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

Constructor & Destructor Documentation

◆ SetCoverProto() [1/5]

operations_research::SetCoverProto::SetCoverProto ( )
inline

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

◆ ~SetCoverProto()

operations_research::SetCoverProto::~SetCoverProto ( )

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

◆ SetCoverProto() [2/5]

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

◆ SetCoverProto() [3/5]

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

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

◆ SetCoverProto() [4/5]

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

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

◆ SetCoverProto() [5/5]

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

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

◆ add_subset()

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

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

◆ ByteSizeLong()

size_t operations_research::SetCoverProto::ByteSizeLong ( ) const
final

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

◆ Clear()

PROTOBUF_NOINLINE void operations_research::SetCoverProto::Clear ( )

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

◆ clear_fingerprint()

void operations_research::SetCoverProto::clear_fingerprint ( )

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

◆ clear_name()

void operations_research::SetCoverProto::clear_name ( )
inline

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

◆ clear_subset()

void operations_research::SetCoverProto::clear_subset ( )
inline

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

◆ CopyFrom()

void operations_research::SetCoverProto::CopyFrom ( const SetCoverProto & from)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ fingerprint()

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

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_fingerprint()

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

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

◆ has_name()

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

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

◆ InternalGenerateClassData_()

auto operations_research::SetCoverProto::InternalGenerateClassData_ ( )
staticconstexpr

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_fingerprint()

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

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

◆ mutable_name()

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

Definition at line 1065 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

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

◆ mutable_subset() [2/2]

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

Definition at line 999 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 688 of file set_cover.pb.h.

◆ name()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_fingerprint()

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

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

◆ release_name()

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

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

◆ set_allocated_fingerprint()

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

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

◆ set_allocated_name()

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

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

◆ set_name() [1/2]

template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void operations_research::SetCoverProto::set_name ( Arg_ && arg,
Args_... args )

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

◆ set_name() [2/2]

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

◆ subset() [1/2]

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

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

◆ subset() [2/2]

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

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

◆ subset_size()

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

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_fingerprint()

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

Definition at line 1159 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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fset_5fcover_2fset_5fcover_2eproto

friend struct ::TableStruct_ortools_2fset_5fcover_2fset_5fcover_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::SetCoverProto::_impl_

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

◆ kIndexInFileMessages

int operations_research::SetCoverProto::kIndexInFileMessages = 1
staticconstexpr

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


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