Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ topology_error
Function
topology_error
src/ifcgeom/taxonomy.h:98–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
public:
97
topology_error() : std::runtime_error(
"Generic topology error"
) {}
98
topology_error(const char* const s) : std::runtime_error(s) {}
99
~topology_error() override;
100
};
101
Callers
3
taxonomy.h
File · 0.85
reverse
Function · 0.85
boolean_op_type
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected