| 336 | } |
| 337 | |
| 338 | void IfcLoader::MoveToHeaderLineArgument(const uint32_t lineID, const uint32_t argumentIndex) const |
| 339 | { |
| 340 | _tokenStream->MoveTo(_headerLines[lineID]->tapeOffset); |
| 341 | ArgumentOffset(argumentIndex); |
| 342 | } |
| 343 | |
| 344 | std::string_view IfcLoader::GetStringArgument() const |
| 345 | { |