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

Detailed Description

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

#include <course_scheduling.pb.h>

Inheritance diagram for operations_research::Student:

Classes

class  _Internal

Public Types

enum  : int { kCourseIndicesFieldNumber = 2 , kDisplayNameFieldNumber = 1 }

Public Member Functions

 Student ()
 ~Student () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR Student (::google::protobuf::internal::ConstantInitialized)
 Student (const Student &from)
 Student (Student &&from) noexcept
Studentoperator= (const Student &from)
Studentoperator= (Student &&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 (Student *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (Student *PROTOBUF_NONNULL other)
Student *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const Student &from)
void MergeFrom (const Student &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 course_indices_size () const
void clear_course_indices ()
::int32_t course_indices (int index) const
void set_course_indices (int index, ::int32_t value)
void add_course_indices (::int32_t value)
const ::google::protobuf::RepeatedField<::int32_t > & course_indices () const
::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL mutable_course_indices ()
void clear_display_name ()
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)
template<typename>
PROTOBUF_CONSTEXPR Student (::_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 Studentdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 6

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 (Student &a, Student &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kCourseIndicesFieldNumber 
kDisplayNameFieldNumber 

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

Constructor & Destructor Documentation

◆ Student() [1/5]

operations_research::Student::Student ( )
inline

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

◆ ~Student()

operations_research::Student::~Student ( )

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

◆ Student() [2/5]

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

◆ Student() [3/5]

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

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

◆ Student() [4/5]

operations_research::Student::Student ( Student && from)
inlinenoexcept

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

◆ Student() [5/5]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

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

◆ add_course_indices()

void operations_research::Student::add_course_indices ( ::int32_t value)
inline

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

◆ ByteSizeLong()

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

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

◆ Clear()

PROTOBUF_NOINLINE void operations_research::Student::Clear ( )

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

◆ clear_course_indices()

void operations_research::Student::clear_course_indices ( )
inline

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

◆ clear_display_name()

void operations_research::Student::clear_display_name ( )
inline

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

◆ CopyFrom()

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

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

◆ course_indices() [1/2]

const::google::protobuf::RepeatedField<::int32_t > & operations_research::Student::course_indices ( ) const
inline

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

◆ course_indices() [2/2]

int32_t operations_research::Student::course_indices ( int index) const
inline

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

◆ course_indices_size()

int operations_research::Student::course_indices_size ( ) const
inline

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ display_name()

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

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ InternalGenerateClassData_()

auto operations_research::Student::InternalGenerateClassData_ ( )
staticconstexpr

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_course_indices()

google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL operations_research::Student::mutable_course_indices ( )
inline

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

◆ mutable_display_name()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_display_name()

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

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

◆ set_allocated_display_name()

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

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

◆ set_course_indices()

void operations_research::Student::set_course_indices ( int index,
::int32_t value )
inline

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

◆ set_display_name() [1/2]

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

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

◆ set_display_name() [2/2]

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fscheduling_2fcourse_5fscheduling_2eproto

friend struct ::TableStruct_ortools_2fscheduling_2fcourse_5fscheduling_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::Student::_impl_

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

◆ kIndexInFileMessages

int operations_research::Student::kIndexInFileMessages = 6
staticconstexpr

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


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