File utils.c
FileList > note-plpath > test > utils > utils.c
Go to the source code of this file
#include "utils.h"#include "notation_plpath.h"#include "stdlib.h"#include <stdbool.h>
Public Attributes
| Type | Name |
|---|---|
| note_plpath_point_t | p00 = { 0, 0, 0, &p01 } |
| note_plpath_point_t | p01 = { 0, 1, 1, &p02 } |
| note_plpath_point_t | p02 = { 0, 2, 2, &p03 } |
| note_plpath_point_t | p03 = { 0, 3, 3, NULL } |
| note_plpath_point_t | p10 = { 1, 0, 0, &p11 } |
| note_plpath_point_t | p11 = { 1, 1, 1, &p12 } |
| note_plpath_point_t | p12 = { 1, 2, 2, NULL } |
| note_plpath_point_t | p20 = { 2, 0, 0, NULL } |
Public Functions
| Type | Name |
|---|---|
| bool | test_util_path_equal (const note_plpath_t * tree1, const note_plpath_t * tree2) |
Public Static Functions
| Type | Name |
|---|---|
| bool | point_equal (const note_plpath_point_t * point1, const note_plpath_point_t * point2) |
Public Attributes Documentation
variable p00
note_plpath_point_t p00;
variable p01
note_plpath_point_t p01;
variable p02
note_plpath_point_t p02;
variable p03
note_plpath_point_t p03;
variable p10
note_plpath_point_t p10;
variable p11
note_plpath_point_t p11;
variable p12
note_plpath_point_t p12;
variable p20
note_plpath_point_t p20;
Public Functions Documentation
function test_util_path_equal
bool test_util_path_equal (
const note_plpath_t * tree1,
const note_plpath_t * tree2
)
Public Static Functions Documentation
function point_equal
static bool point_equal (
const note_plpath_point_t * point1,
const note_plpath_point_t * point2
)
The documentation for this class was generated from the following file source/note-plpath/test/utils/utils.c