#include "octave-config.h"
Go to the source code of this file.
Classes | |
struct | mxComplexDouble |
struct | mxComplexInt16 |
struct | mxComplexInt32 |
struct | mxComplexInt64 |
struct | mxComplexInt8 |
struct | mxComplexSingle |
struct | mxComplexUint16 |
struct | mxComplexUint32 |
struct | mxComplexUint64 |
struct | mxComplexUint8 |
Typedefs | |
typedef int64_t | mwIndex |
typedef int64_t | mwSignedIndex |
typedef int64_t | mwSize |
typedef char | mxChar |
typedef double | mxDouble |
typedef int16_t | mxInt16 |
typedef int32_t | mxInt32 |
typedef int64_t | mxInt64 |
typedef int8_t | mxInt8 |
typedef unsigned char | mxLogical |
typedef float | mxSingle |
typedef uint16_t | mxUint16 |
typedef uint32_t | mxUint32 |
typedef uint64_t | mxUint64 |
typedef uint8_t | mxUint8 |
Enumerations | |
enum | mxClassID { mxUNKNOWN_CLASS = 0 , mxCELL_CLASS , mxSTRUCT_CLASS , mxLOGICAL_CLASS , mxCHAR_CLASS , mxVOID_CLASS , mxDOUBLE_CLASS , mxSINGLE_CLASS , mxINT8_CLASS , mxUINT8_CLASS , mxINT16_CLASS , mxUINT16_CLASS , mxINT32_CLASS , mxUINT32_CLASS , mxINT64_CLASS , mxUINT64_CLASS , mxFUNCTION_CLASS } |
enum | mxComplexity { mxREAL = 0 , mxCOMPLEX = 1 } |
typedef int64_t mwSignedIndex |
enum mxClassID |
enum mxComplexity |