----------------------------------------------------- //
| 74 | |
| 75 | // ----------------------------------------------------- // |
| 76 | int bDNA::getReverseType(short type) |
| 77 | { |
| 78 | int *intPtr = mStructReverse.find(type); |
| 79 | if (intPtr) |
| 80 | return *intPtr; |
| 81 | |
| 82 | return -1; |
| 83 | } |
| 84 | |
| 85 | // ----------------------------------------------------- // |
| 86 | int bDNA::getReverseType(const char *type) |
no test coverage detected