Jpp 20.0.0-rc.8
the software that should make you happy
Loading...
Searching...
No Matches
JLANG::JGetStatusBit Struct Reference

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

#include <JStatus.hh>

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

Public Member Functions

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

Detailed Description

Auxiliary class to map key to status bit.

Definition at line 259 of file JStatus.hh.

Member Function Documentation

◆ operator()()

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

Get status bit.

Parameters
keykey
Returns
bit

Definition at line 268 of file JStatus.hh.

269 {
270 return this->at(key);
271 }

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