#include <boost/shared_ptr.hpp>
#include <boost/thread/recursive_mutex.hpp>
#include <boost/bind.hpp>
#include <vector>
#include <string>
#include <console_bridge/console.h>
#include "class_loader/class_loader_register_macro.h"
#include "class_loader/class_loader_core.h"
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 () |