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

行动 更多...

#include <acwing.h>

Public 成员函数

 step (direction d, unsigned int x, unsigned int y)
 

Public 属性

direction d
 方向 更多...
 
unsigned int x
 横坐标 更多...
 
unsigned int y
 纵坐标 更多...
 

详细描述

行动

在文件 acwing.h562 行定义.

构造及析构函数说明

◆ step()

acwing::acwing1929::step::step ( direction  d,
unsigned int  x,
unsigned int  y 
)
inline

在文件 acwing.h570 行定义.

570: d(d), x(x), y(y){};
unsigned int x
横坐标
Definition: acwing.h:566
direction d
方向
Definition: acwing.h:564
unsigned int y
纵坐标
Definition: acwing.h:568

类成员变量说明

◆ d

direction acwing::acwing1929::step::d

方向

在文件 acwing.h564 行定义.

被这些函数引用 acwing::acwing1929::step_hash::operator()() , 以及 acwing::acwing1929::step_equal::operator()().

◆ x

unsigned int acwing::acwing1929::step::x

横坐标

在文件 acwing.h566 行定义.

被这些函数引用 acwing::acwing1929::step_hash::operator()() , 以及 acwing::acwing1929::step_equal::operator()().

◆ y

unsigned int acwing::acwing1929::step::y

纵坐标

在文件 acwing.h568 行定义.

被这些函数引用 acwing::acwing1929::step_hash::operator()() , 以及 acwing::acwing1929::step_equal::operator()().


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