| 1045 | } |
| 1046 | |
| 1047 | std::list<std::string>::const_iterator |
| 1048 | Singleton::getFirstRecent(void) const |
| 1049 | { |
| 1050 | return this->recentProfiles.cbegin(); |
| 1051 | } |
| 1052 | |
| 1053 | std::list<std::string>::const_iterator |
| 1054 | Singleton::getLastRecent(void) const |
no outgoing calls
no test coverage detected