problemscpp
A collection of my answers to algorithm problems in c++.
载入中...
搜索中...
未找到
comp526::stable_matching::Company类 参考

#include <comp526.h>

Public 成员函数

 Company (int id)
 

Public 属性

int id = -1
 
Studentmatched_student = nullptr
 
unordered_map< Student *, int > priority
 
unordered_set< Student * > proposed_students
 

详细描述

在文件 comp526.h30 行定义.

构造及析构函数说明

◆ Company()

comp526::stable_matching::Company::Company ( int id)
inline

在文件 comp526.h32 行定义.

引用了 id.

类成员变量说明

◆ id

int comp526::stable_matching::Company::id = -1

在文件 comp526.h33 行定义.

被这些函数引用 Company().

◆ matched_student

Student* comp526::stable_matching::Company::matched_student = nullptr

在文件 comp526.h35 行定义.

◆ priority

unordered_map<Student *, int> comp526::stable_matching::Company::priority

在文件 comp526.h34 行定义.

被这些函数引用 comp526::stable_matching::Solution::match().

◆ proposed_students

unordered_set<Student *> comp526::stable_matching::Company::proposed_students

在文件 comp526.h36 行定义.


该类的文档由以下文件生成: