CMS 3D CMS Logo

Public Member Functions

DQMNet::HashOp Struct Reference

#include <DQMNet.h>

List of all members.

Public Member Functions

uint32_t operator() (const Object &a) const

Detailed Description

Definition at line 182 of file DQMNet.h.


Member Function Documentation

uint32_t DQMNet::HashOp::operator() ( const Object a) const [inline]

Definition at line 184 of file DQMNet.h.

References DQMNet::Object::hash.

      {
        return a.hash;
      }