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

#include <comp526.h>

Public 成员函数

 Student (int id)
 

Public 属性

unordered_map< Company *, int > c_priority
 
int current_priority = 0
 
int id = -1
 
Companymatched_company = nullptr
 
unordered_map< int, Company * > priority_c
 

详细描述

在文件 comp526.h20 行定义.

构造及析构函数说明

◆ Student()

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

在文件 comp526.h22 行定义.

引用了 id.

类成员变量说明

◆ c_priority

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

在文件 comp526.h26 行定义.

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

◆ current_priority

int comp526::stable_matching::Student::current_priority = 0

在文件 comp526.h24 行定义.

◆ id

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

在文件 comp526.h23 行定义.

被这些函数引用 Student().

◆ matched_company

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

在文件 comp526.h27 行定义.

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

◆ priority_c

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

在文件 comp526.h25 行定义.

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


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