Go to the source code of this file.
|
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
} |
|