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

Detailed Description

Definition at line 788 of file rcpsp.pb.h.

#include <rcpsp.pb.h>

Inheritance diagram for operations_research::scheduling::rcpsp::PerRecipeDelays:

Classes

class  _Internal

Public Types

enum  : int { kMinDelaysFieldNumber = 1 }
 nested types -------------------------------------------------— More...

Public Member Functions

 PerRecipeDelays ()
 ~PerRecipeDelays () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR PerRecipeDelays (::google::protobuf::internal::ConstantInitialized)
 PerRecipeDelays (const PerRecipeDelays &from)
 PerRecipeDelays (PerRecipeDelays &&from) noexcept
PerRecipeDelaysoperator= (const PerRecipeDelays &from)
PerRecipeDelaysoperator= (PerRecipeDelays &&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 (PerRecipeDelays *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (PerRecipeDelays *PROTOBUF_NONNULL other)
PerRecipeDelays *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const PerRecipeDelays &from)
void MergeFrom (const PerRecipeDelays &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 min_delays_size () const
 repeated int32 min_delays = 1;
void clear_min_delays ()
::int32_t min_delays (int index) const
void set_min_delays (int index, ::int32_t value)
void add_min_delays (::int32_t value)
const ::google::protobuf::RepeatedField<::int32_t > & min_delays () const
::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL mutable_min_delays ()
template<typename>
PROTOBUF_CONSTEXPR PerRecipeDelays (::_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 PerRecipeDelaysdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 2

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kMinDelaysFieldNumber 

Definition at line 930 of file rcpsp.pb.h.

Constructor & Destructor Documentation

◆ PerRecipeDelays() [1/8]

operations_research::scheduling::rcpsp::PerRecipeDelays::PerRecipeDelays ( )
inline

Definition at line 791 of file rcpsp.pb.h.

◆ ~PerRecipeDelays()

operations_research::scheduling::rcpsp::PerRecipeDelays::~PerRecipeDelays ( )

@protoc_insertion_point(destructor:operations_research.scheduling.rcpsp.PerRecipeDelays)

Definition at line 1091 of file rcpsp.pb.cc.

◆ PerRecipeDelays() [2/8]

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

◆ PerRecipeDelays() [3/8]

operations_research::scheduling::rcpsp::PerRecipeDelays::PerRecipeDelays ( const PerRecipeDelays & from)
inline

Definition at line 804 of file rcpsp.pb.h.

◆ PerRecipeDelays() [4/8]

operations_research::scheduling::rcpsp::PerRecipeDelays::PerRecipeDelays ( PerRecipeDelays && from)
inlinenoexcept

Definition at line 805 of file rcpsp.pb.h.

◆ PerRecipeDelays() [5/8]

operations_research::scheduling::rcpsp::PerRecipeDelays::PerRecipeDelays ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.scheduling.rcpsp.PerRecipeDelays)

Definition at line 1048 of file rcpsp.pb.cc.

◆ PerRecipeDelays() [6/8]

operations_research::scheduling::rcpsp::PerRecipeDelays::PerRecipeDelays ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
const PerRecipeDelays & from )
protected

@protoc_insertion_point(copy_constructor:operations_research.scheduling.rcpsp.PerRecipeDelays)

Definition at line 1065 of file rcpsp.pb.cc.

◆ PerRecipeDelays() [7/8]

operations_research::scheduling::rcpsp::PerRecipeDelays::PerRecipeDelays ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
PerRecipeDelays && from )
inlineprotectednoexcept

Definition at line 912 of file rcpsp.pb.h.

◆ PerRecipeDelays() [8/8]

template<typename>
PROTOBUF_CONSTEXPR operations_research::scheduling::rcpsp::PerRecipeDelays::PerRecipeDelays ( ::_pbi::ConstantInitialized )

Definition at line 123 of file rcpsp.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

@protoc_insertion_point(serialize_to_array_start:operations_research.scheduling.rcpsp.PerRecipeDelays)

repeated int32 min_delays = 1;

@protoc_insertion_point(serialize_to_array_end:operations_research.scheduling.rcpsp.PerRecipeDelays)

Definition at line 1207 of file rcpsp.pb.cc.

◆ add_min_delays()

void operations_research::scheduling::rcpsp::PerRecipeDelays::add_min_delays ( ::int32_t value)
inline

@protoc_insertion_point(field_add:operations_research.scheduling.rcpsp.PerRecipeDelays.min_delays)

Definition at line 2054 of file rcpsp.pb.h.

◆ ByteSizeLong()

size_t operations_research::scheduling::rcpsp::PerRecipeDelays::ByteSizeLong ( ) const
final

@protoc_insertion_point(message_byte_size_start:operations_research.scheduling.rcpsp.PerRecipeDelays)

Prevent compiler warnings about cached_has_bits being unused

repeated int32 min_delays = 1;

Definition at line 1238 of file rcpsp.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::scheduling::rcpsp::PerRecipeDelays::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.scheduling.rcpsp.PerRecipeDelays)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 1190 of file rcpsp.pb.cc.

◆ clear_min_delays()

void operations_research::scheduling::rcpsp::PerRecipeDelays::clear_min_delays ( )
inline

Definition at line 2042 of file rcpsp.pb.h.

◆ CopyFrom()

void operations_research::scheduling::rcpsp::PerRecipeDelays::CopyFrom ( const PerRecipeDelays & from)

