Jpp  15.0.1-rc.1-highQE
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
JEEP::JGetStatusBit Struct Reference

Auxiliary class to map key to status bit. More...

#include <JStatus.hh>

Inheritance diagram for JEEP::JGetStatusBit:
std::map< std::string, int > JDETECTOR::JGetModuleStatusBit JDETECTOR::JGetPMTStatusBit

Public Member Functions

int operator() (const std::string &key) const
 Get status bit. More...
 

Detailed Description

Auxiliary class to map key to status bit.

Definition at line 195 of file JStatus.hh.

Member Function Documentation

int JEEP::JGetStatusBit::operator() ( const std::string &  key) const
inline

Get status bit.

Parameters
keykey
Returns
bit

Definition at line 204 of file JStatus.hh.

205  {
206  return this->at(key);
207  }

The documentation for this struct was generated from the following file: