aboutsummaryrefslogtreecommitdiffstats
path: root/Assembly.h
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-05-26 18:26:08 +0800
committerGav Wood <i@gavwood.com>2014-05-26 18:26:08 +0800
commit8e3e592ec6a3b39835e540766774025e3f34c590 (patch)
tree99791b2ffcd5f4dc022476595c8ff7050fbd7681 /Assembly.h
parente2d327308d9024cbbb80ea21c056f38591319234 (diff)
downloaddexon-solidity-8e3e592ec6a3b39835e540766774025e3f34c590.tar
dexon-solidity-8e3e592ec6a3b39835e540766774025e3f34c590.tar.gz
dexon-solidity-8e3e592ec6a3b39835e540766774025e3f34c590.tar.bz2
dexon-solidity-8e3e592ec6a3b39835e540766774025e3f34c590.tar.lz
dexon-solidity-8e3e592ec6a3b39835e540766774025e3f34c590.tar.xz
dexon-solidity-8e3e592ec6a3b39835e540766774025e3f34c590.tar.zst
dexon-solidity-8e3e592ec6a3b39835e540766774025e3f34c590.zip
Add missing files.
Diffstat (limited to 'Assembly.h')
-rw-r--r--Assembly.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Assembly.h b/Assembly.h
index cbce3ca8..ca3beaf5 100644
--- a/Assembly.h
+++ b/Assembly.h
@@ -46,6 +46,8 @@ public:
AssemblyItemType type() const { return m_type; }
u256 data() const { return m_data; }
+ std::ostream& streamOut(std::ostream& _out) const;
+
private:
AssemblyItemType m_type;
u256 m_data;