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

Detailed Description

Definition at line 1004 of file sparse_containers.pb.h.

#include <sparse_containers.pb.h>

Inheritance diagram for operations_research::math_opt::SparseBoolVectorProto:

Classes

class  _Internal

Public Types

enum  : int { kIdsFieldNumber = 1 , kValuesFieldNumber = 2 }

Public Member Functions

 SparseBoolVectorProto ()
 ~SparseBoolVectorProto () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR SparseBoolVectorProto (::google::protobuf::internal::ConstantInitialized)
 SparseBoolVectorProto (const SparseBoolVectorProto &from)
 SparseBoolVectorProto (SparseBoolVectorProto &&from) noexcept
SparseBoolVectorProtooperator= (const SparseBoolVectorProto &from)
SparseBoolVectorProtooperator= (SparseBoolVectorProto &&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 (SparseBoolVectorProto *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (SparseBoolVectorProto *PROTOBUF_NONNULL other)
SparseBoolVectorProto *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const SparseBoolVectorProto &from)
void MergeFrom (const SparseBoolVectorProto &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 ids_size () const
void clear_ids ()
::int64_t ids (int index) const
void set_ids (int index, ::int64_t value)
void add_ids (::int64_t value)
const ::google::protobuf::RepeatedField<::int64_t > & ids () const
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL mutable_ids ()
int values_size () const
void clear_values ()
bool values (int index) const
void set_values (int index, bool value)
void add_values (bool value)
const ::google::protobuf::RepeatedField< bool > & values () const
::google::protobuf::RepeatedField< bool > *PROTOBUF_NONNULL mutable_values ()
template<typename>
PROTOBUF_CONSTEXPR SparseBoolVectorProto (::_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 SparseBoolVectorProtodefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 1

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_2fsparse_5fcontainers_2eproto
void swap (SparseBoolVectorProto &a, SparseBoolVectorProto &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIdsFieldNumber 
kValuesFieldNumber 

Definition at line 1145 of file sparse_containers.pb.h.

Constructor & Destructor Documentation

◆ SparseBoolVectorProto() [1/5]

operations_research::math_opt::SparseBoolVectorProto::SparseBoolVectorProto ( )
inline

Definition at line 1007 of file sparse_containers.pb.h.

◆ ~SparseBoolVectorProto()

operations_research::math_opt::SparseBoolVectorProto::~SparseBoolVectorProto ( )

Definition at line 685 of file sparse_containers.pb.cc.

◆ SparseBoolVectorProto() [2/5]

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

◆ SparseBoolVectorProto() [3/5]

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

Definition at line 1020 of file sparse_containers.pb.h.

◆ SparseBoolVectorProto() [4/5]

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

Definition at line 1021 of file sparse_containers.pb.h.

◆ SparseBoolVectorProto() [5/5]

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

Definition at line 150 of file sparse_containers.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

Definition at line 823 of file sparse_containers.pb.cc.

◆ add_ids()

void operations_research::math_opt::SparseBoolVectorProto::add_ids ( ::int64_t value)
inline

Definition at line 1599 of file sparse_containers.pb.h.

◆ add_values()

void operations_research::math_opt::SparseBoolVectorProto::add_values ( bool value)
inline

Definition at line 1649 of file sparse_containers.pb.h.

◆ ByteSizeLong()

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

Definition at line 867 of file sparse_containers.pb.cc.

◆ Clear()

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

Definition at line 797 of file sparse_containers.pb.cc.

◆ clear_ids()

void operations_research::math_opt::SparseBoolVectorProto::clear_ids ( )
inline

Definition at line 1585 of file sparse_containers.pb.h.

◆ clear_values()

void operations_research::math_opt::SparseBoolVectorProto::clear_values ( )
inline

Definition at line 1635 of file sparse_containers.pb.h.

◆ CopyFrom()

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

Definition at line 929 of file sparse_containers.pb.cc.

◆ default_instance()

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

Definition at line 1055 of file sparse_containers.pb.h.

◆ descriptor()

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

Definition at line 1046 of file sparse_containers.pb.h.

◆ GetCachedSize()

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

Definition at line 1114 of file sparse_containers.pb.h.

◆ GetDescriptor()

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

Definition at line 1049 of file sparse_containers.pb.h.

◆ GetMetadata()

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

Definition at line 945 of file sparse_containers.pb.cc.

◆ GetReflection()

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

Definition at line 1052 of file sparse_containers.pb.h.

◆ ids() [1/2]

const::google::protobuf::RepeatedField<::int64_t > & operations_research::math_opt::SparseBoolVectorProto::ids ( ) const
inline

Definition at line 1605 of file sparse_containers.pb.h.

◆ ids() [2/2]

int64_t operations_research::math_opt::SparseBoolVectorProto::ids ( int index) const
inline

Definition at line 1591 of file sparse_containers.pb.h.

◆ ids_size()

int operations_research::math_opt::SparseBoolVectorProto::ids_size ( ) const
inline

Definition at line 1582 of file sparse_containers.pb.h.

◆ InternalGenerateClassData_()

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

Definition at line 724 of file sparse_containers.pb.cc.

◆ IsInitialized()

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

Definition at line 1090 of file sparse_containers.pb.h.

◆ MergeFrom()

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

Definition at line 1083 of file sparse_containers.pb.h.

◆ mutable_ids()

google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL operations_research::math_opt::SparseBoolVectorProto::mutable_ids ( )
inline

Definition at line 1610 of file sparse_containers.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 1041 of file sparse_containers.pb.h.

◆ mutable_values()

google::protobuf::RepeatedField< bool > *PROTOBUF_NONNULL operations_research::math_opt::SparseBoolVectorProto::mutable_values ( )
inline

Definition at line 1660 of file sparse_containers.pb.h.

◆ New()

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

Definition at line 1077 of file sparse_containers.pb.h.

◆ operator=() [1/2]

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

Definition at line 1023 of file sparse_containers.pb.h.

◆ operator=() [2/2]

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

Definition at line 1027 of file sparse_containers.pb.h.

◆ set_ids()

void operations_research::math_opt::SparseBoolVectorProto::set_ids ( int index,
::int64_t value )
inline

Definition at line 1595 of file sparse_containers.pb.h.

◆ set_values()

void operations_research::math_opt::SparseBoolVectorProto::set_values ( int index,
bool value )
inline

Definition at line 1645 of file sparse_containers.pb.h.

◆ Swap()

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

Definition at line 1061 of file sparse_containers.pb.h.

◆ unknown_fields()

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

Definition at line 1037 of file sparse_containers.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 1069 of file sparse_containers.pb.h.

◆ values() [1/2]

const::google::protobuf::RepeatedField< bool > & operations_research::math_opt::SparseBoolVectorProto::values ( ) const
inline

Definition at line 1655 of file sparse_containers.pb.h.

◆ values() [2/2]

bool operations_research::math_opt::SparseBoolVectorProto::values ( int index) const
inline

Definition at line 1641 of file sparse_containers.pb.h.

◆ values_size()

int operations_research::math_opt::SparseBoolVectorProto::values_size ( ) const
inline

Definition at line 1632 of file sparse_containers.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 1195 of file sparse_containers.pb.h.

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

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

Definition at line 1197 of file sparse_containers.pb.h.

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

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

Definition at line 1188 of file sparse_containers.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 1194 of file sparse_containers.pb.h.

◆ ::TableStruct_ortools_2fmath_5fopt_2fsparse_5fcontainers_2eproto

friend struct ::TableStruct_ortools_2fmath_5fopt_2fsparse_5fcontainers_2eproto
friend

Definition at line 1217 of file sparse_containers.pb.h.

◆ swap

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

Definition at line 1060 of file sparse_containers.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::math_opt::SparseBoolVectorProto::_impl_

Definition at line 1216 of file sparse_containers.pb.h.

◆ kIndexInFileMessages

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

Definition at line 1059 of file sparse_containers.pb.h.


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