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

#include <acwing.h>

Public 成员函数

 point (int x, int y, int step)
 

Public 属性

int step
 
int x
 
int y
 

详细描述

在文件 acwing.h148 行定义.

构造及析构函数说明

◆ point()

acwing::acwing2019::point::point ( int  x,
int  y,
int  step 
)
inline

在文件 acwing.h153 行定义.

类成员变量说明

◆ step

int acwing::acwing2019::point::step

在文件 acwing.h151 行定义.

被这些函数引用 acwing::acwing2019::bfs().

◆ x

int acwing::acwing2019::point::x

在文件 acwing.h149 行定义.

◆ y

int acwing::acwing2019::point::y

在文件 acwing.h150 行定义.


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