
pce_autoload.pl
pce_autoload(+ClassName, +FileSpec)- States class `ClassName' can be created by loading the Prolog
file `FileSpec'. This will actually be done if either the class
is actually needed by PCE or pce_autoload_all/0 is called.
Re-exported predicates
The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.
pce_autoload_all- Load all classes declared using the pce_autoload/2
directive. Useful for debugging purposes.