![]() |
![]() |
a std::map<std::string,YourType> that offers a const operator[key]; if key is not stored in the std::map, a cms::Exception is thrown More...
#include <DDReadMapType.h>
Public Member Functions | |
const V & | operator[] (const std::string &key) const |
V & | operator[] (const std::string &key) |
ReadMapType () | |
a std::map<std::string,YourType> that offers a const operator[key]; if key is not stored in the std::map, a cms::Exception is thrown
otherwise, the ReadMapType works the same as std::map<std::string,YourType>
Definition at line 13 of file DDReadMapType.h.
|
inline |
Definition at line 16 of file DDReadMapType.h.
|
inline |
Definition at line 18 of file DDReadMapType.h.
|
inline |
Definition at line 25 of file DDReadMapType.h.