Google OR-Tools: operations_research::SequenceVarAssignment Class Reference

Definition at line 299 of file assignment.pb.h.

#include <assignment.pb.h>

Public Types

enum  : int {
  kForwardSequenceFieldNumber = 2 , kBackwardSequenceFieldNumber = 3 , kUnperformedFieldNumber = 4 , kVarIdFieldNumber = 1 ,
  kActiveFieldNumber = 5
}

Public Member Functions

 SequenceVarAssignment ()
 ~SequenceVarAssignment () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR SequenceVarAssignment (::google::protobuf::internal::ConstantInitialized)
 SequenceVarAssignment (const SequenceVarAssignment &from)
 SequenceVarAssignment (SequenceVarAssignment &&from) noexcept
SequenceVarAssignmentoperator= (const SequenceVarAssignment &from)
SequenceVarAssignmentoperator= (SequenceVarAssignment &&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 (SequenceVarAssignment *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (SequenceVarAssignment *PROTOBUF_NONNULL other)
SequenceVarAssignment *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const SequenceVarAssignment &from)
void MergeFrom (const SequenceVarAssignment &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 forward_sequence_size () const
void clear_forward_sequence ()
::int32_t forward_sequence (int index) const
void set_forward_sequence (int index, ::int32_t value)
void add_forward_sequence (::int32_t value)
const ::google::protobuf::RepeatedField<::int32_t > & forward_sequence () const
::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL mutable_forward_sequence ()
int backward_sequence_size () const
void clear_backward_sequence ()
::int32_t backward_sequence (int index) const
void set_backward_sequence (int index, ::int32_t value)
void add_backward_sequence (::int32_t value)
const ::google::protobuf::RepeatedField<::int32_t > & backward_sequence () const
::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL mutable_backward_sequence ()
int unperformed_size () const
void clear_unperformed ()
::int32_t unperformed (int index) const
void set_unperformed (int index, ::int32_t value)
void add_unperformed (::int32_t value)
const ::google::protobuf::RepeatedField<::int32_t > & unperformed () const
::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL mutable_unperformed ()
void clear_var_id ()
const ::std::string & var_id () const
template<typename Arg_ = const ::std::string&, typename... Args_>
void set_var_id (Arg_ &&arg, Args_... args)
::std::string *PROTOBUF_NONNULL mutable_var_id ()
::std::string *PROTOBUF_NULLABLE release_var_id ()
void set_allocated_var_id (::std::string *PROTOBUF_NULLABLE value)
void clear_active ()
bool active () const
void set_active (bool value)
template<typename>
PROTOBUF_CONSTEXPR SequenceVarAssignment (::_pbi::ConstantInitialized)
template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_var_id (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 SequenceVarAssignmentdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 2

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_2fconstraint_5fsolver_2fassignment_2eproto
void swap (SequenceVarAssignment &a, SequenceVarAssignment &b)

◆ anonymous enum

Enumerator
kForwardSequenceFieldNumber 
kBackwardSequenceFieldNumber 
kUnperformedFieldNumber 
kVarIdFieldNumber 
kActiveFieldNumber 

Definition at line 440 of file assignment.pb.h.

operations_research::SequenceVarAssignment::SequenceVarAssignment ( )
inline

◆ ~SequenceVarAssignment()

operations_research::SequenceVarAssignment::~SequenceVarAssignment ( )

◆ SequenceVarAssignment() [2/5]

template<typename = void>

PROTOBUF_CONSTEXPR operations_research::SequenceVarAssignment::SequenceVarAssignment ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ SequenceVarAssignment() [3/5]

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

◆ SequenceVarAssignment() [4/5]

operations_research::SequenceVarAssignment::SequenceVarAssignment ( SequenceVarAssignment && from)
inlinenoexcept

◆ SequenceVarAssignment() [5/5]

template<typename>

PROTOBUF_CONSTEXPR operations_research::SequenceVarAssignment::SequenceVarAssignment ( ::_pbi::ConstantInitialized )

◆ _InternalSerialize()

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

◆ active()

bool operations_research::SequenceVarAssignment::active ( ) const
inline

◆ add_backward_sequence()

void operations_research::SequenceVarAssignment::add_backward_sequence ( ::int32_t value)
inline

◆ add_forward_sequence()

void operations_research::SequenceVarAssignment::add_forward_sequence ( ::int32_t value)
inline

◆ add_unperformed()

void operations_research::SequenceVarAssignment::add_unperformed ( ::int32_t value)
inline

◆ backward_sequence() [1/2]

const::google::protobuf::RepeatedField<::int32_t > & operations_research::SequenceVarAssignment::backward_sequence ( ) const
inline

◆ backward_sequence() [2/2]

int32_t operations_research::SequenceVarAssignment::backward_sequence ( int index) const
inline

◆ backward_sequence_size()

int operations_research::SequenceVarAssignment::backward_sequence_size ( ) const
inline

◆ ByteSizeLong()

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

◆ Clear()

PROTOBUF_NOINLINE void operations_research::SequenceVarAssignment::Clear ( )

◆ clear_active()

void operations_research::SequenceVarAssignment::clear_active ( )
inline

◆ clear_backward_sequence()

void operations_research::SequenceVarAssignment::clear_backward_sequence ( )
inline

◆ clear_forward_sequence()

void operations_research::SequenceVarAssignment::clear_forward_sequence ( )
inline

◆ clear_unperformed()

void operations_research::SequenceVarAssignment::clear_unperformed ( )
inline

◆ clear_var_id()

void operations_research::SequenceVarAssignment::clear_var_id ( )
inline

◆ CopyFrom()

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

◆ default_instance()

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

◆ descriptor()

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

◆ forward_sequence() [1/2]

const::google::protobuf::RepeatedField<::int32_t > & operations_research::SequenceVarAssignment::forward_sequence ( ) const
inline

◆ forward_sequence() [2/2]

int32_t operations_research::SequenceVarAssignment::forward_sequence ( int index) const
inline

◆ forward_sequence_size()

int operations_research::SequenceVarAssignment::forward_sequence_size ( ) const
inline

◆ GetCachedSize()

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

◆ GetDescriptor()

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

◆ GetMetadata()

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

◆ GetReflection()

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

◆ InternalGenerateClassData_()

auto operations_research::SequenceVarAssignment::InternalGenerateClassData_ ( )
staticconstexpr

◆ IsInitialized()

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

◆ MergeFrom()

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

◆ mutable_backward_sequence()

google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL operations_research::SequenceVarAssignment::mutable_backward_sequence ( )
inline

◆ mutable_forward_sequence()

google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL operations_research::SequenceVarAssignment::mutable_forward_sequence ( )
inline

◆ mutable_unknown_fields()

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

◆ mutable_unperformed()

google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL operations_research::SequenceVarAssignment::mutable_unperformed ( )
inline

◆ mutable_var_id()

std::string *PROTOBUF_NONNULL operations_research::SequenceVarAssignment::mutable_var_id ( )
inline

◆ New()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ release_var_id()

std::string *PROTOBUF_NULLABLE operations_research::SequenceVarAssignment::release_var_id ( )
inlinenodiscard

◆ set_active()

void operations_research::SequenceVarAssignment::set_active ( bool value)
inline

◆ set_allocated_var_id()

void operations_research::SequenceVarAssignment::set_allocated_var_id ( ::std::string *PROTOBUF_NULLABLE value)
inline

◆ set_backward_sequence()

void operations_research::SequenceVarAssignment::set_backward_sequence ( int index,
::int32_t value )
inline

◆ set_forward_sequence()

void operations_research::SequenceVarAssignment::set_forward_sequence ( int index,
::int32_t value )
inline

◆ set_unperformed()

void operations_research::SequenceVarAssignment::set_unperformed ( int index,
::int32_t value )
inline

◆ set_var_id() [1/2]

template<typename Arg_, typename... Args_>

PROTOBUF_ALWAYS_INLINE void operations_research::SequenceVarAssignment::set_var_id ( Arg_ && arg,
Args_... args )

◆ set_var_id() [2/2]

template<typename Arg_ = const ::std::string&, typename... Args_>

void operations_research::SequenceVarAssignment::set_var_id ( Arg_ && arg,
Args_... args )

◆ Swap()

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

◆ unknown_fields()

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

◆ unperformed() [1/2]

const::google::protobuf::RepeatedField<::int32_t > & operations_research::SequenceVarAssignment::unperformed ( ) const
inline

◆ unperformed() [2/2]

int32_t operations_research::SequenceVarAssignment::unperformed ( int index) const
inline

◆ unperformed_size()

int operations_research::SequenceVarAssignment::unperformed_size ( ) const
inline

◆ UnsafeArenaSwap()

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

◆ var_id()

const::std::string & operations_research::SequenceVarAssignment::var_id ( ) const
inline

◆ ::google::protobuf::Arena

friend class ::google::protobuf::Arena

friend

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

template<typename T>

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

friend

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

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

friend

◆ ::google::protobuf::MessageLite

friend class ::google::protobuf::MessageLite

friend

◆ ::TableStruct_ortools_2fconstraint_5fsolver_2fassignment_2eproto

friend struct ::TableStruct_ortools_2fconstraint_5fsolver_2fassignment_2eproto

friend

◆ swap

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

◆ _impl_

Impl_ operations_research::SequenceVarAssignment::_impl_

◆ kIndexInFileMessages

int operations_research::SequenceVarAssignment::kIndexInFileMessages = 2

staticconstexpr

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