#include <string>
#include <vector>
#include <map>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Classes | |
struct | rve_pluginloader::ClassEntry |
Namespaces | |
namespace | rve_pluginloader |
Typedefs | |
typedef boost::shared_ptr < ClassCreator > | rve_pluginloader::ClassCreatorPtr |
typedef boost::shared_ptr < ClassEntry > | rve_pluginloader::ClassEntryPtr |
typedef std::map< std::string, V_ClassEntry > | rve_pluginloader::M_ClassEntry |
typedef std::vector < ClassEntryPtr > | rve_pluginloader::V_ClassEntry |