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

Go to the source code of this file.

Typedefs

typedef enum operation operation_t
 

Enumerations

enum  operation {
  OPERATION_INSERT = 0, OPERATION_REMOVE = 1, OPERATION_REVERSE = 2, NUM_OPERATION,
  OPERATION_MAKE_RESERVATION = 0L, OPERATION_DELETE_CUSTOMER = 1L, OPERATION_UPDATE_TABLE = 2L, NUM_OPERATION
}
 

Typedef Documentation

typedef enum operation operation_t

Enumeration Type Documentation

enum operation
Enumerator
OPERATION_INSERT 
OPERATION_REMOVE 
OPERATION_REVERSE 
NUM_OPERATION 
OPERATION_MAKE_RESERVATION 
OPERATION_DELETE_CUSTOMER 
OPERATION_UPDATE_TABLE 
NUM_OPERATION