#include <dlfcn.h>
#include <string>
#include <iostream>
#include "BESObj.h"
#include "BESInternalFatalError.h"
#include "BESInternalError.h"
Include dependency graph for BESPlugin.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | BESPlugin< M > |
BESPlugin provides a mechanism that can load C++ classes at runtime. More... | |
class | NoSuchLibrary |
Thrown as an exception when BESPlugin cannot find the named shareable library. More... | |
class | NoSuchObject |
Thrown as an exception when BESPlugin cannot find or run the maker() function in a shared library already loaded. More... |