problemscpp
A collection of my answers to algorithm problems in c++.
Public 成员函数 | Public 属性 | 所有成员列表
pat::a::a1026::table结构体 参考

#include <pat.h>

Public 成员函数

bool operator> (const table &p) const
 

Public 属性

unsigned end_time = 0
 
unsigned id = 0
 

详细描述

在文件 pat.h878 行定义.

成员函数说明

◆ operator>()

bool pat::a::a1026::table::operator> ( const table p) const

在文件 pat.cpp4703 行定义.

4703 {
4704 if(end_time != t.end_time) {
4705 return end_time > t.end_time;
4706 }
4707 return id > t.id;
4708 }
unsigned end_time
Definition: pat.h:880

引用了 end_time , 以及 id.

类成员变量说明

◆ end_time

unsigned pat::a::a1026::table::end_time = 0

在文件 pat.h880 行定义.

被这些函数引用 operator>().

◆ id

unsigned pat::a::a1026::table::id = 0

在文件 pat.h879 行定义.

被这些函数引用 operator>().


该结构体的文档由以下文件生成: