tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
coordinate.h File Reference
#include "tm.h"
#include "types.h"
Include dependency graph for coordinate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  coordinate
 

Typedefs

typedef struct coordinate coordinate_t
 

Functions

coordinate_tcoordinate_alloc (long x, long y, long z)
 
void coordinate_free (coordinate_t *coordinatePtr)
 
bool_t coordinate_isEqual (coordinate_t *aPtr, coordinate_t *bPtr)
 
long coordinate_comparePair (const void *aPtr, const void *bPtr)
 
bool_t coordinate_areAdjacent (coordinate_t *aPtr, coordinate_t *bPtr)
 

Typedef Documentation

typedef struct coordinate coordinate_t

Function Documentation

coordinate_t* coordinate_alloc ( long  x,
long  y,
long  z 
)

Here is the caller graph for this function:

bool_t coordinate_areAdjacent ( coordinate_t aPtr,
coordinate_t bPtr 
)

Here is the caller graph for this function:

long coordinate_comparePair ( const void *  aPtr,
const void *  bPtr 
)

Here is the call graph for this function:

void coordinate_free ( coordinate_t coordinatePtr)
bool_t coordinate_isEqual ( coordinate_t aPtr,
coordinate_t bPtr 
)

Here is the caller graph for this function: