| 124 | typedef std::list<std::pair<MutableAttributeValue, std::variant<reference_or_simple_type, std::vector<reference_or_simple_type>, std::vector<std::vector<reference_or_simple_type>>>>> unresolved_references; |
| 125 | |
| 126 | class IfcFile; |
| 127 | class IfcSpfLexer; |
| 128 | class FileReader; |
| 129 |