| 182 | node_type ntype() const { return type_; } |
| 183 | |
| 184 | IfcUtil::IfcBaseClass* inst() const { return inst_; } |
| 185 | int idx() const { return idx_; } |
| 186 | const IfcParse::inverse_attribute* inv_attr() const { return inv_; } |
| 187 | const std::string& tagname() const { return tagname_; } |
no outgoing calls
no test coverage detected