Properly read and clean value types read from storage.

This commit is contained in:
chriseth
2019-03-25 18:28:43 +01:00
parent dce27bb452
commit 68d4a85575
3 changed files with 106 additions and 3 deletions
+1
View File
@@ -68,6 +68,7 @@ public:
std::string shiftLeftFunction(size_t _numBits);
std::string shiftRightFunction(size_t _numBits);
/// @returns the name of a function that rounds its input to the next multiple
/// of 32 or the input if it is a multiple of 32.
std::string roundUpFunction();