* Returns the function pointer. can't be const. */
| 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; |