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

Detailed Description

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

#include <course_scheduling.pb.h>

Inheritance diagram for operations_research::CourseSchedulingModel:

Classes

class  _Internal

Public Types

enum  : int {
  kCoursesFieldNumber = 4 , kTeachersFieldNumber = 5 , kStudentsFieldNumber = 6 , kRoomsFieldNumber = 7 ,
  kDisplayNameFieldNumber = 1 , kDaysCountFieldNumber = 2 , kDailyTimeSlotCountFieldNumber = 3
}
 nested types -------------------------------------------------— More...

Public Member Functions

 CourseSchedulingModel ()
 ~CourseSchedulingModel () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR CourseSchedulingModel (::google::protobuf::internal::ConstantInitialized)
 CourseSchedulingModel (const CourseSchedulingModel &from)
 CourseSchedulingModel (CourseSchedulingModel &&from) noexcept
CourseSchedulingModeloperator= (const CourseSchedulingModel &from)
CourseSchedulingModeloperator= (CourseSchedulingModel &&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 (CourseSchedulingModel *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (CourseSchedulingModel *PROTOBUF_NONNULL other)
CourseSchedulingModel *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const CourseSchedulingModel &from)
void MergeFrom (const CourseSchedulingModel &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 courses_size () const
 repeated .operations_research.Course courses = 4;
void clear_courses ()
::operations_research::Course *PROTOBUF_NONNULL mutable_courses (int index)
::google::protobuf::RepeatedPtrField<::operations_research::Course > *PROTOBUF_NONNULL mutable_courses ()
const ::operations_research::Coursecourses (int index) const
::operations_research::Course *PROTOBUF_NONNULL add_courses ()
const ::google::protobuf::RepeatedPtrField<::operations_research::Course > & courses () const
int teachers_size () const
 repeated .operations_research.Teacher teachers = 5;
void clear_teachers ()
::operations_research::Teacher *PROTOBUF_NONNULL mutable_teachers (int index)
::google::protobuf::RepeatedPtrField<::operations_research::Teacher > *PROTOBUF_NONNULL mutable_teachers ()
const ::operations_research::Teacherteachers (int index) const
::operations_research::Teacher *PROTOBUF_NONNULL add_teachers ()
const ::google::protobuf::RepeatedPtrField<::operations_research::Teacher > & teachers () const
int students_size () const
 repeated .operations_research.Student students = 6;
void clear_students ()
::operations_research::Student *PROTOBUF_NONNULL mutable_students (int index)
::google::protobuf::RepeatedPtrField<::operations_research::Student > *PROTOBUF_NONNULL mutable_students ()
const ::operations_research::Studentstudents (int index) const
::operations_research::Student *PROTOBUF_NONNULL add_students ()
const ::google::protobuf::RepeatedPtrField<::operations_research::Student > & students () const
int rooms_size () const
 repeated .operations_research.Room rooms = 7;
void clear_rooms ()
::operations_research::Room *PROTOBUF_NONNULL mutable_rooms (int index)
::google::protobuf::RepeatedPtrField<::operations_research::Room > *PROTOBUF_NONNULL mutable_rooms ()
const ::operations_research::Roomrooms (int index) const
::operations_research::Room *PROTOBUF_NONNULL add_rooms ()
const ::google::protobuf::RepeatedPtrField<::operations_research::Room > & rooms () const
void clear_display_name ()
 string display_name = 1;
const ::std::string & display_name () const
template<typename Arg_ = const ::std::string&, typename... Args_>
void set_display_name (Arg_ &&arg, Args_... args)
::std::string *PROTOBUF_NONNULL mutable_display_name ()
::std::string *PROTOBUF_NULLABLE release_display_name ()
void set_allocated_display_name (::std::string *PROTOBUF_NULLABLE value)
void clear_days_count ()
 int32 days_count = 2;
::int32_t days_count () const
void set_days_count (::int32_t value)
void clear_daily_time_slot_count ()
 int32 daily_time_slot_count = 3;
::int32_t daily_time_slot_count () const
void set_daily_time_slot_count (::int32_t value)
template<typename>
PROTOBUF_CONSTEXPR CourseSchedulingModel (::_pbi::ConstantInitialized)
template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_display_name (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 CourseSchedulingModeldefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 0

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kCoursesFieldNumber 
kTeachersFieldNumber 
kStudentsFieldNumber 
kRoomsFieldNumber 
kDisplayNameFieldNumber 
kDaysCountFieldNumber 
kDailyTimeSlotCountFieldNumber 

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

Constructor & Destructor Documentation

◆ CourseSchedulingModel() [1/8]

operations_research::CourseSchedulingModel::CourseSchedulingModel ( )
inline

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

◆ ~CourseSchedulingModel()

operations_research::CourseSchedulingModel::~CourseSchedulingModel ( )

@protoc_insertion_point(destructor:operations_research.CourseSchedulingModel)

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

◆ CourseSchedulingModel() [2/8]

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

◆ CourseSchedulingModel() [3/8]

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

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

◆ CourseSchedulingModel() [4/8]

operations_research::CourseSchedulingModel::CourseSchedulingModel ( CourseSchedulingModel && from)
inlinenoexcept

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

◆ CourseSchedulingModel() [5/8]

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

@protoc_insertion_point(arena_constructor:operations_research.CourseSchedulingModel)

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

◆ CourseSchedulingModel() [6/8]

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

@protoc_insertion_point(copy_constructor:operations_research.CourseSchedulingModel)

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

◆ CourseSchedulingModel() [7/8]

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

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

◆ CourseSchedulingModel() [8/8]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

@protoc_insertion_point(serialize_to_array_start:operations_research.CourseSchedulingModel)

string display_name = 1;

int32 days_count = 2;

int32 daily_time_slot_count = 3;

repeated .operations_research.Course courses = 4;

repeated .operations_research.Teacher teachers = 5;

repeated .operations_research.Student students = 6;

repeated .operations_research.Room rooms = 7;

@protoc_insertion_point(serialize_to_array_end:operations_research.CourseSchedulingModel)

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

◆ add_courses()

operations_research::Course *PROTOBUF_NONNULL operations_research::CourseSchedulingModel::add_courses ( )
inline

@protoc_insertion_point(field_add:operations_research.CourseSchedulingModel.courses)

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

◆ add_rooms()

operations_research::Room *PROTOBUF_NONNULL operations_research::CourseSchedulingModel::add_rooms ( )
inline

@protoc_insertion_point(field_add:operations_research.CourseSchedulingModel.rooms)

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

◆ add_students()

operations_research::Student *PROTOBUF_NONNULL operations_research::CourseSchedulingModel::add_students ( )
inline

@protoc_insertion_point(field_add:operations_research.CourseSchedulingModel.students)

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

◆ add_teachers()

operations_research::Teacher *PROTOBUF_NONNULL operations_research::CourseSchedulingModel::add_teachers ( )
inline

@protoc_insertion_point(field_add:operations_research.CourseSchedulingModel.teachers)

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

◆ ByteSizeLong()

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

@protoc_insertion_point(message_byte_size_start:operations_research.CourseSchedulingModel)

Prevent compiler warnings about cached_has_bits being unused

repeated .operations_research.Course courses = 4;

repeated .operations_research.Teacher teachers = 5;

repeated .operations_research.Student students = 6;

repeated .operations_research.Room rooms = 7;

string display_name = 1;

int32 days_count = 2;

int32 daily_time_slot_count = 3;

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

◆ Clear()

PROTOBUF_NOINLINE void operations_research::CourseSchedulingModel::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.CourseSchedulingModel)

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_courses()

void operations_research::CourseSchedulingModel::clear_courses ( )
inline

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

◆ clear_daily_time_slot_count()

void operations_research::CourseSchedulingModel::clear_daily_time_slot_count ( )
inline

int32 daily_time_slot_count = 3;

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

◆ clear_days_count()

void operations_research::CourseSchedulingModel::clear_days_count ( )
inline

int32 days_count = 2;

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

◆ clear_display_name()

void operations_research::CourseSchedulingModel::clear_display_name ( )
inline

string display_name = 1;

CourseSchedulingModel.

string display_name = 1;

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

◆ clear_rooms()

void operations_research::CourseSchedulingModel::clear_rooms ( )
inline

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

◆ clear_students()

void operations_research::CourseSchedulingModel::clear_students ( )
inline

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

◆ clear_teachers()

void operations_research::CourseSchedulingModel::clear_teachers ( )
inline

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

◆ CopyFrom()

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

@protoc_insertion_point(class_specific_copy_from_start:operations_research.CourseSchedulingModel)

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

◆ courses() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::Course > & operations_research::CourseSchedulingModel::courses ( ) const
inline

@protoc_insertion_point(field_list:operations_research.CourseSchedulingModel.courses)

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

◆ courses() [2/2]

const::operations_research::Course & operations_research::CourseSchedulingModel::courses ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.CourseSchedulingModel.courses)

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

◆ courses_size()

int operations_research::CourseSchedulingModel::courses_size ( ) const
inline

repeated .operations_research.Course courses = 4;

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

◆ daily_time_slot_count()

int32_t operations_research::CourseSchedulingModel::daily_time_slot_count ( ) const
inline

@protoc_insertion_point(field_get:operations_research.CourseSchedulingModel.daily_time_slot_count)

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

◆ days_count()

int32_t operations_research::CourseSchedulingModel::days_count ( ) const
inline

@protoc_insertion_point(field_get:operations_research.CourseSchedulingModel.days_count)

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ display_name()

const::std::string & operations_research::CourseSchedulingModel::display_name ( ) const
inline

@protoc_insertion_point(field_get:operations_research.CourseSchedulingModel.display_name)

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ InternalGenerateClassData_()

auto operations_research::CourseSchedulingModel::InternalGenerateClassData_ ( )
staticconstexpr

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

◆ InternalNewImpl_()

auto operations_research::CourseSchedulingModel::InternalNewImpl_ ( )
staticconstexprprotected

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_courses() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::Course > *PROTOBUF_NONNULL operations_research::CourseSchedulingModel::mutable_courses ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.CourseSchedulingModel.courses)

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

