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

Detailed Description

Definition at line 3533 of file cp_model.pb.h.

#include <cp_model.pb.h>

Inheritance diagram for operations_research::sat::BoolArgumentProto:

Classes

class  _Internal

Public Types

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

Public Member Functions

 BoolArgumentProto ()
 ~BoolArgumentProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR BoolArgumentProto (::google::protobuf::internal::ConstantInitialized)
 BoolArgumentProto (const BoolArgumentProto &from)
 BoolArgumentProto (BoolArgumentProto &&from) noexcept
BoolArgumentProtooperator= (const BoolArgumentProto &from)
BoolArgumentProtooperator= (BoolArgumentProto &&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 (BoolArgumentProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (BoolArgumentProto *PROTOBUF_NONNULL other)
BoolArgumentProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const BoolArgumentProto &from)
void MergeFrom (const BoolArgumentProto &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 literals_size () const
 repeated int32 literals = 1;
void clear_literals ()
::int32_t literals (int index) const
void set_literals (int index, ::int32_t value)
void add_literals (::int32_t value)
const ::google::protobuf::RepeatedField<::int32_t > & literals () const
::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL mutable_literals ()
template<typename>
PROTOBUF_CONSTEXPR BoolArgumentProto (::_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 BoolArgumentProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 1

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kLiteralsFieldNumber 

Definition at line 3675 of file cp_model.pb.h.

Constructor & Destructor Documentation

◆ BoolArgumentProto() [1/8]

operations_research::sat::BoolArgumentProto::BoolArgumentProto ( )
inline

Definition at line 3536 of file cp_model.pb.h.

◆ ~BoolArgumentProto()

operations_research::sat::BoolArgumentProto::~BoolArgumentProto ( )

@protoc_insertion_point(destructor:operations_research.sat.BoolArgumentProto)

Definition at line 1897 of file cp_model.pb.cc.

◆ BoolArgumentProto() [2/8]

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

◆ BoolArgumentProto() [3/8]

operations_research::sat::BoolArgumentProto::BoolArgumentProto ( const BoolArgumentProto & from)
inline

Definition at line 3549 of file cp_model.pb.h.

◆ BoolArgumentProto() [4/8]

operations_research::sat::BoolArgumentProto::BoolArgumentProto ( BoolArgumentProto && from)
inlinenoexcept

Definition at line 3550 of file cp_model.pb.h.

◆ BoolArgumentProto() [5/8]

operations_research::sat::BoolArgumentProto::BoolArgumentProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.sat.BoolArgumentProto)

Definition at line 1854 of file cp_model.pb.cc.

◆ BoolArgumentProto() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.sat.BoolArgumentProto)

Definition at line 1871 of file cp_model.pb.cc.

◆ BoolArgumentProto() [7/8]

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

Definition at line 3657 of file cp_model.pb.h.

◆ BoolArgumentProto() [8/8]

template<typename>
PROTOBUF_CONSTEXPR operations_research::sat::BoolArgumentProto::BoolArgumentProto ( ::_pbi::ConstantInitialized )

Definition at line 438 of file cp_model.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

@protoc_insertion_point(serialize_to_array_start:operations_research.sat.BoolArgumentProto)

repeated int32 literals = 1;

@protoc_insertion_point(serialize_to_array_end:operations_research.sat.BoolArgumentProto)

Definition at line 2013 of file cp_model.pb.cc.

◆ add_literals()

void operations_research::sat::BoolArgumentProto::add_literals ( ::int32_t value)
inline

@protoc_insertion_point(field_add:operations_research.sat.BoolArgumentProto.literals)

Definition at line 8496 of file cp_model.pb.h.

◆ ByteSizeLong()

size_t operations_research::sat::BoolArgumentProto::ByteSizeLong ( ) const
final

@protoc_insertion_point(message_byte_size_start:operations_research.sat.BoolArgumentProto)

Prevent compiler warnings about cached_has_bits being unused

repeated int32 literals = 1;

Definition at line 2044 of file cp_model.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::sat::BoolArgumentProto::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.sat.BoolArgumentProto)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 1996 of file cp_model.pb.cc.

◆ clear_literals()

void operations_research::sat::BoolArgumentProto::clear_literals ( )
inline

Definition at line 8484 of file cp_model.pb.h.

◆ CopyFrom()

void operations_research::sat::BoolArgumentProto::CopyFrom ( const BoolArgumentProto & from)

@protoc_insertion_point(class_specific_copy_from_start:operations_research.sat.BoolArgumentProto)

Definition at line 2080 of file cp_model.pb.cc.

◆ default_instance()

const BoolArgumentProto & operations_research::sat::BoolArgumentProto::default_instance ( )
inlinestatic

Definition at line 3584 of file cp_model.pb.h.

◆ descriptor()

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

Definition at line 3575 of file cp_model.pb.h.

◆ GetCachedSize()

int operations_research::sat::BoolArgumentProto::GetCachedSize ( ) const
inline

Definition at line 3643 of file cp_model.pb.h.

◆ GetClassData()

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

Definition at line 1957 of file cp_model.pb.cc.

◆ GetDescriptor()

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

Definition at line 3578 of file cp_model.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::sat::BoolArgumentProto::GetMetadata ( ) const

Definition at line 2094 of file cp_model.pb.cc.

◆ GetReflection()

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

Definition at line 3581 of file cp_model.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::sat::BoolArgumentProto::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 1929 of file cp_model.pb.cc.

◆ InternalNewImpl_()

auto operations_research::sat::BoolArgumentProto::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 1913 of file cp_model.pb.cc.

◆ IsInitialized()

bool operations_research::sat::BoolArgumentProto::IsInitialized ( ) const
inline

Definition at line 3619 of file cp_model.pb.h.

◆ literals() [1/2]

const::google::protobuf::RepeatedField<::int32_t > & operations_research::sat::BoolArgumentProto::literals ( ) const
inline

@protoc_insertion_point(field_list:operations_research.sat.BoolArgumentProto.literals)

Definition at line 8501 of file cp_model.pb.h.

◆ literals() [2/2]

int32_t operations_research::sat::BoolArgumentProto::literals ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.sat.BoolArgumentProto.literals)

Definition at line 8488 of file cp_model.pb.h.

◆ literals_size()

int operations_research::sat::BoolArgumentProto::literals_size ( ) const
inline

repeated int32 literals = 1;

Definition at line 8481 of file cp_model.pb.h.

◆ MergeFrom()

void operations_research::sat::BoolArgumentProto::MergeFrom ( const BoolArgumentProto & from)
inline

Definition at line 3612 of file cp_model.pb.h.

◆ mutable_literals()

google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL operations_research::sat::BoolArgumentProto::mutable_literals ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.sat.BoolArgumentProto.literals)

Definition at line 8506 of file cp_model.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::sat::BoolArgumentProto::mutable_unknown_fields ( )
inline

Definition at line 3570 of file cp_model.pb.h.

◆ New()

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

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

Definition at line 3606 of file cp_model.pb.h.

◆ operator=() [1/2]

BoolArgumentProto & operations_research::sat::BoolArgumentProto::operator= ( BoolArgumentProto && from)
inlinenoexcept

Definition at line 3556 of file cp_model.pb.h.

◆ operator=() [2/2]

BoolArgumentProto & operations_research::sat::BoolArgumentProto::operator= ( const BoolArgumentProto & from)
inline

Definition at line 3552 of file cp_model.pb.h.

◆ PlacementNew_()

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

Definition at line 1908 of file cp_model.pb.cc.

◆ set_literals()

void operations_research::sat::BoolArgumentProto::set_literals ( int index,
::int32_t value )
inline

@protoc_insertion_point(field_set:operations_research.sat.BoolArgumentProto.literals)

Definition at line 8492 of file cp_model.pb.h.

◆ Swap()

void operations_research::sat::BoolArgumentProto::Swap ( BoolArgumentProto *PROTOBUF_NONNULL other)
inline

Definition at line 3590 of file cp_model.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::sat::BoolArgumentProto::unknown_fields ( ) const
inline

Definition at line 3566 of file cp_model.pb.h.

◆ UnsafeArenaSwap()

void operations_research::sat::BoolArgumentProto::UnsafeArenaSwap ( BoolArgumentProto *PROTOBUF_NONNULL other)
inline

Definition at line 3598 of file cp_model.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 3706 of file cp_model.pb.h.

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

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

Definition at line 3708 of file cp_model.pb.h.

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

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

Definition at line 3699 of file cp_model.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 3705 of file cp_model.pb.h.

◆ ::TableStruct_ortools_2fsat_2fcp_5fmodel_2eproto

Definition at line 3726 of file cp_model.pb.h.

◆ swap

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

Definition at line 3589 of file cp_model.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::sat::BoolArgumentProto::_impl_

Definition at line 3725 of file cp_model.pb.h.

◆ kIndexInFileMessages

int operations_research::sat::BoolArgumentProto::kIndexInFileMessages = 1
staticconstexpr

Definition at line 3588 of file cp_model.pb.h.


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