
Go to the source code of this file.
Enumerations | |
| enum | conduit_datatype_type_id { CONDUIT_EMPTY_ID = 0, CONDUIT_OBJECT_ID = 1, CONDUIT_LIST_ID = 2, CONDUIT_INT8_ID = 3, CONDUIT_INT16_ID = 4, CONDUIT_INT32_ID = 5, CONDUIT_INT64_ID = 6, CONDUIT_UINT8_ID = 7, CONDUIT_UINT16_ID = 8, CONDUIT_UINT32_ID = 9, CONDUIT_UINT64_ID = 10, CONDUIT_FLOAT32_ID = 11, CONDUIT_FLOAT64_ID = 12, CONDUIT_CHAR8_STR_ID = 13 } |
| #define CONDUIT_SIZEOF_BYTE 1 |
file: Bitwidth_Style_Types.hpp
Definition at line 61 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_SIZEOF_CHAR 1 |
Definition at line 63 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_SIZEOF_SHORT 2 |
Definition at line 64 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_SIZEOF_INT 4 |
Definition at line 65 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_SIZEOF_LONG 8 |
Definition at line 66 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_SIZEOF_LONG_LONG 8 |
Definition at line 67 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_SIZEOF_FLOAT 4 |
Definition at line 69 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_SIZEOF_DOUBLE 8 |
Definition at line 70 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_SIZEOF_LONG_DOUBLE 16 |
Definition at line 71 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_SIZEOF_VOID_P 8 |
Definition at line 73 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_HAS_LONG_LONG 1 |
Definition at line 76 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_HAS_LONG_DOUBLE 1 |
Definition at line 77 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_USE_CHAR 1 |
Definition at line 82 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_USE_SHORT 1 |
Definition at line 83 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_USE_INT 1 |
Definition at line 84 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_USE_LONG 1 |
Definition at line 85 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_USE_FLOAT 1 |
Definition at line 87 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_USE_DOUBLE 1 |
Definition at line 88 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_CHAR_IS_UNSIGNED |
Definition at line 136 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_SHORT_IS_UNSIGNED |
Definition at line 145 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_INT_IS_UNSIGNED |
Definition at line 151 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_LONG_IS_UNSIGNED |
Definition at line 157 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_LONG_LONG_IS_UNSIGNED |
Definition at line 164 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_INT8_NATIVE_NAME "signed char" |
Definition at line 222 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_INT16_NATIVE_NAME "signed short" |
Definition at line 223 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_INT32_NATIVE_NAME "signed int" |
Definition at line 224 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_INT64_NATIVE_NAME "signed long" |
Definition at line 225 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_UINT8_NATIVE_NAME "unsigned char" |
Definition at line 236 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_UINT16_NATIVE_NAME "unsigned short" |
Definition at line 237 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_UINT32_NATIVE_NAME "unsigned int" |
Definition at line 238 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_UINT64_NATIVE_NAME "unsigned long" |
Definition at line 239 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_FLOAT32_NATIVE_NAME "float" |
Definition at line 249 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_FLOAT64_NATIVE_NAME "double" |
Definition at line 250 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_SIGNED_CHAR conduit_int8 |
Definition at line 256 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_SIGNED_SHORT conduit_int16 |
Definition at line 257 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_SIGNED_INT conduit_int32 |
Definition at line 258 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_SIGNED_LONG conduit_int64 |
Definition at line 259 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_SIGNED_LONG_LONG conduit_int64 |
Definition at line 261 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_SIGNED_CHAR_ID 3 |
Definition at line 264 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_SIGNED_SHORT_ID 4 |
Definition at line 265 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_SIGNED_INT_ID 5 |
Definition at line 266 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_SIGNED_LONG_ID 6 |
Definition at line 267 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_SIGNED_LONG_LONG_ID 6 |
Definition at line 269 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_UNSIGNED_CHAR conduit_uint8 |
Definition at line 275 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_UNSIGNED_SHORT conduit_uint16 |
Definition at line 276 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_UNSIGNED_INT conduit_uint32 |
Definition at line 277 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_UNSIGNED_LONG conduit_uint64 |
Definition at line 278 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_UNSIGNED_LONG_LONG conduit_uint64 |
Definition at line 280 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_UNSIGNED_CHAR_ID 7 |
Definition at line 283 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_UNSIGNED_SHORT_ID 8 |
Definition at line 284 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_UNSIGNED_INT_ID 9 |
Definition at line 285 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_UNSIGNED_LONG_ID 10 |
Definition at line 286 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_UNSIGNED_LONG_LONG_ID 10 |
Definition at line 288 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_CHAR CONDUIT_NATIVE_UNSIGNED_CHAR |
Definition at line 295 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_SHORT CONDUIT_NATIVE_SIGNED_SHORT |
Definition at line 300 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_INT CONDUIT_NATIVE_SIGNED_INT |
Definition at line 301 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_LONG CONDUIT_NATIVE_SIGNED_LONG |
Definition at line 302 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_LONG_LONG CONDUIT_NATIVE_SIGNED_LONG_LONG |
Definition at line 304 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_CHAR_ID CONDUIT_NATIVE_UNSIGNED_CHAR_ID |
Definition at line 308 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_SHORT_ID CONDUIT_NATIVE_SIGNED_SHORT_ID |
Definition at line 313 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_INT_ID CONDUIT_NATIVE_SIGNED_INT_ID |
Definition at line 314 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_LONG_ID CONDUIT_NATIVE_SIGNED_LONG_ID |
Definition at line 315 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_LONG_LONG_ID 6 |
Definition at line 317 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_FLOAT conduit_float32 |
Definition at line 324 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_DOUBLE conduit_float64 |
Definition at line 325 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_FLOAT_ID 11 |
Definition at line 330 of file conduit_bitwidth_style_types.h.
| #define CONDUIT_NATIVE_DOUBLE_ID 12 |
Definition at line 331 of file conduit_bitwidth_style_types.h.
| typedef unsigned char conduit_unsigned_char |
Definition at line 97 of file conduit_bitwidth_style_types.h.
| typedef unsigned short conduit_unsigned_short |
Definition at line 98 of file conduit_bitwidth_style_types.h.
| typedef unsigned int conduit_unsigned_int |
Definition at line 99 of file conduit_bitwidth_style_types.h.
| typedef unsigned long conduit_unsigned_long |
Definition at line 100 of file conduit_bitwidth_style_types.h.
| typedef unsigned long long conduit_unsigned_long_long |
Definition at line 103 of file conduit_bitwidth_style_types.h.
| typedef signed char conduit_signed_char |
Definition at line 110 of file conduit_bitwidth_style_types.h.
| typedef signed short conduit_signed_short |
Definition at line 111 of file conduit_bitwidth_style_types.h.
| typedef signed int conduit_signed_int |
Definition at line 112 of file conduit_bitwidth_style_types.h.
| typedef signed long conduit_signed_long |
Definition at line 113 of file conduit_bitwidth_style_types.h.
| typedef signed long long conduit_signed_long_long |
Definition at line 116 of file conduit_bitwidth_style_types.h.
| typedef float conduit_float |
Definition at line 123 of file conduit_bitwidth_style_types.h.
| typedef double conduit_double |
Definition at line 124 of file conduit_bitwidth_style_types.h.
| typedef long double conduit_long_double |
Definition at line 130 of file conduit_bitwidth_style_types.h.
| typedef conduit_unsigned_char conduit_char |
Definition at line 172 of file conduit_bitwidth_style_types.h.
| typedef conduit_signed_short conduit_short |
Definition at line 177 of file conduit_bitwidth_style_types.h.
| typedef conduit_signed_int conduit_int |
Definition at line 178 of file conduit_bitwidth_style_types.h.
| typedef conduit_signed_long conduit_long |
Definition at line 179 of file conduit_bitwidth_style_types.h.
Definition at line 182 of file conduit_bitwidth_style_types.h.
| typedef conduit_signed_char conduit_int8 |
Definition at line 216 of file conduit_bitwidth_style_types.h.
| typedef conduit_signed_short conduit_int16 |
Definition at line 217 of file conduit_bitwidth_style_types.h.
| typedef conduit_signed_int conduit_int32 |
Definition at line 218 of file conduit_bitwidth_style_types.h.
| typedef conduit_signed_long conduit_int64 |
Definition at line 219 of file conduit_bitwidth_style_types.h.
| typedef conduit_unsigned_char conduit_uint8 |
Definition at line 230 of file conduit_bitwidth_style_types.h.
| typedef conduit_unsigned_short conduit_uint16 |
Definition at line 231 of file conduit_bitwidth_style_types.h.
| typedef conduit_unsigned_int conduit_uint32 |
Definition at line 232 of file conduit_bitwidth_style_types.h.
| typedef conduit_unsigned_long conduit_uint64 |
Definition at line 233 of file conduit_bitwidth_style_types.h.
| typedef conduit_float conduit_float32 |
Definition at line 245 of file conduit_bitwidth_style_types.h.
| typedef conduit_double conduit_float64 |
Definition at line 246 of file conduit_bitwidth_style_types.h.
| typedef conduit_int32 conduit_index32_t |
| typedef conduit_int64 conduit_index64_t |
Definition at line 343 of file conduit_bitwidth_style_types.h.
| typedef conduit_index64_t conduit_index_t |
use a 64-bit index, unless CONDUIT_INDEX_32 is defined.
Definition at line 349 of file conduit_bitwidth_style_types.h.
Definition at line 189 of file conduit_bitwidth_style_types.h.
1.8.13 on Tue May 18 2021