|
ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
|
class for simple library access. More...
#include <map>#include <memory>#include <mutex>#include <string>#include "etiss/config.h"#include "etiss/Misc.h"

Go to the source code of this file.
Classes | |
| class | etiss::LibraryInterface |
| interface class for libraries. More... | |
Namespaces | |
| namespace | etiss |
| forwards: include/jit/* | |
Macros | |
| #define | etiss_helper_merge_l2(X1, X2) X1##X2 |
| #define | etiss_helper_merge(X1, X2) etiss_helper_merge_l2(X1, X2) |
class for simple library access.
Libraries can be integrated or loaded at runtime fom a dynamic library
Definition in file LibraryInterface.h.
| #define etiss_helper_merge | ( | X1, | |
| X2 | |||
| ) | etiss_helper_merge_l2(X1, X2) |
Definition at line 29 of file LibraryInterface.h.
| #define etiss_helper_merge_l2 | ( | X1, | |
| X2 | |||
| ) | X1##X2 |
Definition at line 28 of file LibraryInterface.h.