![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 90 of file gurobi.pb.h.
#include <gurobi.pb.h>
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_Parameter & | operator= (const GurobiParametersProto_Parameter &from) |
GurobiParametersProto_Parameter & | operator= (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_Parameter & | default_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) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Enumerator | |
---|---|
kNameFieldNumber | |
kValueFieldNumber |
Definition at line 232 of file gurobi.pb.h.
|
inline |
Definition at line 93 of file gurobi.pb.h.
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.
|
explicit |
|
inline |
Definition at line 106 of file gurobi.pb.h.
|
inlinenoexcept |
Definition at line 107 of file gurobi.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.math_opt.GurobiParametersProto.Parameter)
Definition at line 875 of file gurobi.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.math_opt.GurobiParametersProto.Parameter)
Definition at line 893 of file gurobi.pb.cc.
|
inlineprotectednoexcept |
Definition at line 214 of file gurobi.pb.h.
PROTOBUF_CONSTEXPR operations_research::math_opt::GurobiParametersProto_Parameter::GurobiParametersProto_Parameter | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 41 of file gurobi.pb.cc.
|
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.
|
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.
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.
|
inline |
string name = 1;
GurobiParametersProto_Parameter.
string name = 1;
Definition at line 1289 of file gurobi.pb.h.
|
inline |
string value = 2;
Definition at line 1354 of file gurobi.pb.h.
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.
|
inlinestatic |
Definition at line 141 of file gurobi.pb.h.
|
inlinestatic |
Definition at line 132 of file gurobi.pb.h.
|
inline |
Definition at line 200 of file gurobi.pb.h.
|
protected |
Definition at line 969 of file gurobi.pb.cc.
|
inlinestatic |
Definition at line 135 of file gurobi.pb.h.
google::protobuf::Metadata operations_research::math_opt::GurobiParametersProto_Parameter::GetMetadata | ( | ) | const |
Definition at line 1169 of file gurobi.pb.cc.
|
inlinestatic |
Definition at line 138 of file gurobi.pb.h.
|
staticconstexpr |
Definition at line 941 of file gurobi.pb.cc.
|
staticconstexprprotected |
Definition at line 937 of file gurobi.pb.cc.
|
inline |
Definition at line 176 of file gurobi.pb.h.
|
inline |
Definition at line 169 of file gurobi.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.GurobiParametersProto.Parameter.name)
Definition at line 1306 of file gurobi.pb.h.
|
inline |
Definition at line 127 of file gurobi.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.math_opt.GurobiParametersProto.Parameter.value)
Definition at line 1371 of file gurobi.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.GurobiParametersProto.Parameter.name)
Definition at line 1294 of file gurobi.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 163 of file gurobi.pb.h.
|
inline |
Definition at line 109 of file gurobi.pb.h.
|
inlinenoexcept |
Definition at line 113 of file gurobi.pb.h.
|
inlinestaticprotected |
Definition at line 932 of file gurobi.pb.cc.
|
inlinenodiscard |
@protoc_insertion_point(field_release:operations_research.math_opt.GurobiParametersProto.Parameter.name)
Definition at line 1326 of file gurobi.pb.h.
|
inlinenodiscard |
@protoc_insertion_point(field_release:operations_research.math_opt.GurobiParametersProto.Parameter.value)
Definition at line 1391 of file gurobi.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.math_opt.GurobiParametersProto.Parameter.name)
Definition at line 1339 of file gurobi.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.math_opt.GurobiParametersProto.Parameter.value)
Definition at line 1404 of file gurobi.pb.h.
void operations_research::math_opt::GurobiParametersProto_Parameter::set_name | ( | Arg_ && | arg, |
Args_... | 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.
void operations_research::math_opt::GurobiParametersProto_Parameter::set_value | ( | Arg_ && | arg, |
Args_... | 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.
|
inline |
Definition at line 147 of file gurobi.pb.h.
|
inline |
Definition at line 123 of file gurobi.pb.h.
|
inline |
Definition at line 155 of file gurobi.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.math_opt.GurobiParametersProto.Parameter.value)
Definition at line 1359 of file gurobi.pb.h.
|
friend |
Definition at line 276 of file gurobi.pb.h.
|
friend |
Definition at line 278 of file gurobi.pb.h.
|
friend |
Definition at line 269 of file gurobi.pb.h.
|
friend |
Definition at line 275 of file gurobi.pb.h.
|
friend |
Definition at line 297 of file gurobi.pb.h.
|
friend |
Definition at line 146 of file gurobi.pb.h.
Impl_ operations_research::math_opt::GurobiParametersProto_Parameter::_impl_ |
Definition at line 296 of file gurobi.pb.h.
|
staticconstexpr |
Definition at line 145 of file gurobi.pb.h.