Work on serializers

This commit is contained in:
Thomas Krijnen
2017-12-20 12:40:15 +01:00
parent 830a03ffcd
commit d46dfb6061
9 changed files with 146 additions and 129 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ namespace IfcUtil {
virtual const IfcParse::entity& declaration() const = 0;
Argument* getArgumentByName(const std::string& name) const;
Argument* get(const std::string& name) const;
};
// TODO: Investigate whether these should be template classes instead