problemscpp
A collection of my answers to algorithm problems in c++.
|
#include <pat.h>
Public 成员函数 | |
customer ()=default | |
customer (unsigned id, const string &arrive_time_str, unsigned p) | |
bool | operator< (const customer &b) const |
Public 属性 | |
unsigned | arrive_time {} |
string | arrive_time_str |
客户的到达时间,用 HH:MM:SS 表示 更多... | |
unsigned | id {} |
unsigned | p {} |
客户的业务办理时间 P(单位:分钟) 更多... | |
unsigned | start_time {} |
|
default |
pat::a::a1017::customer::customer | ( | unsigned | id, |
const string & | arrive_time_str, | ||
unsigned | p | ||
) |
引用了 arrive_time , 以及 arrive_time_str.
bool pat::a::a1017::customer::operator< | ( | const customer & | b | ) | const |
引用了 arrive_time_str.
unsigned pat::a::a1017::customer::arrive_time {} |
被这些函数引用 customer().
string pat::a::a1017::customer::arrive_time_str |
unsigned pat::a::a1017::customer::p {} |