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

Detailed Description

Definition at line 703 of file solution.pb.h.

#include <solution.pb.h>

Inheritance diagram for operations_research::math_opt::PrimalRayProto:

Classes

class  _Internal

Public Types

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

Public Member Functions

 PrimalRayProto ()
 ~PrimalRayProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR PrimalRayProto (::google::protobuf::internal::ConstantInitialized)
 PrimalRayProto (const PrimalRayProto &from)
 PrimalRayProto (PrimalRayProto &&from) noexcept
PrimalRayProtooperator= (const PrimalRayProto &from)
PrimalRayProtooperator= (PrimalRayProto &&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 (PrimalRayProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (PrimalRayProto *PROTOBUF_NONNULL other)
PrimalRayProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const PrimalRayProto &from)
void MergeFrom (const PrimalRayProto &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
bool has_variable_values () const
 .operations_research.math_opt.SparseDoubleVectorProto variable_values = 1;
void clear_variable_values ()
const ::operations_research::math_opt::SparseDoubleVectorProtovariable_values () const
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE release_variable_values ()
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL mutable_variable_values ()
void set_allocated_variable_values (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_variable_values (::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE unsafe_arena_release_variable_values ()
template<typename>
PROTOBUF_CONSTEXPR PrimalRayProto (::_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 PrimalRayProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 2

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kVariableValuesFieldNumber 

Definition at line 845 of file solution.pb.h.

Constructor & Destructor Documentation

◆ PrimalRayProto() [1/8]

operations_research::math_opt::PrimalRayProto::PrimalRayProto ( )
inline

Definition at line 706 of file solution.pb.h.

◆ ~PrimalRayProto()

operations_research::math_opt::PrimalRayProto::~PrimalRayProto ( )

@protoc_insertion_point(destructor:operations_research.math_opt.PrimalRayProto)

Definition at line 986 of file solution.pb.cc.

◆ PrimalRayProto() [2/8]

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

◆ PrimalRayProto() [3/8]

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

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

◆ PrimalRayProto() [4/8]

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

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

◆ PrimalRayProto() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.math_opt.PrimalRayProto)

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

◆ PrimalRayProto() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.math_opt.PrimalRayProto)

Definition at line 957 of file solution.pb.cc.

◆ PrimalRayProto() [7/8]

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

Definition at line 827 of file solution.pb.h.

◆ PrimalRayProto() [8/8]

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

Definition at line 110 of file solution.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

.operations_research.math_opt.SparseDoubleVectorProto variable_values = 1;

@protoc_insertion_point(serialize_to_array_end:operations_research.math_opt.PrimalRayProto)

Definition at line 1098 of file solution.pb.cc.

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.math_opt.PrimalRayProto)

Prevent compiler warnings about cached_has_bits being unused

.operations_research.math_opt.SparseDoubleVectorProto variable_values = 1;

Definition at line 1128 of file solution.pb.cc.

◆ Clear()

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

@protoc_insertion_point(message_clear_start:operations_research.math_opt.PrimalRayProto)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 1076 of file solution.pb.cc.

◆ clear_variable_values()

void operations_research::math_opt::PrimalRayProto::clear_variable_values ( )

Definition at line 936 of file solution.pb.cc.

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.math_opt.PrimalRayProto)

Definition at line 1172 of file solution.pb.cc.

◆ default_instance()

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

Definition at line 754 of file solution.pb.h.

◆ descriptor()

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

Definition at line 745 of file solution.pb.h.

◆ GetCachedSize()

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

Definition at line 813 of file solution.pb.h.

◆ GetClassData()

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

Definition at line 1035 of file solution.pb.cc.

◆ GetDescriptor()

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

Definition at line 748 of file solution.pb.h.

◆ GetMetadata()

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

Definition at line 1187 of file solution.pb.cc.

◆ GetReflection()

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

Definition at line 751 of file solution.pb.h.

◆ has_variable_values()

bool operations_research::math_opt::PrimalRayProto::has_variable_values ( ) const
inline

◆ InternalGenerateClassData_()

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

Definition at line 1007 of file solution.pb.cc.

◆ InternalNewImpl_()

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

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

◆ IsInitialized()

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

Definition at line 789 of file solution.pb.h.

◆ MergeFrom()

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

Definition at line 782 of file solution.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 740 of file solution.pb.h.

◆ mutable_variable_values()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NONNULL operations_research::math_opt::PrimalRayProto::mutable_variable_values ( )
inline

@protoc_insertion_point(field_mutable:operations_research.math_opt.PrimalRayProto.variable_values)

Definition at line 2087 of file solution.pb.h.

◆ New()

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

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

Definition at line 776 of file solution.pb.h.

◆ operator=() [1/2]

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

Definition at line 722 of file solution.pb.h.

◆ operator=() [2/2]

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

Definition at line 726 of file solution.pb.h.

◆ PlacementNew_()

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

Definition at line 998 of file solution.pb.cc.

◆ release_variable_values()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::PrimalRayProto::release_variable_values ( )
inlinenodiscard

Definition at line 2051 of file solution.pb.h.

◆ set_allocated_variable_values()

void operations_research::math_opt::PrimalRayProto::set_allocated_variable_values ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.math_opt.PrimalRayProto.variable_values)

Definition at line 2094 of file solution.pb.h.

◆ Swap()

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

Definition at line 760 of file solution.pb.h.

◆ unknown_fields()

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

Definition at line 736 of file solution.pb.h.

◆ unsafe_arena_release_variable_values()

operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE operations_research::math_opt::PrimalRayProto::unsafe_arena_release_variable_values ( )
inline

@protoc_insertion_point(field_release:operations_research.math_opt.PrimalRayProto.variable_values)

Definition at line 2070 of file solution.pb.h.

◆ unsafe_arena_set_allocated_variable_values()

void operations_research::math_opt::PrimalRayProto::unsafe_arena_set_allocated_variable_values ( ::operations_research::math_opt::SparseDoubleVectorProto *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.math_opt.PrimalRayProto.variable_values)

Definition at line 2037 of file solution.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 768 of file solution.pb.h.

◆ variable_values()

const::operations_research::math_opt::SparseDoubleVectorProto & operations_research::math_opt::PrimalRayProto::variable_values ( ) const
inline

@protoc_insertion_point(field_get:operations_research.math_opt.PrimalRayProto.variable_values)

Definition at line 2033 of file solution.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 873 of file solution.pb.h.

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

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

Definition at line 875 of file solution.pb.h.

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

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

Definition at line 866 of file solution.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 872 of file solution.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fsolution_2eproto

Definition at line 893 of file solution.pb.h.

◆ swap

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

Definition at line 759 of file solution.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::PrimalRayProto::_impl_

Definition at line 892 of file solution.pb.h.

◆ kIndexInFileMessages

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

Definition at line 758 of file solution.pb.h.


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