#include <init.h>
Inheritance diagram for SaX::SaXInitIF:
Public Member Functions | |
virtual bool | needInit (void)=0 |
virtual void | ignoreProfile (void)=0 |
virtual void | doInit (void)=0 |
virtual | ~SaXInitIF (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 49 of file init.h.