#include <process.h>
Inheritance diagram for SaX::SaXProcessIF:
Public Member Functions | |
virtual void | start (QList< char >, int=SAX_ISAX)=0 |
virtual void | start (int)=0 |
virtual | ~SaXProcessIF (void) |
The interface class is provided to be able to dlopen the library and have all methods available in the compilers virtual table. For a detailed description of the class itself please refer to the derived class definition
Definition at line 96 of file process.h.