MCPcopy Create free account
hub / github.com/aguinet/dragonffi / getArrayType

Method getArrayType

bindings/python/cobj.h:463–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461 void const* getData() const { return Data_.dataPtr(); }
462
463 inline dffi::ArrayType const* getArrayType() const { return dffi::cast<dffi::ArrayType>(CObj::getType().getType()); }
464
465 dffi::QualType getElementType() const { return getArrayType()->getElementType(); }
466 size_t getNumElements() const { return getArrayType()->getNumElements(); }

Callers

nothing calls this directly

Calls 2

getTypeFunction · 0.70
getTypeMethod · 0.45

Tested by

no test coverage detected