Apache Mesos
|
#include <dlfcn.h>
#include <memory>
#include <string>
#include <stout/nothing.hpp>
#include <stout/option.hpp>
#include <stout/try.hpp>
Go to the source code of this file.
Classes | |
class | DynamicLibrary |
DynamicLibrary is a very simple wrapper around the programming interface to the dynamic linking loader. More... | |