Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches

Common types and required headers for the JawsMako interface. More...

Collaboration diagram for Types:

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.

Detailed Description

Common types and required headers for the JawsMako interface.

Typedef Documentation

◆ IError

An error type used for exceptions. Synonymous with IEDLError.

◆ RawString

A raw, 8 bit string. Encoding depends on context.

◆ String

A wide character string (UTF-16 on Windows, UTF-32 on all other platforms)

◆ U16String

An explicit UTF-16 string, regardless of platform.

◆ U32String

An explicit UTF-32 string, regardless of platform.

◆ U8String