Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Coord Struct Reference

Public Member Functions

bool operator== (const Coord &other) const
 

Public Attributes

int x
 
int y
 

Detailed Description

Definition at line 56 of file ida_star_example.cc.

Member Function Documentation

◆ operator==()

bool Coord::operator== ( const Coord other) const
inline

Definition at line 58 of file ida_star_example.cc.

References Aleph::and, Aleph::divide_and_conquer_partition_dp(), x, and y.

Member Data Documentation

◆ x

int Coord::x

Definition at line 57 of file ida_star_example.cc.

Referenced by operator==(), and TEST().

◆ y

int Coord::y

Definition at line 57 of file ida_star_example.cc.

Referenced by operator==(), and TEST().


The documentation for this struct was generated from the following file: