| 23 | }; |
| 24 | |
| 25 | enum ArrayConvertId |
| 26 | { |
| 27 | aciAlwaysConvert = -4, |
| 28 | aciVirtualArray = -3, |
| 29 | aciStringArray = -2, |
| 30 | aciObjectArray = -1, |
| 31 | aciNotArray = 0, |
| 32 | aciPodBase = 1, |
| 33 | }; |
| 34 | |
| 35 | template<typename T> |
| 36 | struct ReturnNull { typedef T type; }; |
nothing calls this directly
no outgoing calls
no test coverage detected