Mappings.

This commit is contained in:
chriseth
2019-05-08 15:54:52 +02:00
parent 4037da9575
commit 595544645e
7 changed files with 153 additions and 0 deletions
+7
View File
@@ -82,6 +82,13 @@ public:
IRGenerationContext& _context,
VariableDeclaration const& _varDecl
);
IRStorageItem(
std::ostream& _code,
IRGenerationContext& _context,
std::string _slot,
unsigned _offset,
Type const& _type
);
std::string retrieveValue() const override;
void storeValue(std::string const& _value, Type const& _type) const override;