Salad  1.0.15
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Macros | Typedefs | Enumerations
types.h File Reference

Go to the source code of this file.

Macros

#define SLD_FALSE   0
 
#define SLD_TRUE   !(SLD_FALSE)
 
#define RETURN_SUCCESS   0
 
#define RETURN_FAILURE   -1
 

Typedefs

typedef unsigned char SLD_BYTE
 
typedef signed short int SLD_SSINT
 
typedef unsigned short int SLD_USINT
 
typedef signed int SLD_SINT
 
typedef unsigned int SLD_UINT
 
typedef signed long int SLD_SLINT
 
typedef unsigned long int SLD_ULINT
 
typedef SLD_USINT SLD_BOOL
 

Enumerations

enum  SLD_DATA_STRUCTURE {
  sld_data_structure_list, sld_data_structure_map, sld_data_structure_queue, sld_data_structure_stack,
  sld_data_structure_tree, sld_data_structure_vector
}
 
enum  SLD_DATA_TYPE {
  sld_data_type_char, sld_data_type_signed_char, sld_data_type_unsigned_char, sld_data_type_short,
  sld_data_type_signed_short, sld_data_type_unsigned_short, sld_data_type_int, sld_data_type_signed_int,
  sld_data_type_unsigned_int, sld_data_type_long, sld_data_type_signed_long, sld_data_type_unsigned_long,
  sld_data_type_float, sld_data_type_double, sld_data_type_char_pointer
}