OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <dlfcn.h>
#include <string>
#include <iostream>
#include "BESObj.h"
#include "BESInternalFatalError.h"
#include "BESInternalError.h"
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... |