mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 13:46:54 +00:00
ifcparse: unify private member variables name to use trailing underscore
This commit is contained in:
committed by
Thomas Krijnen
parent
8b145248c6
commit
eea9a14722
@@ -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_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user