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
+2 -2
View File
@@ -42,7 +42,7 @@ namespace IfcParse {
class IFC_PARSE_API IfcCharacterDecoder {
private:
IfcParse::IfcSpfStream* file;
IfcParse::IfcSpfStream* stream_;
int codepage_;
public:
@@ -72,7 +72,7 @@ namespace IfcWrite {
class IFC_PARSE_API IfcCharacterEncoder {
private:
std::u32string str;
std::u32string str_;
public:
IfcCharacterEncoder(const std::string& input);