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

Detailed Description

Definition at line 1577 of file course_scheduling.pb.h.

#include <course_scheduling.pb.h>

Inheritance diagram for operations_research::CourseSchedulingResult:

Classes

class  _Internal

Public Types

enum  : int { kClassAssignmentsFieldNumber = 3 , kStudentAssignmentsFieldNumber = 4 , kMessageFieldNumber = 1 , kSolverStatusFieldNumber = 2 }

Public Member Functions

 CourseSchedulingResult ()
 ~CourseSchedulingResult () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR CourseSchedulingResult (::google::protobuf::internal::ConstantInitialized)
 CourseSchedulingResult (const CourseSchedulingResult &from)
 CourseSchedulingResult (CourseSchedulingResult &&from) noexcept
CourseSchedulingResultoperator= (const CourseSchedulingResult &from)
CourseSchedulingResultoperator= (CourseSchedulingResult &&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 (CourseSchedulingResult *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (CourseSchedulingResult *PROTOBUF_NONNULL other)
CourseSchedulingResult *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const CourseSchedulingResult &from)
void MergeFrom (const CourseSchedulingResult &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 class_assignments_size () const
void clear_class_assignments ()
::operations_research::ClassAssignment *PROTOBUF_NONNULL mutable_class_assignments (int index)
::google::protobuf::RepeatedPtrField<::operations_research::ClassAssignment > *PROTOBUF_NONNULL mutable_class_assignments ()
const ::operations_research::ClassAssignmentclass_assignments (int index) const
::operations_research::ClassAssignment *PROTOBUF_NONNULL add_class_assignments ()
const ::google::protobuf::RepeatedPtrField<::operations_research::ClassAssignment > & class_assignments () const
int student_assignments_size () const
void clear_student_assignments ()
::operations_research::StudentAssignment *PROTOBUF_NONNULL mutable_student_assignments (int index)
::google::protobuf::RepeatedPtrField<::operations_research::StudentAssignment > *PROTOBUF_NONNULL mutable_student_assignments ()
const ::operations_research::StudentAssignmentstudent_assignments (int index) const
::operations_research::StudentAssignment *PROTOBUF_NONNULL add_student_assignments ()
const ::google::protobuf::RepeatedPtrField<::operations_research::StudentAssignment > & student_assignments () const
void clear_message ()
const ::std::string & message () const
template<typename Arg_ = const ::std::string&, typename... Args_>
void set_message (Arg_ &&arg, Args_... args)
::std::string *PROTOBUF_NONNULL mutable_message ()
::std::string *PROTOBUF_NULLABLE release_message ()
void set_allocated_message (::std::string *PROTOBUF_NULLABLE value)
void clear_solver_status ()
::operations_research::CourseSchedulingResultStatus solver_status () const
void set_solver_status (::operations_research::CourseSchedulingResultStatus value)
template<typename>
PROTOBUF_CONSTEXPR CourseSchedulingResult (::_pbi::ConstantInitialized)
template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_message (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 CourseSchedulingResultdefault_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_2fscheduling_2fcourse_5fscheduling_2eproto
void swap (CourseSchedulingResult &a, CourseSchedulingResult &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kClassAssignmentsFieldNumber 
kStudentAssignmentsFieldNumber 
kMessageFieldNumber 
kSolverStatusFieldNumber 

Definition at line 1718 of file course_scheduling.pb.h.

Constructor & Destructor Documentation

◆ CourseSchedulingResult() [1/5]

operations_research::CourseSchedulingResult::CourseSchedulingResult ( )
inline

Definition at line 1580 of file course_scheduling.pb.h.

◆ ~CourseSchedulingResult()

operations_research::CourseSchedulingResult::~CourseSchedulingResult ( )

Definition at line 1051 of file course_scheduling.pb.cc.

◆ CourseSchedulingResult() [2/5]

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

◆ CourseSchedulingResult() [3/5]

operations_research::CourseSchedulingResult::CourseSchedulingResult ( const CourseSchedulingResult & from)
inline

Definition at line 1593 of file course_scheduling.pb.h.

◆ CourseSchedulingResult() [4/5]

operations_research::CourseSchedulingResult::CourseSchedulingResult ( CourseSchedulingResult && from)
inlinenoexcept

Definition at line 1594 of file course_scheduling.pb.h.

◆ CourseSchedulingResult() [5/5]

template<typename>
PROTOBUF_CONSTEXPR operations_research::CourseSchedulingResult::CourseSchedulingResult ( ::_pbi::ConstantInitialized )

Definition at line 222 of file course_scheduling.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

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

Definition at line 1212 of file course_scheduling.pb.cc.

◆ add_class_assignments()

operations_research::ClassAssignment *PROTOBUF_NONNULL operations_research::CourseSchedulingResult::add_class_assignments ( )
inline

Definition at line 2600 of file course_scheduling.pb.h.

◆ add_student_assignments()

operations_research::StudentAssignment *PROTOBUF_NONNULL operations_research::CourseSchedulingResult::add_student_assignments ( )
inline

Definition at line 2656 of file course_scheduling.pb.h.

◆ ByteSizeLong()

size_t operations_research::CourseSchedulingResult::ByteSizeLong ( ) const
final

Definition at line 1283 of file course_scheduling.pb.cc.

◆ class_assignments() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::ClassAssignment > & operations_research::CourseSchedulingResult::class_assignments ( ) const
inline

Definition at line 2610 of file course_scheduling.pb.h.

◆ class_assignments() [2/2]

const::operations_research::ClassAssignment & operations_research::CourseSchedulingResult::class_assignments ( int index) const
inline

Definition at line 2595 of file course_scheduling.pb.h.

◆ class_assignments_size()

int operations_research::CourseSchedulingResult::class_assignments_size ( ) const
inline

Definition at line 2574 of file course_scheduling.pb.h.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::CourseSchedulingResult::Clear ( )

Definition at line 1182 of file course_scheduling.pb.cc.

◆ clear_class_assignments()

void operations_research::CourseSchedulingResult::clear_class_assignments ( )
inline

Definition at line 2577 of file course_scheduling.pb.h.

◆ clear_message()

void operations_research::CourseSchedulingResult::clear_message ( )
inline

Definition at line 2481 of file course_scheduling.pb.h.

◆ clear_solver_status()

void operations_research::CourseSchedulingResult::clear_solver_status ( )
inline

Definition at line 2546 of file course_scheduling.pb.h.

◆ clear_student_assignments()

void operations_research::CourseSchedulingResult::clear_student_assignments ( )
inline

Definition at line 2633 of file course_scheduling.pb.h.

◆ CopyFrom()

void operations_research::CourseSchedulingResult::CopyFrom ( const CourseSchedulingResult & from)

Definition at line 1375 of file course_scheduling.pb.cc.

◆ default_instance()

const CourseSchedulingResult & operations_research::CourseSchedulingResult::default_instance ( )
inlinestatic

Definition at line 1628 of file course_scheduling.pb.h.

◆ descriptor()

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

Definition at line 1619 of file course_scheduling.pb.h.

◆ GetCachedSize()

int operations_research::CourseSchedulingResult::GetCachedSize ( ) const
inline

Definition at line 1687 of file course_scheduling.pb.h.

◆ GetDescriptor()

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

Definition at line 1622 of file course_scheduling.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::CourseSchedulingResult::GetMetadata ( ) const

Definition at line 1395 of file course_scheduling.pb.cc.

◆ GetReflection()

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

Definition at line 1625 of file course_scheduling.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::CourseSchedulingResult::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 1091 of file course_scheduling.pb.cc.

◆ IsInitialized()

bool operations_research::CourseSchedulingResult::IsInitialized ( ) const
inline

Definition at line 1663 of file course_scheduling.pb.h.

◆ MergeFrom()

void operations_research::CourseSchedulingResult::MergeFrom ( const CourseSchedulingResult & from)
inline

Definition at line 1656 of file course_scheduling.pb.h.

◆ message()

const::std::string & operations_research::CourseSchedulingResult::message ( ) const
inline

Definition at line 2487 of file course_scheduling.pb.h.

◆ mutable_class_assignments() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::ClassAssignment > *PROTOBUF_NONNULL operations_research::CourseSchedulingResult::mutable_class_assignments ( )
inline

Definition at line 2588 of file course_scheduling.pb.h.

◆ mutable_class_assignments() [2/2]

operations_research::ClassAssignment *PROTOBUF_NONNULL operations_research::CourseSchedulingResult::mutable_class_assignments ( int index)
inline

Definition at line 2583 of file course_scheduling.pb.h.

◆ mutable_message()

std::string *PROTOBUF_NONNULL operations_research::CourseSchedulingResult::mutable_message ( )
inline

Definition at line 2499 of file course_scheduling.pb.h.

◆ mutable_student_assignments() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::StudentAssignment > *PROTOBUF_NONNULL operations_research::CourseSchedulingResult::mutable_student_assignments ( )
inline

Definition at line 2644 of file course_scheduling.pb.h.

◆ mutable_student_assignments() [2/2]

operations_research::StudentAssignment *PROTOBUF_NONNULL operations_research::CourseSchedulingResult::mutable_student_assignments ( int index)
inline

Definition at line 2639 of file course_scheduling.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::CourseSchedulingResult::mutable_unknown_fields ( )
inline

Definition at line 1614 of file course_scheduling.pb.h.

◆ New()

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

Definition at line 1650 of file course_scheduling.pb.h.

◆ operator=() [1/2]

CourseSchedulingResult & operations_research::CourseSchedulingResult::operator= ( const CourseSchedulingResult & from)
inline

Definition at line 1596 of file course_scheduling.pb.h.

◆ operator=() [2/2]

CourseSchedulingResult & operations_research::CourseSchedulingResult::operator= ( CourseSchedulingResult && from)
inlinenoexcept

Definition at line 1600 of file course_scheduling.pb.h.

◆ release_message()

std::string *PROTOBUF_NULLABLE operations_research::CourseSchedulingResult::release_message ( )
inlinenodiscard

Definition at line 2518 of file course_scheduling.pb.h.

◆ set_allocated_message()

void operations_research::CourseSchedulingResult::set_allocated_message ( ::std::string *PROTOBUF_NULLABLE value)
inline

Definition at line 2531 of file course_scheduling.pb.h.

◆ set_message() [1/2]

template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void operations_research::CourseSchedulingResult::set_message ( Arg_ && arg,
Args_... args )

Definition at line 2493 of file course_scheduling.pb.h.

◆ set_message() [2/2]

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

◆ set_solver_status()

void operations_research::CourseSchedulingResult::set_solver_status ( ::operations_research::CourseSchedulingResultStatus value)
inline

Definition at line 2556 of file course_scheduling.pb.h.

◆ solver_status()

operations_research::CourseSchedulingResultStatus operations_research::CourseSchedulingResult::solver_status ( ) const
inline

Definition at line 2552 of file course_scheduling.pb.h.

◆ student_assignments() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::StudentAssignment > & operations_research::CourseSchedulingResult::student_assignments ( ) const
inline

Definition at line 2666 of file course_scheduling.pb.h.

◆ student_assignments() [2/2]

const::operations_research::StudentAssignment & operations_research::CourseSchedulingResult::student_assignments ( int index) const
inline

Definition at line 2651 of file course_scheduling.pb.h.

◆ student_assignments_size()

int operations_research::CourseSchedulingResult::student_assignments_size ( ) const
inline

Definition at line 2630 of file course_scheduling.pb.h.

◆ Swap()

void operations_research::CourseSchedulingResult::Swap ( CourseSchedulingResult *PROTOBUF_NONNULL other)
inline

Definition at line 1634 of file course_scheduling.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::CourseSchedulingResult::unknown_fields ( ) const
inline

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

◆ UnsafeArenaSwap()

void operations_research::CourseSchedulingResult::UnsafeArenaSwap ( CourseSchedulingResult *PROTOBUF_NONNULL other)
inline

Definition at line 1642 of file course_scheduling.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 1793 of file course_scheduling.pb.h.

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

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

Definition at line 1795 of file course_scheduling.pb.h.

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

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

Definition at line 1786 of file course_scheduling.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 1792 of file course_scheduling.pb.h.

◆ ::TableStruct_ortools_2fscheduling_2fcourse_5fscheduling_2eproto

friend struct ::TableStruct_ortools_2fscheduling_2fcourse_5fscheduling_2eproto
friend

Definition at line 1816 of file course_scheduling.pb.h.

◆ swap

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

Definition at line 1633 of file course_scheduling.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::CourseSchedulingResult::_impl_

Definition at line 1815 of file course_scheduling.pb.h.

◆ kIndexInFileMessages

int operations_research::CourseSchedulingResult::kIndexInFileMessages = 1
staticconstexpr

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


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