Cat
|
#include <string>
#include <vector>
#include <unistd.h>
#include <dlfcn.h>
#include "StatusCode.h"
#include "Tools.h"
#include "Element.h"
#include "Processus.h"
Go to the source code of this file.
Classes | |
class | DLL |
Macros | |
#define | DECLARE_DLL(x) extern "C" void x##_dll( DLL* dll ) |
#define | DECLARE_ELEMENT(x, y) dll->addElement (#x,#y); |
#define | DECLARE_PROCESSUS(x, y) dll->addProcessus (#x,#y); |
#define | DECLARE_OBJECT(x, y) dll->addObject (#x,#y); |
#define | FACTORY(type, x) |
#define DECLARE_ELEMENT | ( | x, | |
y | |||
) | dll->addElement (#x,#y); |
Definition at line 26 of file DLL.h.
Referenced by DECLARE_DLL().
#define DECLARE_PROCESSUS | ( | x, | |
y | |||
) | dll->addProcessus (#x,#y); |
Definition at line 29 of file DLL.h.
Referenced by DECLARE_DLL().
#define FACTORY | ( | type, | |
x | |||
) |
Definition at line 43 of file DLL.h.
Referenced by DECLARE_DLL().