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

Detailed Description

Definition at line 535 of file osqp.pb.h.

#include <osqp.pb.h>

Inheritance diagram for operations_research::math_opt::OsqpOutput:

Classes

class  _Internal

Public Types

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

Public Member Functions

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

Static Public Attributes

static constexpr int kIndexInFileMessages = 1

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kInitializedUnderlyingSolverFieldNumber 

Definition at line 677 of file osqp.pb.h.

Constructor & Destructor Documentation

◆ OsqpOutput() [1/8]

operations_research::math_opt::OsqpOutput::OsqpOutput ( )
inline

Definition at line 538 of file osqp.pb.h.

◆ ~OsqpOutput()

operations_research::math_opt::OsqpOutput::~OsqpOutput ( )

@protoc_insertion_point(destructor:operations_research.math_opt.OsqpOutput)

Definition at line 877 of file osqp.pb.cc.

◆ OsqpOutput() [2/8]

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

◆ OsqpOutput() [3/8]

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

Definition at line 551 of file osqp.pb.h.

◆ OsqpOutput() [4/8]

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

Definition at line 552 of file osqp.pb.h.

◆ OsqpOutput() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.OsqpOutput)

Definition at line 848 of file osqp.pb.cc.

◆ OsqpOutput() [6/8]

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

Definition at line 857 of file osqp.pb.cc.

◆ OsqpOutput() [7/8]

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

Definition at line 659 of file osqp.pb.h.

◆ OsqpOutput() [8/8]

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

Definition at line 81 of file osqp.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

bool initialized_underlying_solver = 1;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.OsqpOutput)

Definition at line 982 of file osqp.pb.cc.

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.OsqpOutput)

Prevent compiler warnings about cached_has_bits being unused

bool initialized_underlying_solver = 1;

Definition at line 1013 of file osqp.pb.cc.

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.OsqpOutput)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 964 of file osqp.pb.cc.

◆ clear_initialized_underlying_solver()

void operations_research::math_opt::OsqpOutput::clear_initialized_underlying_solver ( )
inline

bool initialized_underlying_solver = 1;

OsqpOutput.

bool initialized_underlying_solver = 1;

Definition at line 1338 of file osqp.pb.h.

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.OsqpOutput)

Definition at line 1054 of file osqp.pb.cc.

◆ default_instance()

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

Definition at line 586 of file osqp.pb.h.

◆ descriptor()

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

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

◆ GetCachedSize()

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

Definition at line 645 of file osqp.pb.h.

◆ GetClassData()

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

Definition at line 925 of file osqp.pb.cc.

◆ GetDescriptor()

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

Definition at line 580 of file osqp.pb.h.

◆ GetMetadata()

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

Definition at line 1069 of file osqp.pb.cc.

◆ GetReflection()

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

Definition at line 583 of file osqp.pb.h.

◆ initialized_underlying_solver()

bool operations_research::math_opt::OsqpOutput::initialized_underlying_solver ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.OsqpOutput.initialized_underlying_solver)

Definition at line 1343 of file osqp.pb.h.

◆ InternalGenerateClassData_()

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

Definition at line 897 of file osqp.pb.cc.

◆ InternalNewImpl_()

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

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

◆ IsInitialized()

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

Definition at line 621 of file osqp.pb.h.

◆ MergeFrom()

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

Definition at line 614 of file osqp.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 572 of file osqp.pb.h.

◆ New()

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

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

Definition at line 608 of file osqp.pb.h.

◆ operator=() [1/2]

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

Definition at line 554 of file osqp.pb.h.

◆ operator=() [2/2]

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

Definition at line 558 of file osqp.pb.h.

◆ PlacementNew_()

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

Definition at line 888 of file osqp.pb.cc.

◆ set_initialized_underlying_solver()

void operations_research::math_opt::OsqpOutput::set_initialized_underlying_solver ( bool value)
inline

@protoc_insertion_point(field_set:operations_research.math_opt.OsqpOutput.initialized_underlying_solver)

Definition at line 1347 of file osqp.pb.h.

◆ Swap()

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

Definition at line 592 of file osqp.pb.h.

◆ unknown_fields()

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

Definition at line 568 of file osqp.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 600 of file osqp.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 700 of file osqp.pb.h.

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

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

Definition at line 702 of file osqp.pb.h.

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

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

Definition at line 693 of file osqp.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 699 of file osqp.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fsolvers_2fosqp_2eproto

Definition at line 720 of file osqp.pb.h.

◆ swap

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

Definition at line 591 of file osqp.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::OsqpOutput::_impl_

Definition at line 719 of file osqp.pb.h.

◆ kIndexInFileMessages

int operations_research::math_opt::OsqpOutput::kIndexInFileMessages = 1
staticconstexpr

Definition at line 590 of file osqp.pb.h.


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