|
gucoordinates
|


Go to the source code of this file.
Classes | |
| struct | gu_relative_coordinate_equals_Fake |
Macros | |
| #define | RELATIVE_COORDINATE_FAKES(FAKE) FAKE(gu_relative_coordinate_equals) |
Typedefs | |
| typedef struct gu_relative_coordinate_equals_Fake | gu_relative_coordinate_equals_Fake |
Functions | |
| void | gu_relative_coordinate_equals_reset (void) |
| bool | gu_relative_coordinate_equals (const gu_relative_coordinate arg0, const gu_relative_coordinate arg1, const double arg2) |
Variables | |
| gu_relative_coordinate_equals_Fake | gu_relative_coordinate_equals_fake |
| #define RELATIVE_COORDINATE_FAKES | ( | FAKE | ) | FAKE(gu_relative_coordinate_equals) |
Definition at line 69 of file relative_coordinate_fakes.h.
| bool gu_relative_coordinate_equals | ( | const gu_relative_coordinate | arg0, |
| const gu_relative_coordinate | arg1, | ||
| const double | arg2 | ||
| ) |
Definition at line 63 of file relative_coordinate.c.
References gu_relative_coordinate::direction, and gu_relative_coordinate::distance.
Referenced by gu_optional_relative_coordinate_equals(), GU::RelativeCoordinate::operator==(), and CGTEST::TEST_F().
| void gu_relative_coordinate_equals_reset | ( | void | ) |
Definition at line 63 of file relative_coordinate_fakes.c.
|
extern |
Definition at line 63 of file relative_coordinate_fakes.c.