| 79 | } // getNumSources |
| 80 | |
| 81 | unsigned int |
| 82 | IBStandardSourceGen::getNumSources(const int ln) |
| 83 | { |
| 84 | return s_num_sources[ln]; |
| 85 | } // getNumSources |
| 86 | |
| 87 | const std::vector<std::string>& |
| 88 | IBStandardSourceGen::getSourceNames(const int ln) |
no outgoing calls
no test coverage detected