test
CMS 3D CMS Logo

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

#include <XrdRequestManager.h>

Public Types

using Key = std::shared_ptr< Source >
 

Public Member Functions

size_t operator() (const Key &iKey) const
 

Detailed Description

Definition at line 28 of file XrdRequestManager.h.

Member Typedef Documentation

using XrdAdaptor::SourceHash::Key = std::shared_ptr<Source>

Definition at line 29 of file XrdRequestManager.h.

Member Function Documentation

size_t XrdAdaptor::SourceHash::operator() ( const Key iKey) const
inline

Definition at line 30 of file XrdRequestManager.h.

30  {
31  return tbb::tbb_hasher(iKey.get());
32  }