Wheefun I/O Library
0.0.5
Useful I/O Primitives.
|
Integral type definitions. More...
Go to the source code of this file.
Classes | |
struct | wfio_undefined_t |
A structure indicating no definition. More... | |
Namespaces | |
wfio | |
The root namespace for WFIO. | |
Typedefs | |
typedef WFIO_C_BEGIN struct wfio_undefined_t | wfio_undefined_t |
A structure indicating no definition. More... | |
typedef enum wfio_endian_t | wfio_endian_t |
A categorization of the byte-order of multibyte integers. | |
typedef ::wfio_undefined_t | wfio::undefined_t |
A structure indicating no definition. More... | |
typedef ::wfio_endian_t | wfio::endian_t |
A categorization of the byte-order of multibyte integers. More... | |
Enumerations | |
enum | wfio_endian_t { WFIO_ENDIAN_BIG, WFIO_ENDIAN_LIL, WFIO_ENDIAN_LIL16, WFIO_ENDIAN_BIGLIL, WFIO_ENDIAN_X86 = WFIO_ENDIAN_LIL, WFIO_ENDIAN_PPC = WFIO_ENDIAN_BIG, WFIO_ENDIAN_JAVA = WFIO_ENDIAN_BIG, WFIO_ENDIAN_INET = WFIO_ENDIAN_BIG, WFIO_ENDIAN_PDP = WFIO_ENDIAN_LIL16, WFIO_ENDIAN_HOST, WFIO_ENDIAN_RHOST, WFIO_ENDIAN_FLT } |
A categorization of the byte-order of multibyte integers. More... | |
Integral type definitions.
This basic miscellaneous types.
typedef WFIO_C_BEGIN struct wfio_undefined_t wfio_undefined_t |
A structure indicating no definition.
This structure exists as a stand-in for types that cannot be defined. It is intended to facilitate
enum wfio_endian_t |
A categorization of the byte-order of multibyte integers.