ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
LibraryInterface.h File Reference

class for simple library access. More...

#include <map>
#include <memory>
#include <mutex>
#include <string>
#include "etiss/config.h"
#include "etiss/Misc.h"
Include dependency graph for LibraryInterface.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

class for simple library access.

Libraries can be integrated or loaded at runtime fom a dynamic library

Definition in file LibraryInterface.h.

Macro Definition Documentation

◆ etiss_helper_merge

#define etiss_helper_merge (   X1,
  X2 
)    etiss_helper_merge_l2(X1, X2)

Definition at line 29 of file LibraryInterface.h.

◆ etiss_helper_merge_l2

#define etiss_helper_merge_l2 (   X1,
  X2 
)    X1##X2

Definition at line 28 of file LibraryInterface.h.