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

Detailed Description

Definition at line 237 of file parameters.pb.h.

#include <parameters.pb.h>

Inheritance diagram for operations_research::math_opt::StrictnessProto:

Classes

class  _Internal

Public Types

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

Public Member Functions

 StrictnessProto ()
 ~StrictnessProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR StrictnessProto (::google::protobuf::internal::ConstantInitialized)
 StrictnessProto (const StrictnessProto &from)
 StrictnessProto (StrictnessProto &&from) noexcept
StrictnessProtooperator= (const StrictnessProto &from)
StrictnessProtooperator= (StrictnessProto &&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 (StrictnessProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (StrictnessProto *PROTOBUF_NONNULL other)
StrictnessProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const StrictnessProto &from)
void MergeFrom (const StrictnessProto &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_bad_parameter ()
 bool bad_parameter = 1;
bool bad_parameter () const
void set_bad_parameter (bool value)
template<typename>
PROTOBUF_CONSTEXPR StrictnessProto (::_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 StrictnessProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 0

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kBadParameterFieldNumber 

Definition at line 379 of file parameters.pb.h.

Constructor & Destructor Documentation

◆ StrictnessProto() [1/8]

operations_research::math_opt::StrictnessProto::StrictnessProto ( )
inline

Definition at line 240 of file parameters.pb.h.

◆ ~StrictnessProto()

operations_research::math_opt::StrictnessProto::~StrictnessProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.StrictnessProto)

Definition at line 375 of file parameters.pb.cc.

◆ StrictnessProto() [2/8]

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

◆ StrictnessProto() [3/8]

operations_research::math_opt::StrictnessProto::StrictnessProto ( const StrictnessProto & from)
inline

Definition at line 253 of file parameters.pb.h.

◆ StrictnessProto() [4/8]

operations_research::math_opt::StrictnessProto::StrictnessProto ( StrictnessProto && from)
inlinenoexcept

Definition at line 254 of file parameters.pb.h.

◆ StrictnessProto() [5/8]

operations_research::math_opt::StrictnessProto::StrictnessProto ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.math_opt.StrictnessProto)

Definition at line 346 of file parameters.pb.cc.

◆ StrictnessProto() [6/8]

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

Definition at line 355 of file parameters.pb.cc.

◆ StrictnessProto() [7/8]

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

Definition at line 361 of file parameters.pb.h.

◆ StrictnessProto() [8/8]

template<typename>
PROTOBUF_CONSTEXPR operations_research::math_opt::StrictnessProto::StrictnessProto ( ::_pbi::ConstantInitialized )

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

Member Function Documentation

◆ _InternalSerialize()

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

@protoc_insertion_point(serialize_to_array_start:operations_research.math_opt.StrictnessProto)

bool bad_parameter = 1;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.StrictnessProto)

Definition at line 480 of file parameters.pb.cc.

◆ bad_parameter()

bool operations_research::math_opt::StrictnessProto::bad_parameter ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.StrictnessProto.bad_parameter)

Definition at line 1197 of file parameters.pb.h.

◆ ByteSizeLong()

size_t operations_research::math_opt::StrictnessProto::ByteSizeLong ( ) const
final

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.StrictnessProto)

Prevent compiler warnings about cached_has_bits being unused

bool bad_parameter = 1;

Definition at line 511 of file parameters.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::math_opt::StrictnessProto::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.math_opt.StrictnessProto)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 462 of file parameters.pb.cc.

◆ clear_bad_parameter()

void operations_research::math_opt::StrictnessProto::clear_bad_parameter ( )
inline

bool bad_parameter = 1;

StrictnessProto.

bool bad_parameter = 1;

Definition at line 1192 of file parameters.pb.h.

◆ CopyFrom()

void operations_research::math_opt::StrictnessProto::CopyFrom ( const StrictnessProto & from)

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.StrictnessProto)

Definition at line 552 of file parameters.pb.cc.

◆ default_instance()

const StrictnessProto & operations_research::math_opt::StrictnessProto::default_instance ( )
inlinestatic

Definition at line 288 of file parameters.pb.h.

◆ descriptor()

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

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

◆ GetCachedSize()

int operations_research::math_opt::StrictnessProto::GetCachedSize ( ) const
inline

Definition at line 347 of file parameters.pb.h.

◆ GetClassData()

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

Definition at line 423 of file parameters.pb.cc.

◆ GetDescriptor()

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

Definition at line 282 of file parameters.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::math_opt::StrictnessProto::GetMetadata ( ) const

Definition at line 567 of file parameters.pb.cc.

◆ GetReflection()

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

Definition at line 285 of file parameters.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::math_opt::StrictnessProto::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 395 of file parameters.pb.cc.

◆ InternalNewImpl_()

auto operations_research::math_opt::StrictnessProto::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 391 of file parameters.pb.cc.

◆ IsInitialized()

bool operations_research::math_opt::StrictnessProto::IsInitialized ( ) const
inline

Definition at line 323 of file parameters.pb.h.

◆ MergeFrom()

void operations_research::math_opt::StrictnessProto::MergeFrom ( const StrictnessProto & from)
inline

Definition at line 316 of file parameters.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::math_opt::StrictnessProto::mutable_unknown_fields ( )
inline

Definition at line 274 of file parameters.pb.h.

◆ New()

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

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

Definition at line 310 of file parameters.pb.h.

◆ operator=() [1/2]

StrictnessProto & operations_research::math_opt::StrictnessProto::operator= ( const StrictnessProto & from)
inline

Definition at line 256 of file parameters.pb.h.

◆ operator=() [2/2]

StrictnessProto & operations_research::math_opt::StrictnessProto::operator= ( StrictnessProto && from)
inlinenoexcept

Definition at line 260 of file parameters.pb.h.

◆ PlacementNew_()

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

Definition at line 386 of file parameters.pb.cc.

◆ set_bad_parameter()

void operations_research::math_opt::StrictnessProto::set_bad_parameter ( bool value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.StrictnessProto.bad_parameter)

Definition at line 1201 of file parameters.pb.h.

◆ Swap()

void operations_research::math_opt::StrictnessProto::Swap ( StrictnessProto *PROTOBUF_NONNULL other)
inline

Definition at line 294 of file parameters.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::math_opt::StrictnessProto::unknown_fields ( ) const
inline

Definition at line 270 of file parameters.pb.h.

◆ UnsafeArenaSwap()

void operations_research::math_opt::StrictnessProto::UnsafeArenaSwap ( StrictnessProto *PROTOBUF_NONNULL other)
inline

Definition at line 302 of file parameters.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 402 of file parameters.pb.h.

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

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

Definition at line 404 of file parameters.pb.h.

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

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

Definition at line 395 of file parameters.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 401 of file parameters.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fparameters_2eproto

Definition at line 422 of file parameters.pb.h.

◆ swap

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

Definition at line 293 of file parameters.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::StrictnessProto::_impl_

Definition at line 421 of file parameters.pb.h.

◆ kIndexInFileMessages

int operations_research::math_opt::StrictnessProto::kIndexInFileMessages = 0
staticconstexpr

Definition at line 292 of file parameters.pb.h.


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