
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.
pce_autoload_all- Load all classes declared using the pce_autoload/2
directive. Useful for debugging purposes.