Go to the source code of this file.
Classes | |
class | CElement |
An element of compilation passed to and from plugins. More... | |
class | CBackendException |
Base class for exceptions that can be thrown by backend plugins. More... | |
class | CBackendAbort |
Exception thrown by CBackend::Process when plugin aborts due to an internal error. More... | |
class | CBackendExit |
Exception thrown by CBackend::Process when plugin terminates early without an error. More... | |
class | CBackendFail |
Exception thrown by CBackend::Process when plugin terminates early with an error. More... | |
class | CBackend |
This is the abstract class to overload to create new backend tools. More... |