idlc 1.5.14
Interface Definition Language Compiler
Loading...
Searching...
No Matches
idl-types.h File Reference

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.

See also
IDL_TYPE
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.
 

Detailed Description

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).

Author
Vladimir Shaleev vladi.nosp@m.mirs.nosp@m.halee.nosp@m.v@gm.nosp@m.ail.c.nosp@m.om