◆ mutable_courses() [2/2]

operations_research::Course *PROTOBUF_NONNULL operations_research::CourseSchedulingModel::mutable_courses ( int index)
inline

@protoc_insertion_point(field_mutable:operations_research.CourseSchedulingModel.courses)

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

◆ mutable_display_name()

std::string *PROTOBUF_NONNULL operations_research::CourseSchedulingModel::mutable_display_name ( )
inline

@protoc_insertion_point(field_mutable:operations_research.CourseSchedulingModel.display_name)

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

◆ mutable_rooms() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::Room > *PROTOBUF_NONNULL operations_research::CourseSchedulingModel::mutable_rooms ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.CourseSchedulingModel.rooms)

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

◆ mutable_rooms() [2/2]

operations_research::Room *PROTOBUF_NONNULL operations_research::CourseSchedulingModel::mutable_rooms ( int index)
inline

@protoc_insertion_point(field_mutable:operations_research.CourseSchedulingModel.rooms)

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

◆ mutable_students() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::Student > *PROTOBUF_NONNULL operations_research::CourseSchedulingModel::mutable_students ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.CourseSchedulingModel.students)

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

◆ mutable_students() [2/2]

operations_research::Student *PROTOBUF_NONNULL operations_research::CourseSchedulingModel::mutable_students ( int index)
inline

