problemscpp
A collection of my answers to algorithm problems in c++.
|
#include <pat.h>
Public 成员函数 | |
record (string name, const string &time, const string &online) | |
unsigned | get_minutes () const |
bool | operator< (const record &r) const |
Public 属性 | |
unsigned | day |
unsigned | hour |
unsigned | minute |
unsigned | month |
string | name |
bool | online |
string | time |
pat::a::a1016::record::record | ( | string | name, |
const string & | time, | ||
const string & | online | ||
) |
unsigned pat::a::a1016::record::get_minutes | ( | ) | const |
bool pat::a::a1016::record::operator< | ( | const record & | r | ) | const |
unsigned pat::a::a1016::record::day |
被这些函数引用 record() , 以及 get_minutes().
unsigned pat::a::a1016::record::hour |
被这些函数引用 record() , 以及 get_minutes().
unsigned pat::a::a1016::record::minute |
被这些函数引用 record() , 以及 get_minutes().
bool pat::a::a1016::record::online |
被这些函数引用 pat::a::a1016::main().
string pat::a::a1016::record::time |
被这些函数引用 record() , 以及 operator<().