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

Detailed Description

Definition at line 90 of file gurobi.pb.h.

#include <gurobi.pb.h>

Inheritance diagram for operations_research::math_opt::GurobiParametersProto_Parameter:

Classes

class  _Internal

Public Types

enum  : int { kNameFieldNumber = 1 , kValueFieldNumber = 2 }
 nested types -------------------------------------------------— More...

Public Member Functions

 GurobiParametersProto_Parameter ()
 ~GurobiParametersProto_Parameter () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR GurobiParametersProto_Parameter (::google::protobuf::internal::ConstantInitialized)
 GurobiParametersProto_Parameter (const GurobiParametersProto_Parameter &from)
 GurobiParametersProto_Parameter (GurobiParametersProto_Parameter &&from) noexcept
GurobiParametersProto_Parameteroperator= (const GurobiParametersProto_Parameter &from)
GurobiParametersProto_Parameteroperator= (GurobiParametersProto_Parameter &&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 (GurobiParametersProto_Parameter *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (GurobiParametersProto_Parameter *PROTOBUF_NONNULL other)
GurobiParametersProto_Parameter *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const GurobiParametersProto_Parameter &from)
void MergeFrom (const GurobiParametersProto_Parameter &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_name ()
 string name = 1;
const ::std::string & name () const
template<typename Arg_ = const ::std::string&, typename... Args_>
void set_name (Arg_ &&arg, Args_... args)
::std::string *PROTOBUF_NONNULL mutable_name ()
::std::string *PROTOBUF_NULLABLE release_name ()
void set_allocated_name (::std::string *PROTOBUF_NULLABLE value)
void clear_value ()
 string value = 2;
const ::std::string & value () const
template<typename Arg_ = const ::std::string&, typename... Args_>
void set_value (Arg_ &&arg, Args_... args)
::std::string *PROTOBUF_NONNULL mutable_value ()
::std::string *PROTOBUF_NULLABLE release_value ()
void set_allocated_value (::std::string *PROTOBUF_NULLABLE value)
template<typename>
PROTOBUF_CONSTEXPR GurobiParametersProto_Parameter (::_pbi::ConstantInitialized)
template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_name (Arg_ &&arg, Args_... args)
template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_value (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 GurobiParametersProto_Parameterdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 2

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kNameFieldNumber 
kValueFieldNumber 

Definition at line 232 of file gurobi.pb.h.

Constructor & Destructor Documentation

◆ GurobiParametersProto_Parameter() [1/8]

operations_research::math_opt::GurobiParametersProto_Parameter::GurobiParametersProto_Parameter ( )
inline

Definition at line 93 of file gurobi.pb.h.

◆ ~GurobiParametersProto_Parameter()

operations_research::math_opt::GurobiParametersProto_Parameter::~GurobiParametersProto_Parameter ( )

@protoc_insertion_point(destructor:operations_research.math_opt.GurobiParametersProto.Parameter)

Definition at line 919 of file gurobi.pb.cc.

◆ GurobiParametersProto_Parameter() [2/8]

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

◆ GurobiParametersProto_Parameter() [3/8]

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

Definition at line 106 of file gurobi.pb.h.

◆ GurobiParametersProto_Parameter() [4/8]

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

Definition at line 107 of file gurobi.pb.h.

◆ GurobiParametersProto_Parameter() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.GurobiParametersProto.Parameter)

Definition at line 875 of file gurobi.pb.cc.

◆ GurobiParametersProto_Parameter() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.math_opt.GurobiParametersProto.Parameter)

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

◆ GurobiParametersProto_Parameter() [7/8]

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

Definition at line 214 of file gurobi.pb.h.

◆ GurobiParametersProto_Parameter() [8/8]

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

Definition at line 41 of file gurobi.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::math_opt::GurobiParametersProto_Parameter::_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.GurobiParametersProto.Parameter)

string name = 1;

string value = 2;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.GurobiParametersProto.Parameter)

Definition at line 1044 of file gurobi.pb.cc.

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.GurobiParametersProto.Parameter)

Prevent compiler warnings about cached_has_bits being unused

string name = 1;

string value = 2;

Definition at line 1086 of file gurobi.pb.cc.

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.GurobiParametersProto.Parameter)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_name()

void operations_research::math_opt::GurobiParametersProto_Parameter::clear_name ( )
inline

string name = 1;

GurobiParametersProto_Parameter.

string name = 1;

Definition at line 1289 of file gurobi.pb.h.

◆ clear_value()

void operations_research::math_opt::GurobiParametersProto_Parameter::clear_value ( )
inline

string value = 2;

Definition at line 1354 of file gurobi.pb.h.

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.GurobiParametersProto.Parameter)

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

◆ default_instance()

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

Definition at line 141 of file gurobi.pb.h.

◆ descriptor()

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

Definition at line 132 of file gurobi.pb.h.

◆ GetCachedSize()

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

Definition at line 200 of file gurobi.pb.h.

