Helper functions.

This commit is contained in:
chriseth
2017-07-11 11:24:41 +02:00
parent 6fa5d47f8f
commit 01a1296e90
4 changed files with 40 additions and 0 deletions
+3
View File
@@ -323,6 +323,9 @@ public:
bool isAddress() const { return m_modifier == Modifier::Address; }
bool isSigned() const { return m_modifier == Modifier::Signed; }
bigint minValue() const;
bigint maxValue() const;
private:
int m_bits;
Modifier m_modifier;