MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / name

Method name

src/python/PyImath/PyImathStringArray.cpp:289–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287
288template<> PYIMATH_EXPORT StringTableIndex FixedArrayDefaultValue<StringTableIndex>::value() { return StringTableIndex(0); }
289template<> PYIMATH_EXPORT const char* FixedArray<StringTableIndex>::name() { return "StringTableArray"; }
290
291template class PYIMATH_EXPORT StringArrayT<std::string>;
292template class PYIMATH_EXPORT StringArrayT<std::wstring>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected