#include <stdint.h>
#include <sys/types.h>
#include <vector>
Defines | |
#define | BTYPES_H 1 |
Typedefs | |
typedef int8_t | BInt8 |
typedef uint8_t | BUInt8 |
typedef int16_t | BInt16 |
typedef uint16_t | BUInt16 |
typedef int32_t | BInt32 |
typedef uint32_t | BUInt32 |
typedef int64_t | BInt64 |
typedef uint64_t | BUInt64 |
typedef float | BFloat |
typedef double | BDouble |
typedef size_t | BSize |
typedef uint32_t | BUInt |
typedef std::vector< float > | BArrayFloat |
typedef std::vector< double > | BArrayDouble |
typedef int8_t | Int8 |
typedef uint8_t | UInt8 |
typedef int16_t | Int16 |
typedef uint16_t | UInt16 |
typedef int32_t | Int32 |
typedef uint32_t | UInt32 |
typedef int64_t | Int64 |
typedef uint64_t | UInt64 |
typedef float | Float |
typedef double | Double |
#define BTYPES_H 1 |
typedef std::vector<double> BArrayDouble |
typedef std::vector<float> BArrayFloat |
typedef double BDouble |
typedef float BFloat |
typedef int16_t BInt16 |
typedef int32_t BInt32 |
typedef int64_t BInt64 |
typedef int8_t BInt8 |
typedef size_t BSize |
typedef uint32_t BUInt |
typedef uint16_t BUInt16 |
typedef uint32_t BUInt32 |
typedef uint64_t BUInt64 |
typedef uint8_t BUInt8 |
typedef double Double |
typedef float Float |
typedef int16_t Int16 |
typedef int32_t Int32 |
typedef int64_t Int64 |
typedef int8_t Int8 |
typedef uint16_t UInt16 |
typedef uint32_t UInt32 |
typedef uint64_t UInt64 |
typedef uint8_t UInt8 |