Go to the first, previous, next, last section, table of contents.


Foreign Language Interface Builder

Author(s): Jose Morales, Manuel Carro.

Version: 1.11#222 (2004/5/24, 13:8:7 CEST)

Version of last change: 1.11#218 (2004/4/13, 18:31:33 CEST)

Low-level utilities for building foreign interfaces. End-users should not need to use them, as the Ciao Prolog Compiler reads the user assertions and calls appropriately the predicates in this module.

Usage and interface (build_foreign_interface)

Documentation on exports (build_foreign_interface)

PREDICATE: build_foreign_interface/1:

Usage: build_foreign_interface(File)

PREDICATE: rebuild_foreign_interface/1:

Usage: rebuild_foreign_interface(File)

PREDICATE: build_foreign_interface_explicit_decls/2:

Usage: build_foreign_interface_explicit_decls(File, Decls)

PREDICATE: rebuild_foreign_interface_explicit_decls/2:

Usage: rebuild_foreign_interface_explicit_decls(File, Decls)

PREDICATE: build_foreign_interface_object/1:

Usage: build_foreign_interface_object(File)

PREDICATE: rebuild_foreign_interface_object/1:

Usage: rebuild_foreign_interface_object(File)

PREDICATE: do_interface/1:

Usage: do_interface(Decls)


Go to the first, previous, next, last section, table of contents.