|
tlds
Transactional Operations for Linked Data Structures
|
#include "coordinate.h"#include "grid.h"#include "list.h"#include "pair.h"#include "queue.h"#include "types.h"#include "vector.h"Go to the source code of this file.
Classes | |
| struct | maze |
Typedefs | |
| typedef struct maze | maze_t |
Functions | |
| maze_t * | maze_alloc () |
| void | maze_free (maze_t *mazePtr) |
| long | maze_read (maze_t *mazePtr, char *inputFileName) |
| bool_t | maze_checkPaths (maze_t *mazePtr, list_t *pathListPtr, bool_t doPrintPaths) |
| maze_t* maze_alloc | ( | ) |
| void maze_free | ( | maze_t * | mazePtr | ) |
| long maze_read | ( | maze_t * | mazePtr, |
| char * | inputFileName | ||
| ) |