* Gets the list of StatStrings. * @return The list of StatStrings. */
| 1186 | * @return The list of StatStrings. |
| 1187 | */ |
| 1188 | std::vector<StatString *> Ruleset::getStatStrings() const |
| 1189 | { |
| 1190 | return _statStrings; |
| 1191 | } |
| 1192 | |
| 1193 | /** |
| 1194 | * Compares rules based on their list orders. |
no outgoing calls
no test coverage detected