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

Detailed Description

Definition at line 1583 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 }
 nested types -------------------------------------------------— More...

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
 implements Message -------------------------------------------—
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
 repeated .operations_research.ClassAssignment class_assignments = 3;
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
 repeated .operations_research.StudentAssignment student_assignments = 4;
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 ()
 string message = 1;
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 = 2;
::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

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kClassAssignmentsFieldNumber 
kStudentAssignmentsFieldNumber 
kMessageFieldNumber 
kSolverStatusFieldNumber 

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

Constructor & Destructor Documentation

◆ CourseSchedulingResult() [1/8]

operations_research::CourseSchedulingResult::CourseSchedulingResult ( )
inline

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

◆ ~CourseSchedulingResult()

operations_research::CourseSchedulingResult::~CourseSchedulingResult ( )

@protoc_insertion_point(destructor:operations_research.CourseSchedulingResult)

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

◆ CourseSchedulingResult() [2/8]

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

◆ CourseSchedulingResult() [3/8]

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

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

◆ CourseSchedulingResult() [4/8]

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

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

◆ CourseSchedulingResult() [5/8]

operations_research::CourseSchedulingResult::CourseSchedulingResult ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.CourseSchedulingResult)

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

◆ CourseSchedulingResult() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.CourseSchedulingResult)

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

◆ CourseSchedulingResult() [7/8]

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

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

◆ CourseSchedulingResult() [8/8]

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

@protoc_insertion_point(serialize_to_array_start:operations_research.CourseSchedulingResult)

string message = 1;

.operations_research.CourseSchedulingResultStatus solver_status = 2;

repeated .operations_research.ClassAssignment class_assignments = 3;

repeated .operations_research.StudentAssignment student_assignments = 4;

@protoc_insertion_point(serialize_to_array_end:operations_research.CourseSchedulingResult)

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

◆ add_class_assignments()

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

@protoc_insertion_point(field_add:operations_research.CourseSchedulingResult.class_assignments)

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

◆ add_student_assignments()

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

@protoc_insertion_point(field_add:operations_research.CourseSchedulingResult.student_assignments)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.CourseSchedulingResult)

Prevent compiler warnings about cached_has_bits being unused

repeated .operations_research.ClassAssignment class_assignments = 3;

repeated .operations_research.StudentAssignment student_assignments = 4;

string message = 1;

.operations_research.CourseSchedulingResultStatus solver_status = 2;

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

◆ class_assignments() [1/2]

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

@protoc_insertion_point(field_list:operations_research.CourseSchedulingResult.class_assignments)

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

◆ class_assignments() [2/2]

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

@protoc_insertion_point(field_get:operations_research.CourseSchedulingResult.class_assignments)

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

◆ class_assignments_size()

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

repeated .operations_research.ClassAssignment class_assignments = 3;

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

◆ Clear()

PROTOBUF_NOINLINE void operations_research::CourseSchedulingResult::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.CourseSchedulingResult)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_class_assignments()

void operations_research::CourseSchedulingResult::clear_class_assignments ( )
inline

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

◆ clear_message()

void operations_research::CourseSchedulingResult::clear_message ( )
inline

string message = 1;

CourseSchedulingResult.

string message = 1;

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

◆ clear_solver_status()

void operations_research::CourseSchedulingResult::clear_solver_status ( )
inline

.operations_research.CourseSchedulingResultStatus solver_status = 2;

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

◆ clear_student_assignments()

void operations_research::CourseSchedulingResult::clear_student_assignments ( )
inline

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

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.CourseSchedulingResult)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ InternalGenerateClassData_()

auto operations_research::CourseSchedulingResult::InternalGenerateClassData_ ( )
staticconstexpr

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

◆ InternalNewImpl_()

auto operations_research::CourseSchedulingResult::InternalNewImpl_ ( )
staticconstexprprotected

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ message()

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

@protoc_insertion_point(field_get:operations_research.CourseSchedulingResult.message)

Definition at line 2468 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

@protoc_insertion_point(field_mutable_list:operations_research.CourseSchedulingResult.class_assignments)

Definition at line 2567 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

@protoc_insertion_point(field_mutable:operations_research.CourseSchedulingResult.class_assignments)

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

◆ mutable_message()

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

@protoc_insertion_point(field_mutable:operations_research.CourseSchedulingResult.message)

Definition at line 2480 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

@protoc_insertion_point(field_mutable_list:operations_research.CourseSchedulingResult.student_assignments)

Definition at line 2617 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

@protoc_insertion_point(field_mutable:operations_research.CourseSchedulingResult.student_assignments)

Definition at line 2612 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 1620 of file course_scheduling.pb.h.

◆ New()

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

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ release_message()

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

@protoc_insertion_point(field_release:operations_research.CourseSchedulingResult.message)

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

◆ set_allocated_message()

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

@protoc_insertion_point(field_set_allocated:operations_research.CourseSchedulingResult.message)

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

◆ set_message() [1/2]

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

◆ set_message() [2/2]

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

@protoc_insertion_point(field_set:operations_research.CourseSchedulingResult.message)

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

◆ set_solver_status()

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

@protoc_insertion_point(field_set:operations_research.CourseSchedulingResult.solver_status)

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

◆ solver_status()

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

@protoc_insertion_point(field_get:operations_research.CourseSchedulingResult.solver_status)

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

◆ student_assignments() [1/2]

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

@protoc_insertion_point(field_list:operations_research.CourseSchedulingResult.student_assignments)

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

◆ student_assignments() [2/2]

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

@protoc_insertion_point(field_get:operations_research.CourseSchedulingResult.student_assignments)

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

◆ student_assignments_size()

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

repeated .operations_research.StudentAssignment student_assignments = 4;

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fscheduling_2fcourse_5fscheduling_2eproto

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::CourseSchedulingResult::_impl_

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

◆ kIndexInFileMessages

int operations_research::CourseSchedulingResult::kIndexInFileMessages = 1
staticconstexpr

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


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