@protoc_insertion_point(class_specific_copy_from_start:operations_research.scheduling.rcpsp.PerRecipeDelays)

Definition at line 1274 of file rcpsp.pb.cc.

◆ default_instance()

const PerRecipeDelays & operations_research::scheduling::rcpsp::PerRecipeDelays::default_instance ( )
inlinestatic

Definition at line 839 of file rcpsp.pb.h.

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::PerRecipeDelays::descriptor ( )
inlinestatic

Definition at line 830 of file rcpsp.pb.h.

◆ GetCachedSize()

int operations_research::scheduling::rcpsp::PerRecipeDelays::GetCachedSize ( ) const
inline

Definition at line 898 of file rcpsp.pb.h.

◆ GetClassData()

PROTOBUF_ATTRIBUTE_WEAKconst::google::protobuf::internal::ClassData *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::PerRecipeDelays::GetClassData ( ) const
protected

Definition at line 1151 of file rcpsp.pb.cc.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::PerRecipeDelays::GetDescriptor ( )
inlinestatic

Definition at line 833 of file rcpsp.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::scheduling::rcpsp::PerRecipeDelays::GetMetadata ( ) const

Definition at line 1288 of file rcpsp.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::PerRecipeDelays::GetReflection ( )
inlinestatic

Definition at line 836 of file rcpsp.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::scheduling::rcpsp::PerRecipeDelays::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 1123 of file rcpsp.pb.cc.

◆ InternalNewImpl_()

auto operations_research::scheduling::rcpsp::PerRecipeDelays::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 1107 of file rcpsp.pb.cc.

◆ IsInitialized()

bool operations_research::scheduling::rcpsp::PerRecipeDelays::IsInitialized ( ) const
inline

Definition at line 874 of file rcpsp.pb.h.

◆ MergeFrom()

void operations_research::scheduling::rcpsp::PerRecipeDelays::MergeFrom ( const PerRecipeDelays & from)
inline

Definition at line 867 of file rcpsp.pb.h.

◆ min_delays() [1/2]

const::google::protobuf::RepeatedField<::int32_t > & operations_research::scheduling::rcpsp::PerRecipeDelays::min_delays ( ) const
inline

@protoc_insertion_point(field_list:operations_research.scheduling.rcpsp.PerRecipeDelays.min_delays)

Definition at line 2059 of file rcpsp.pb.h.

◆ min_delays() [2/2]

int32_t operations_research::scheduling::rcpsp::PerRecipeDelays::min_delays ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.rcpsp.PerRecipeDelays.min_delays)

Definition at line 2046 of file rcpsp.pb.h.

◆ min_delays_size()

int operations_research::scheduling::rcpsp::PerRecipeDelays::min_delays_size ( ) const
inline

repeated int32 min_delays = 1;

Definition at line 2039 of file rcpsp.pb.h.

◆ mutable_min_delays()

google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::PerRecipeDelays::mutable_min_delays ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.scheduling.rcpsp.PerRecipeDelays.min_delays)

Definition at line 2064 of file rcpsp.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::scheduling::rcpsp::PerRecipeDelays::mutable_unknown_fields ( )
inline

Definition at line 825 of file rcpsp.pb.h.

◆ New()

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

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

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

◆ operator=() [1/2]

PerRecipeDelays & operations_research::scheduling::rcpsp::PerRecipeDelays::operator= ( const PerRecipeDelays & from)
inline

Definition at line 807 of file rcpsp.pb.h.

◆ operator=() [2/2]

PerRecipeDelays & operations_research::scheduling::rcpsp::PerRecipeDelays::operator= ( PerRecipeDelays && from)
inlinenoexcept

Definition at line 811 of file rcpsp.pb.h.

◆ PlacementNew_()

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

Definition at line 1102 of file rcpsp.pb.cc.

◆ set_min_delays()

void operations_research::scheduling::rcpsp::PerRecipeDelays::set_min_delays ( int index,
::int32_t value )
inline

@protoc_insertion_point(field_set:operations_research.scheduling.rcpsp.PerRecipeDelays.min_delays)

Definition at line 2050 of file rcpsp.pb.h.

◆ Swap()

void operations_research::scheduling::rcpsp::PerRecipeDelays::Swap ( PerRecipeDelays *PROTOBUF_NONNULL other)
inline

Definition at line 845 of file rcpsp.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::scheduling::rcpsp::PerRecipeDelays::unknown_fields ( ) const
inline

Definition at line 821 of file rcpsp.pb.h.

◆ UnsafeArenaSwap()

void operations_research::scheduling::rcpsp::PerRecipeDelays::UnsafeArenaSwap ( PerRecipeDelays *PROTOBUF_NONNULL other)
inline

Definition at line 853 of file rcpsp.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 961 of file rcpsp.pb.h.

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

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

Definition at line 963 of file rcpsp.pb.h.

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

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

Definition at line 954 of file rcpsp.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 960 of file rcpsp.pb.h.

◆ ::TableStruct_ortools_2fscheduling_2frcpsp_2eproto

Definition at line 981 of file rcpsp.pb.h.

◆ swap

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

Definition at line 844 of file rcpsp.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::scheduling::rcpsp::PerRecipeDelays::_impl_

Definition at line 980 of file rcpsp.pb.h.

◆ kIndexInFileMessages

int operations_research::scheduling::rcpsp::PerRecipeDelays::kIndexInFileMessages = 2
staticconstexpr

Definition at line 843 of file rcpsp.pb.h.


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