| 991 | } |
| 992 | |
| 993 | std::vector<Object>::const_iterator |
| 994 | Singleton::getFirstAutoGain(void) const |
| 995 | { |
| 996 | return this->autoGains.begin(); |
| 997 | } |
| 998 | |
| 999 | std::vector<Object>::const_iterator |
| 1000 | Singleton::getLastAutoGain(void) const |
no test coverage detected