| 214 | } |
| 215 | |
| 216 | int |
| 217 | get(std::string const &field, int dfl) const |
| 218 | { |
| 219 | return suscan_object_get_field_int(this->instance, field.c_str(), dfl); |
| 220 | } |
| 221 | |
| 222 | bool |
| 223 | get(std::string const &field, bool dfl) const |
nothing calls this directly
no outgoing calls
no test coverage detected