◆ GetClassData()

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

Definition at line 969 of file gurobi.pb.cc.

◆ GetDescriptor()

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

Definition at line 135 of file gurobi.pb.h.

◆ GetMetadata()

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

Definition at line 1169 of file gurobi.pb.cc.

◆ GetReflection()

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

Definition at line 138 of file gurobi.pb.h.

◆ InternalGenerateClassData_()

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

Definition at line 941 of file gurobi.pb.cc.

◆ InternalNewImpl_()

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

Definition at line 937 of file gurobi.pb.cc.

◆ IsInitialized()

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

Definition at line 176 of file gurobi.pb.h.

◆ MergeFrom()

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

Definition at line 169 of file gurobi.pb.h.

◆ mutable_name()

std::string *PROTOBUF_NONNULL operations_research::math_opt::GurobiParametersProto_Parameter::mutable_name ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.GurobiParametersProto.Parameter.name)

Definition at line 1306 of file gurobi.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 127 of file gurobi.pb.h.

◆ mutable_value()

std::string *PROTOBUF_NONNULL operations_research::math_opt::GurobiParametersProto_Parameter::mutable_value ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.GurobiParametersProto.Parameter.value)

Definition at line 1371 of file gurobi.pb.h.

◆ name()

const::std::string & operations_research::math_opt::GurobiParametersProto_Parameter::name ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.GurobiParametersProto.Parameter.name)

Definition at line 1294 of file gurobi.pb.h.

◆ New()

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

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

Definition at line 163 of file gurobi.pb.h.

◆ operator=() [1/2]

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

Definition at line 109 of file gurobi.pb.h.

◆ operator=() [2/2]

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

Definition at line 113 of file gurobi.pb.h.

◆ PlacementNew_()

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

Definition at line 932 of file gurobi.pb.cc.

◆ release_name()

std::string *PROTOBUF_NULLABLE operations_research::math_opt::GurobiParametersProto_Parameter::release_name ( )
inlinenodiscard

@protoc_insertion_point(field_release:operations_research.math_opt.GurobiParametersProto.Parameter.name)

Definition at line 1326 of file gurobi.pb.h.

◆ release_value()

std::string *PROTOBUF_NULLABLE operations_research::math_opt::GurobiParametersProto_Parameter::release_value ( )
inlinenodiscard

@protoc_insertion_point(field_release:operations_research.math_opt.GurobiParametersProto.Parameter.value)

Definition at line 1391 of file gurobi.pb.h.

◆ set_allocated_name()

void operations_research::math_opt::GurobiParametersProto_Parameter::set_allocated_name ( ::std::string *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.GurobiParametersProto.Parameter.name)

Definition at line 1339 of file gurobi.pb.h.

◆ set_allocated_value()

void operations_research::math_opt::GurobiParametersProto_Parameter::set_allocated_value ( ::std::string *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.GurobiParametersProto.Parameter.value)

Definition at line 1404 of file gurobi.pb.h.

◆ set_name() [1/2]

template<typename Arg_ = const ::std::string&, typename... Args_>
void operations_research::math_opt::GurobiParametersProto_Parameter::set_name ( Arg_ && arg,
Args_... args )

◆ set_name() [2/2]

template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void operations_research::math_opt::GurobiParametersProto_Parameter::set_name ( Arg_ && arg,
Args_... args )

@protoc_insertion_point(field_set:operations_research.math_opt.GurobiParametersProto.Parameter.name)

Definition at line 1300 of file gurobi.pb.h.

◆ set_value() [1/2]

template<typename Arg_ = const ::std::string&, typename... Args_>
void operations_research::math_opt::GurobiParametersProto_Parameter::set_value ( Arg_ && arg,
Args_... args )

◆ set_value() [2/2]

template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void operations_research::math_opt::GurobiParametersProto_Parameter::set_value ( Arg_ && arg,
Args_... args )

@protoc_insertion_point(field_set:operations_research.math_opt.GurobiParametersProto.Parameter.value)

Definition at line 1365 of file gurobi.pb.h.

◆ Swap()

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

Definition at line 147 of file gurobi.pb.h.

◆ unknown_fields()

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

Definition at line 123 of file gurobi.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 155 of file gurobi.pb.h.

◆ value()

const::std::string & operations_research::math_opt::GurobiParametersProto_Parameter::value ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.GurobiParametersProto.Parameter.value)

Definition at line 1359 of file gurobi.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 276 of file gurobi.pb.h.

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

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

Definition at line 278 of file gurobi.pb.h.

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

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

Definition at line 269 of file gurobi.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 275 of file gurobi.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fsolvers_2fgurobi_2eproto

Definition at line 297 of file gurobi.pb.h.

◆ swap

Definition at line 146 of file gurobi.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::GurobiParametersProto_Parameter::_impl_

Definition at line 296 of file gurobi.pb.h.

◆ kIndexInFileMessages

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

Definition at line 145 of file gurobi.pb.h.


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