#include <import.h>
Inheritance diagram for SaX::SaXImportProfileIF:
Public Member Functions | |
virtual void | setDevice (int)=0 |
virtual void | doImport (void)=0 |
virtual SaXImport * | getImport (int=SAX_CARD)=0 |
virtual | ~SaXImportProfileIF (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 344 of file import.h.