Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Typedefs | Variables
matfile/matfile_concepts/src/types.hh File Reference

Go to the source code of this file.

Typedefs

typedef char byte
typedef miINT32_t MATtype
typedef double miDOUBLE_t
typedef int16_t miINT16_t
typedef int32_t miINT32_t
typedef int64_t miINT64_t
typedef signed char miINT8_t
typedef miINT32_t miMATRIX_class
typedef float miSINGLE_t
typedef uint16_t miUINT16_t
typedef uint32_t miUINT32_t
typedef uint64_t miUINT64_t
typedef unsigned char miUINT8_t

Variables

const miINT32_t miCOMPRESSED = 15
const miINT32_t miDOUBLE = 9
const miINT32_t miINT16 = 3
const miINT32_t miINT32 = 5
const miINT32_t miINT64 = 12
const miINT32_t miINT8 = 1
const miINT32_t miMATRIX = 14
const miINT32_t miSINGLE = 7
const miINT32_t miUINT16 = 4
const miINT32_t miUINT32 = 6
const miINT32_t miUINT64 = 13
const miINT32_t miUINT8 = 2
const miINT32_t miUTF16 = 17
const miINT32_t miUTF32 = 18
const miINT32_t miUTF8 = 16
const miINT32_t mxCELL_CLASS = 1
const miINT32_t mxCHAR_CLASS = 4
const miINT32_t mxDOUBLE_CLASS = 6
const miINT32_t mxINT16_CLASS = 10
const miINT32_t mxINT32_CLASS = 12
const miINT32_t mxINT8_CLASS = 8
const miINT32_t mxOBJECT_CLASS = 3
const miINT32_t mxSINGLE_CLASS = 7
const miINT32_t mxSPARSE_CLASS = 5
const miINT32_t mxSTRUCT_CLASS = 2
const miINT32_t mxUINT16_CLASS = 11
const miINT32_t mxUINT32_CLASS = 13
const miINT32_t mxUINT8_CLASS = 9

Typedef Documentation

typedef char byte

Definition at line 23 of file types.hh.

typedef miINT32_t MATtype

Definition at line 37 of file types.hh.

typedef double miDOUBLE_t

Definition at line 34 of file types.hh.

typedef int16_t miINT16_t

Definition at line 27 of file types.hh.

typedef int32_t miINT32_t

Definition at line 29 of file types.hh.

typedef int64_t miINT64_t

Definition at line 31 of file types.hh.

typedef signed char miINT8_t

Definition at line 25 of file types.hh.

Definition at line 57 of file types.hh.

typedef float miSINGLE_t

Definition at line 33 of file types.hh.

typedef uint16_t miUINT16_t

Definition at line 28 of file types.hh.

typedef uint32_t miUINT32_t

Definition at line 30 of file types.hh.

typedef uint64_t miUINT64_t

Definition at line 32 of file types.hh.

typedef unsigned char miUINT8_t

Definition at line 26 of file types.hh.


Variable Documentation

const miINT32_t miCOMPRESSED = 15

Definition at line 49 of file types.hh.

const miINT32_t miDOUBLE = 9

Definition at line 45 of file types.hh.

const miINT32_t miINT16 = 3

Definition at line 40 of file types.hh.

const miINT32_t miINT32 = 5

Definition at line 42 of file types.hh.

const miINT32_t miINT64 = 12

Definition at line 46 of file types.hh.

const miINT32_t miINT8 = 1

Definition at line 38 of file types.hh.

const miINT32_t miMATRIX = 14

Definition at line 48 of file types.hh.

const miINT32_t miSINGLE = 7

Definition at line 44 of file types.hh.

const miINT32_t miUINT16 = 4

Definition at line 41 of file types.hh.

const miINT32_t miUINT32 = 6

Definition at line 43 of file types.hh.

const miINT32_t miUINT64 = 13

Definition at line 47 of file types.hh.

const miINT32_t miUINT8 = 2

Definition at line 39 of file types.hh.

const miINT32_t miUTF16 = 17

Definition at line 51 of file types.hh.

const miINT32_t miUTF32 = 18

Definition at line 52 of file types.hh.

const miINT32_t miUTF8 = 16

Definition at line 50 of file types.hh.

Definition at line 58 of file types.hh.

Definition at line 61 of file types.hh.

Definition at line 63 of file types.hh.

Definition at line 67 of file types.hh.

Definition at line 69 of file types.hh.

Definition at line 65 of file types.hh.

Definition at line 60 of file types.hh.

Definition at line 64 of file types.hh.

Definition at line 62 of file types.hh.

Definition at line 59 of file types.hh.

Definition at line 68 of file types.hh.

Definition at line 70 of file types.hh.

Definition at line 66 of file types.hh.


Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)