#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/thread/recursive_mutex.hpp>
#include <string>
#include <vector>
#include "console_bridge/console.h"
#include "class_loader/class_loader_core.hpp"
#include "class_loader/console_bridge_compatibility.hpp"
#include "class_loader/register_macro.hpp"
Go to the source code of this file.
Classes | |
class | class_loader::ClassLoader |
This class allows loading and unloading of dynamically linked libraries which contain class definitions from which objects can be created/destroyed during runtime (i.e. class_loader). Libraries loaded by a ClassLoader are only accessible within scope of that ClassLoader object. More... | |
Namespaces | |
namespace | class_loader |
Functions | |
std::string | class_loader::systemLibrarySuffix () |