We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57a305 commit 2a7135fCopy full SHA for 2a7135f
1 file changed
src/ifcparse/IfcUtil.h
@@ -80,6 +80,7 @@ namespace IfcUtil {
80
81
// TODO: Investigate whether these should be template classes instead
82
class IfcBaseType : public IfcBaseEntity {
83
+ public:
84
unsigned int getArgumentCount() const;
85
Argument* getArgument(unsigned int i) const;
86
const char* getArgumentName(unsigned int i) const;
0 commit comments