| 11 | namespace PyImath { |
| 12 | |
| 13 | template <> PYIMATH_EXPORT const char * BoolArray::name() { return "BoolArray"; } |
| 14 | template <> PYIMATH_EXPORT const char * SignedCharArray::name() { return "SignedCharArray"; } |
| 15 | template <> PYIMATH_EXPORT const char * UnsignedCharArray::name() { return "UnsignedCharArray"; } |
| 16 | template <> PYIMATH_EXPORT const char * ShortArray::name() { return "ShortArray"; } |
nothing calls this directly
no outgoing calls
no test coverage detected