|
idlc 1.5.15
Interface Definition Language Compiler
|
Compiler options. More...
#include "idl-results.h"Go to the source code of this file.
Data Structures | |
| struct | idl_source_t |
| Source code. More... | |
| struct | idl_api_version_t |
| Api version. More... | |
Typedefs | |
Function pointer types. | |
Function pointers definitions. | |
| typedef idl_source_t *(* | idl_import_callback_t) (idl_utf8_t name, idl_uint32_t depth, idl_data_t data) |
| Callback to get sources. | |
| typedef void(* | idl_release_import_callback_t) (idl_source_t *source, idl_data_t data) |
| Callback to release sources. | |
| typedef void(* | idl_write_callback_t) (const idl_source_t *source, idl_data_t data) |
| Callback to which the compilation result is passed. | |
Compiler options.
This is where the structures and various compilation options are located.