@protoc_insertion_point(field_mutable:operations_research.CourseSchedulingModel.students)

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

◆ mutable_teachers() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::Teacher > *PROTOBUF_NONNULL operations_research::CourseSchedulingModel::mutable_teachers ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.CourseSchedulingModel.teachers)

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

◆ mutable_teachers() [2/2]

operations_research::Teacher *PROTOBUF_NONNULL operations_research::CourseSchedulingModel::mutable_teachers ( int index)
inline

@protoc_insertion_point(field_mutable:operations_research.CourseSchedulingModel.teachers)

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ release_display_name()

std::string *PROTOBUF_NULLABLE operations_research::CourseSchedulingModel::release_display_name ( )
inlinenodiscard

@protoc_insertion_point(field_release:operations_research.CourseSchedulingModel.display_name)

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

◆ rooms() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::Room > & operations_research::CourseSchedulingModel::rooms ( ) const
inline

@protoc_insertion_point(field_list:operations_research.CourseSchedulingModel.rooms)

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

◆ rooms() [2/2]

const::operations_research::Room & operations_research::CourseSchedulingModel::rooms ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.CourseSchedulingModel.rooms)

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

◆ rooms_size()

int operations_research::CourseSchedulingModel::rooms_size ( ) const
inline

repeated .operations_research.Room rooms = 7;

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

◆ set_allocated_display_name()

void operations_research::CourseSchedulingModel::set_allocated_display_name ( ::std::string *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.CourseSchedulingModel.display_name)

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

◆ set_daily_time_slot_count()

void operations_research::CourseSchedulingModel::set_daily_time_slot_count ( ::int32_t value)
inline

@protoc_insertion_point(field_set:operations_research.CourseSchedulingModel.daily_time_slot_count)

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

◆ set_days_count()

void operations_research::CourseSchedulingModel::set_days_count ( ::int32_t value)
inline

@protoc_insertion_point(field_set:operations_research.CourseSchedulingModel.days_count)

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

◆ set_display_name() [1/2]

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

◆ set_display_name() [2/2]

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

@protoc_insertion_point(field_set:operations_research.CourseSchedulingModel.display_name)

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

◆ students() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::Student > & operations_research::CourseSchedulingModel::students ( ) const
inline

@protoc_insertion_point(field_list:operations_research.CourseSchedulingModel.students)

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

◆ students() [2/2]

const::operations_research::Student & operations_research::CourseSchedulingModel::students ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.CourseSchedulingModel.students)

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

◆ students_size()

int operations_research::CourseSchedulingModel::students_size ( ) const
inline

repeated .operations_research.Student students = 6;

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

◆ Swap()

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

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

◆ teachers() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::Teacher > & operations_research::CourseSchedulingModel::teachers ( ) const
inline

@protoc_insertion_point(field_list:operations_research.CourseSchedulingModel.teachers)

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

◆ teachers() [2/2]

const::operations_research::Teacher & operations_research::CourseSchedulingModel::teachers ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.CourseSchedulingModel.teachers)

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

◆ teachers_size()

int operations_research::CourseSchedulingModel::teachers_size ( ) const
inline

repeated .operations_research.Teacher teachers = 5;

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fscheduling_2fcourse_5fscheduling_2eproto

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::CourseSchedulingModel::_impl_

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

◆ kIndexInFileMessages

int operations_research::CourseSchedulingModel::kIndexInFileMessages = 0
staticconstexpr

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


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