A hack that allows forcing a pluginlib classloader to load a compiled-in class instead of seeking for it in plugins using the standard rospack-based algorithm. More...
#include <string>
#include <class_loader/class_loader.hpp>
#include <pluginlib/class_loader.hpp>
#include <cras_cpp_common/type_utils.hpp>
Go to the source code of this file.
Classes | |
class | PreloadingClassLoader< Impl, Base > |
This pluginlib classloader alternative can load compiled-in classes and provide them as if they were loaded via the standard pluginlib search mechanism - without even triggering the search. More... | |
A hack that allows forcing a pluginlib classloader to load a compiled-in class instead of seeking for it in plugins using the standard rospack-based algorithm.
Definition in file preloading_class_loader.hpp.