| 300 | } |
| 301 | |
| 302 | void FeatureTypesProcessor::SetMappingTypes(char const * arr1[2], char const * arr2[2]) |
| 303 | { |
| 304 | m_mapping[GetType(arr1, 2)] = GetType(arr2, 2); |
| 305 | } |
| 306 | |
| 307 | MergedFeatureBuilder * FeatureTypesProcessor::operator()(FeatureBuilder const & fb) |
| 308 | { |
no test coverage detected