[Sol -> Yul] Implement delete for function pointers

This commit is contained in:
Mathias Baumann
2019-05-23 15:51:59 +02:00
parent 81702717b0
commit 981983089c
8 changed files with 89 additions and 6 deletions
+3
View File
@@ -183,6 +183,9 @@ public:
std::string negateNumberCheckedFunction(Type const& _type);
/// @returns the name of a function that returns the zero value for the
/// provided type
std::string zeroValueFunction(Type const& _type);
private:
/// Special case of conversionFunction - handles everything that does not
/// use exactly one variable to hold the value.