#include <TRTStrawStatusAccessor.h>
|
| using | Key = Identifier::value_type |
Definition at line 12 of file TRTStrawStatusAccessor.h.
◆ Key
◆ TRTStrawStatusAccessor()
| TRTStrawStatusAccessor::TRTStrawStatusAccessor |
( |
| ) |
|
|
default |
◆ ~TRTStrawStatusAccessor()
| TRTStrawStatusAccessor::~TRTStrawStatusAccessor |
( |
| ) |
|
|
default |
◆ fill()
| void TRTStrawStatusAccessor::fill |
( |
const std::string & | path | ) |
|
Definition at line 8 of file TRTStrawStatusAccessor.cxx.
9{
11 if(!
file.is_open())
throw std::runtime_error{
"Failed to open " +
path +
" for reading"};
12
19 }
21}
std::map< Key, int > m_statusMap
Identifier::value_type Key
int status(const Identifier &id) const
path
python interpreter configuration --------------------------------------—
◆ status()
| int TRTStrawStatusAccessor::status |
( |
const Identifier & | id | ) |
const |
◆ m_statusMap
| std::map<Key,int> TRTStrawStatusAccessor::m_statusMap |
|
private |
The documentation for this class was generated from the following files: