CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
edmplugin::PluginManagerPathHasher Struct Reference

#include <PluginManager.h>

Public Member Functions

size_t operator() (boost::filesystem::path const &iPath) const
 

Detailed Description

Definition at line 41 of file PluginManager.h.

Member Function Documentation

size_t edmplugin::PluginManagerPathHasher::operator() ( boost::filesystem::path const &  iPath) const
inline

Definition at line 42 of file PluginManager.h.

42  {
43  tbb::tbb_hash<std::string> hasher;
44  return hasher( iPath.native() );
45  }