#include <string>
#include <iostream>
#include <cassert>
#include <dlfcn.h>
#include "crusde_api.h"
#include "config.h"
#include "exceptions.h"
Include dependency graph for Plugin.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Plugin |
Typedefs | |
typedef void(*) | void_t () |
typedef char *(*) | char_t () |
typedef PluginCategory(*) | category_t () |
typedef PluginCategory(*) category_t() |
typedef char*(*) char_t() |
typedef void(*) void_t() |