| 151 | } |
| 152 | |
| 153 | static stack_node inverse(IfcUtil::IfcBaseClass* inst, const IfcParse::inverse_attribute* inv) { |
| 154 | stack_node node; |
| 155 | node.type_ = node_inverse; |
| 156 | node.inst_ = inst; |
| 157 | node.inv_ = inv; |
| 158 | return node; |
| 159 | } |
| 160 | |
| 161 | static stack_node select(IfcUtil::IfcBaseClass* inst, int idx) { |
| 162 | stack_node node; |
no outgoing calls
no test coverage detected