ifcparse: unify private member variables name to use trailing underscore

This commit is contained in:
Dirk Olbrich
2023-11-06 20:38:19 +01:00
committed by Thomas Krijnen
parent 8b145248c6
commit eea9a14722
20 changed files with 324 additions and 323 deletions
+4 -2
View File
@@ -117,7 +117,8 @@ class IFC_PARSE_API aggregation_type : public parameter_type {
protected:
aggregate_type type_of_aggregation_;
int bound1_, bound2_;
int bound1_;
int bound2_;
parameter_type* type_of_element_;
public:
@@ -268,7 +269,8 @@ class IFC_PARSE_API inverse_attribute {
protected:
std::string name_;
aggregate_type type_of_aggregation_;
int bound1_, bound2_;
int bound1_;
int bound2_;
const entity* entity_reference_;
const attribute* attribute_reference_;