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

Detailed Description

Definition at line 83 of file capacity.pb.h.

#include <capacity.pb.h>

Inheritance diagram for operations_research::CapacityConstraintProto_CapacityTerm_ElementWeightPair:

Classes

class  _Internal

Public Types

enum  : int { kElementFieldNumber = 1 , kWeightFieldNumber = 2 }
 nested types -------------------------------------------------— More...

Public Member Functions

 CapacityConstraintProto_CapacityTerm_ElementWeightPair ()
 ~CapacityConstraintProto_CapacityTerm_ElementWeightPair () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR CapacityConstraintProto_CapacityTerm_ElementWeightPair (::google::protobuf::internal::ConstantInitialized)
 CapacityConstraintProto_CapacityTerm_ElementWeightPair (const CapacityConstraintProto_CapacityTerm_ElementWeightPair &from)
 CapacityConstraintProto_CapacityTerm_ElementWeightPair (CapacityConstraintProto_CapacityTerm_ElementWeightPair &&from) noexcept
CapacityConstraintProto_CapacityTerm_ElementWeightPairoperator= (const CapacityConstraintProto_CapacityTerm_ElementWeightPair &from)
CapacityConstraintProto_CapacityTerm_ElementWeightPairoperator= (CapacityConstraintProto_CapacityTerm_ElementWeightPair &&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 (CapacityConstraintProto_CapacityTerm_ElementWeightPair *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (CapacityConstraintProto_CapacityTerm_ElementWeightPair *PROTOBUF_NONNULL other)
CapacityConstraintProto_CapacityTerm_ElementWeightPair *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const CapacityConstraintProto_CapacityTerm_ElementWeightPair &from)
void MergeFrom (const CapacityConstraintProto_CapacityTerm_ElementWeightPair &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
void clear_element ()
 int64 element = 1;
::int64_t element () const
void set_element (::int64_t value)
void clear_weight ()
 int64 weight = 2;
::int64_t weight () const
void set_weight (::int64_t value)
template<typename>
PROTOBUF_CONSTEXPR CapacityConstraintProto_CapacityTerm_ElementWeightPair (::_pbi::ConstantInitialized)

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 CapacityConstraintProto_CapacityTerm_ElementWeightPairdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 0

Protected Member Functions

 CapacityConstraintProto_CapacityTerm_ElementWeightPair (::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
 CapacityConstraintProto_CapacityTerm_ElementWeightPair (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const CapacityConstraintProto_CapacityTerm_ElementWeightPair &from)
 CapacityConstraintProto_CapacityTerm_ElementWeightPair (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, CapacityConstraintProto_CapacityTerm_ElementWeightPair &&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_2fcapacity_2eproto
void swap (CapacityConstraintProto_CapacityTerm_ElementWeightPair &a, CapacityConstraintProto_CapacityTerm_ElementWeightPair &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kElementFieldNumber 
kWeightFieldNumber 

Definition at line 225 of file capacity.pb.h.

Constructor & Destructor Documentation

◆ CapacityConstraintProto_CapacityTerm_ElementWeightPair() [1/8]

operations_research::CapacityConstraintProto_CapacityTerm_ElementWeightPair::CapacityConstraintProto_CapacityTerm_ElementWeightPair ( )
inline

Definition at line 86 of file capacity.pb.h.

◆ ~CapacityConstraintProto_CapacityTerm_ElementWeightPair()

operations_research::CapacityConstraintProto_CapacityTerm_ElementWeightPair::~CapacityConstraintProto_CapacityTerm_ElementWeightPair ( )

@protoc_insertion_point(destructor:operations_research.CapacityConstraintProto.CapacityTerm.ElementWeightPair)

Definition at line 228 of file capacity.pb.cc.

◆ CapacityConstraintProto_CapacityTerm_ElementWeightPair() [2/8]

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

◆ CapacityConstraintProto_CapacityTerm_ElementWeightPair() [3/8]

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

Definition at line 99 of file capacity.pb.h.

◆ CapacityConstraintProto_CapacityTerm_ElementWeightPair() [4/8]

operations_research::CapacityConstraintProto_CapacityTerm_ElementWeightPair::CapacityConstraintProto_CapacityTerm_ElementWeightPair ( CapacityConstraintProto_CapacityTerm_ElementWeightPair && from)
inlinenoexcept

Definition at line 100 of file capacity.pb.h.

◆ CapacityConstraintProto_CapacityTerm_ElementWeightPair() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.CapacityConstraintProto.CapacityTerm.ElementWeightPair)

Definition at line 194 of file capacity.pb.cc.

◆ CapacityConstraintProto_CapacityTerm_ElementWeightPair() [6/8]

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

Definition at line 203 of file capacity.pb.cc.

◆ CapacityConstraintProto_CapacityTerm_ElementWeightPair() [7/8]

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

Definition at line 207 of file capacity.pb.h.

◆ CapacityConstraintProto_CapacityTerm_ElementWeightPair() [8/8]

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

Definition at line 36 of file capacity.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::CapacityConstraintProto_CapacityTerm_ElementWeightPair::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
final

@protoc_insertion_point(serialize_to_array_start:operations_research.CapacityConstraintProto.CapacityTerm.ElementWeightPair)

int64 element = 1;

int64 weight = 2;

@protoc_insertion_point(serialize_to_array_end:operations_research.CapacityConstraintProto.CapacityTerm.ElementWeightPair)

Definition at line 344 of file capacity.pb.cc.

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.CapacityConstraintProto.CapacityTerm.ElementWeightPair)

Prevent compiler warnings about cached_has_bits being unused

int64 element = 1;

int64 weight = 2;

Definition at line 384 of file capacity.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::CapacityConstraintProto_CapacityTerm_ElementWeightPair::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.CapacityConstraintProto.CapacityTerm.ElementWeightPair)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 321 of file capacity.pb.cc.

◆ clear_element()

void operations_research::CapacityConstraintProto_CapacityTerm_ElementWeightPair::clear_element ( )
inline

int64 element = 1;

CapacityConstraintProto_CapacityTerm_ElementWeightPair.

int64 element = 1;

Definition at line 741 of file capacity.pb.h.

◆ clear_weight()

void operations_research::CapacityConstraintProto_CapacityTerm_ElementWeightPair::clear_weight ( )
inline

int64 weight = 2;

Definition at line 765 of file capacity.pb.h.

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.CapacityConstraintProto.CapacityTerm.ElementWeightPair)

Definition at line 441 of file capacity.pb.cc.

◆ default_instance()

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

Definition at line 134 of file capacity.pb.h.

◆ descriptor()

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

Definition at line 125 of file capacity.pb.h.

◆ element()

int64_t operations_research::CapacityConstraintProto_CapacityTerm_ElementWeightPair::element ( ) const
inline

@protoc_insertion_point(field_get:operations_research.CapacityConstraintProto.CapacityTerm.ElementWeightPair.element)

Definition at line 746 of file capacity.pb.h.

◆ GetCachedSize()

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

Definition at line 193 of file capacity.pb.h.

◆ GetClassData()

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

Definition at line 276 of file capacity.pb.cc.

◆ GetDescriptor()

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

Definition at line 128 of file capacity.pb.h.

◆ GetMetadata()

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

Definition at line 461 of file capacity.pb.cc.

◆ GetReflection()

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

Definition at line 131 of file capacity.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::CapacityConstraintProto_CapacityTerm_ElementWeightPair::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 248 of file capacity.pb.cc.

◆ InternalNewImpl_()

auto operations_research::CapacityConstraintProto_CapacityTerm_ElementWeightPair::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 244 of file capacity.pb.cc.

◆ IsInitialized()

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

Definition at line 169 of file capacity.pb.h.

◆ MergeFrom()

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

Definition at line 162 of file capacity.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 120 of file capacity.pb.h.

◆ New()

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

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

Definition at line 156 of file capacity.pb.h.

◆ operator=() [1/2]

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

Definition at line 106 of file capacity.pb.h.

◆ operator=() [2/2]

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

Definition at line 102 of file capacity.pb.h.

◆ PlacementNew_()

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

Definition at line 239 of file capacity.pb.cc.

◆ set_element()

void operations_research::CapacityConstraintProto_CapacityTerm_ElementWeightPair::set_element ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.CapacityConstraintProto.CapacityTerm.ElementWeightPair.element)

