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

Detailed Description

Definition at line 491 of file xpress.pb.h.

#include <xpress.pb.h>

Inheritance diagram for operations_research::math_opt::XpressParametersProto:

Classes

class  _Internal

Public Types

enum  : int { kParametersFieldNumber = 1 }
using Parameter = XpressParametersProto_Parameter

Public Member Functions

 XpressParametersProto ()
 ~XpressParametersProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR XpressParametersProto (::google::protobuf::internal::ConstantInitialized)
 XpressParametersProto (const XpressParametersProto &from)
 XpressParametersProto (XpressParametersProto &&from) noexcept
XpressParametersProtooperator= (const XpressParametersProto &from)
XpressParametersProtooperator= (XpressParametersProto &&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 (XpressParametersProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (XpressParametersProto *PROTOBUF_NONNULL other)
XpressParametersProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const XpressParametersProto &from)
void MergeFrom (const XpressParametersProto &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 parameters_size () const
void clear_parameters ()
::operations_research::math_opt::XpressParametersProto_Parameter *PROTOBUF_NONNULL mutable_parameters (int index)
::google::protobuf::RepeatedPtrField<::operations_research::math_opt::XpressParametersProto_Parameter > *PROTOBUF_NONNULL mutable_parameters ()
const ::operations_research::math_opt::XpressParametersProto_Parameterparameters (int index) const
::operations_research::math_opt::XpressParametersProto_Parameter *PROTOBUF_NONNULL add_parameters ()
const ::google::protobuf::RepeatedPtrField<::operations_research::math_opt::XpressParametersProto_Parameter > & parameters () const
template<typename>
PROTOBUF_CONSTEXPR XpressParametersProto (::_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 XpressParametersProtodefault_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_2fmath_5fopt_2fsolvers_2fxpress_2eproto
void swap (XpressParametersProto &a, XpressParametersProto &b)

Member Typedef Documentation

◆ Parameter

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kParametersFieldNumber 

Definition at line 633 of file xpress.pb.h.

Constructor & Destructor Documentation

◆ XpressParametersProto() [1/5]

operations_research::math_opt::XpressParametersProto::XpressParametersProto ( )
inline

Definition at line 494 of file xpress.pb.h.

◆ ~XpressParametersProto()

operations_research::math_opt::XpressParametersProto::~XpressParametersProto ( )

Definition at line 789 of file xpress.pb.cc.

◆ XpressParametersProto() [2/5]

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

◆ XpressParametersProto() [3/5]

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

Definition at line 507 of file xpress.pb.h.

◆ XpressParametersProto() [4/5]

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

Definition at line 508 of file xpress.pb.h.

◆ XpressParametersProto() [5/5]

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

Definition at line 91 of file xpress.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

Definition at line 914 of file xpress.pb.cc.

◆ add_parameters()

operations_research::math_opt::XpressParametersProto_Parameter *PROTOBUF_NONNULL operations_research::math_opt::XpressParametersProto::add_parameters ( )
inline

Definition at line 906 of file xpress.pb.h.

◆ ByteSizeLong()

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

Definition at line 953 of file xpress.pb.cc.

◆ Clear()

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

Definition at line 893 of file xpress.pb.cc.

◆ clear_parameters()

void operations_research::math_opt::XpressParametersProto::clear_parameters ( )
inline

Definition at line 883 of file xpress.pb.h.

◆ CopyFrom()

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

Definition at line 1003 of file xpress.pb.cc.

◆ default_instance()

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

Definition at line 542 of file xpress.pb.h.

◆ descriptor()

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

Definition at line 533 of file xpress.pb.h.

◆ GetCachedSize()

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

Definition at line 601 of file xpress.pb.h.

◆ GetDescriptor()

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

Definition at line 536 of file xpress.pb.h.

◆ GetMetadata()

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

Definition at line 1018 of file xpress.pb.cc.

◆ GetReflection()

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

Definition at line 539 of file xpress.pb.h.

◆ InternalGenerateClassData_()

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

Definition at line 824 of file xpress.pb.cc.

◆ IsInitialized()

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

Definition at line 577 of file xpress.pb.h.

◆ MergeFrom()

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

Definition at line 570 of file xpress.pb.h.

◆ mutable_parameters() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::math_opt::XpressParametersProto_Parameter > *PROTOBUF_NONNULL operations_research::math_opt::XpressParametersProto::mutable_parameters ( )
inline

Definition at line 894 of file xpress.pb.h.

◆ mutable_parameters() [2/2]

operations_research::math_opt::XpressParametersProto_Parameter *PROTOBUF_NONNULL operations_research::math_opt::XpressParametersProto::mutable_parameters ( int index)
inline

Definition at line 889 of file xpress.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 528 of file xpress.pb.h.

◆ New()

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

Definition at line 564 of file xpress.pb.h.

◆ operator=() [1/2]

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

Definition at line 510 of file xpress.pb.h.

◆ operator=() [2/2]

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

Definition at line 514 of file xpress.pb.h.

◆ parameters() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::math_opt::XpressParametersProto_Parameter > & operations_research::math_opt::XpressParametersProto::parameters ( ) const
inline

Definition at line 916 of file xpress.pb.h.

◆ parameters() [2/2]

const::operations_research::math_opt::XpressParametersProto_Parameter & operations_research::math_opt::XpressParametersProto::parameters ( int index) const
inline

Definition at line 901 of file xpress.pb.h.

◆ parameters_size()

int operations_research::math_opt::XpressParametersProto::parameters_size ( ) const
inline

Definition at line 880 of file xpress.pb.h.

◆ Swap()

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

Definition at line 548 of file xpress.pb.h.

◆ unknown_fields()

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

Definition at line 524 of file xpress.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 556 of file xpress.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 663 of file xpress.pb.h.

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

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

Definition at line 665 of file xpress.pb.h.

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

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

Definition at line 656 of file xpress.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 662 of file xpress.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fsolvers_2fxpress_2eproto

friend struct ::TableStruct_ortools_2fmath_5fopt_2fsolvers_2fxpress_2eproto
friend

Definition at line 683 of file xpress.pb.h.

◆ swap

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

Definition at line 547 of file xpress.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::XpressParametersProto::_impl_

Definition at line 682 of file xpress.pb.h.

◆ kIndexInFileMessages

int operations_research::math_opt::XpressParametersProto::kIndexInFileMessages = 2
staticconstexpr

Definition at line 546 of file xpress.pb.h.


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