! clears the parameter container */
| 129 | |
| 130 | /*! clears the parameter container */ |
| 131 | void clear() { |
| 132 | m.clear(); |
| 133 | } |
| 134 | |
| 135 | /*! Extracts a named boolean out of the container. */ |
| 136 | bool getBool(const char* name, bool def = false) const { |
no outgoing calls
no test coverage detected