| 23 | } |
| 24 | |
| 25 | std::string_view IfcSchemaManager::GetSchemaName(IFC_SCHEMA schema) const |
| 26 | { |
| 27 | return _schemaNames[schema]; |
| 28 | } |
| 29 | |
| 30 | const std::vector<IFC_SCHEMA> IfcSchemaManager::GetAvailableSchemas() const |
| 31 | { |
no outgoing calls
no test coverage detected