Definition at line 750 of file capacity.pb.h.

◆ set_weight()

void operations_research::CapacityConstraintProto_CapacityTerm_ElementWeightPair::set_weight ( ::int64_t value)
inline

@protoc_insertion_point(field_set:operations_research.CapacityConstraintProto.CapacityTerm.ElementWeightPair.weight)

Definition at line 774 of file capacity.pb.h.

◆ Swap()

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

Definition at line 140 of file capacity.pb.h.

◆ unknown_fields()

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

Definition at line 116 of file capacity.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 148 of file capacity.pb.h.

◆ weight()

int64_t operations_research::CapacityConstraintProto_CapacityTerm_ElementWeightPair::weight ( ) const
inline

@protoc_insertion_point(field_get:operations_research.CapacityConstraintProto.CapacityTerm.ElementWeightPair.weight)

Definition at line 770 of file capacity.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 259 of file capacity.pb.h.

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

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

Definition at line 261 of file capacity.pb.h.

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

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

Definition at line 252 of file capacity.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 258 of file capacity.pb.h.

◆ ::TableStruct_ortools_2fset_5fcover_2fcapacity_2eproto

Definition at line 280 of file capacity.pb.h.

◆ swap

Member Data Documentation

◆ _impl_

Impl_ operations_research::CapacityConstraintProto_CapacityTerm_ElementWeightPair::_impl_

Definition at line 279 of file capacity.pb.h.

◆ kIndexInFileMessages

int operations_research::CapacityConstraintProto_CapacityTerm_ElementWeightPair::kIndexInFileMessages = 0
staticconstexpr

Definition at line 138 of file capacity.pb.h.


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