problemscpp
A collection of my answers to algorithm problems in c++.
载入中...
搜索中...
未找到
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
横坐标
unsigned int y
纵坐标

引用了 d, x , 以及 y.

类成员变量说明

◆ d

direction acwing::acwing1929::step::d

方向

在文件 acwing.h564 行定义.

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

◆ x

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

横坐标

在文件 acwing.h566 行定义.

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

◆ y

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

纵坐标

在文件 acwing.h568 行定义.

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


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