|
libsax 7.2
|
SaX2 - Init class interface. More...
#include <init.h>

Public Member Functions | |
| virtual bool | needInit (void)=0 |
| virtual void | ignoreProfile (void)=0 |
| virtual void | setPrimaryChip (void)=0 |
| virtual void | setValidBusID (void)=0 |
| virtual void | doInit (void)=0 |
SaX2 - Init class interface.
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
1.7.3