idlc 1.5.14
Interface Definition Language Compiler
|
Core type definitions for the Idl framework. More...
#include "idl-platform.h"
Go to the source code of this file.
Typedefs | |
Opaque Object Types | |
Forward declarations for framework objects using opaque pointer types These macros generate typedefs for pointers to incomplete struct types, providing type safety while hiding implementation details. Each represents a major subsystem in the Idl framework.
| |
typedef struct _idl_compilation_result * | idl_compilation_result_t |
Compilation result. | |
typedef struct _idl_options * | idl_options_t |
Compilation options. | |
typedef struct _idl_compiler * | idl_compiler_t |
Compiler interface. | |
Core type definitions for the Idl framework.
This header defines the fundamental object types and handles used throughout the Idl framework. It provides forward declarations for all major system components using opaque pointer types (IDL_TYPE).