![]() |
Mako 8.2.0 API
MakoCore SDK API Documentation
|
Common types and required headers for the JawsMako interface. More...
Files | |
| file | hashable.h |
| An abstract interface for an object that can be hashed. | |
Typedefs | |
| typedef IEDLError | JawsMako::IError |
| An error type used for exceptions. Synonymous with IEDLError. | |
| typedef EDLString | JawsMako::String |
| A wide character string (UTF-16 on Windows, UTF-32 on all other platforms) | |
| typedef EDLSysString | JawsMako::U8String |
| A UTF-8 String. | |
| typedef EDLSysString | JawsMako::RawString |
| A raw, 8 bit string. Encoding depends on context. | |
| typedef EDLU16String | JawsMako::U16String |
| An explicit UTF-16 string, regardless of platform. | |
| typedef EDLU32String | JawsMako::U32String |
| An explicit UTF-32 string, regardless of platform. | |
Common types and required headers for the JawsMako interface.
| typedef IEDLError JawsMako::IError |
An error type used for exceptions. Synonymous with IEDLError.
| typedef EDLSysString JawsMako::RawString |
A raw, 8 bit string. Encoding depends on context.
| typedef EDLString JawsMako::String |
A wide character string (UTF-16 on Windows, UTF-32 on all other platforms)
| typedef EDLU16String JawsMako::U16String |
An explicit UTF-16 string, regardless of platform.
| typedef EDLU32String JawsMako::U32String |
An explicit UTF-32 string, regardless of platform.
| typedef EDLSysString JawsMako::U8String |
A UTF-8 String.