MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / getPointer

Method getPointer

extensions/jni/jvm/JniMethod.h:68–70  ·  view source on GitHub ↗

* Returns the function pointer. can't be const. */

Source from the content-addressed store, hash-verified

66 * Returns the function pointer. can't be const.
67 */
68 const void *getPointer() const {
69 return ptr_;
70 }
71
72 JavaMethodSignature &operator=(const JavaMethodSignature &other) = delete;
73 JavaMethodSignature &operator=(JavaMethodSignature &&other) = default;

Callers 1

getSignaturesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected