tlds
Transactional Operations for Linked Data Structures
|
Go to the source code of this file.
Classes | |
struct | router |
struct | router_solve_arg |
Typedefs | |
typedef struct router | router_t |
typedef struct router_solve_arg | router_solve_arg_t |
Functions | |
router_t * | router_alloc (long xCost, long yCost, long zCost, long bendCost) |
void | router_free (router_t *routerPtr) |
void | router_solve (void *argPtr) |
typedef struct router_solve_arg router_solve_arg_t |
router_t* router_alloc | ( | long | xCost, |
long | yCost, | ||
long | zCost, | ||
long | bendCost | ||
) |
void router_free | ( | router_t * | routerPtr | ) |
void router_solve | ( | void * | argPtr | ) |