mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +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
@@ -30,8 +30,9 @@ namespace IfcParse {
|
||||
/// A helper class for the creation of IFC GlobalIds.
|
||||
class IFC_PARSE_API IfcGlobalId {
|
||||
private:
|
||||
std::string string_data, formatted_string;
|
||||
boost::uuids::uuid uuid_data;
|
||||
std::string string_data_;
|
||||
std::string formatted_string_;
|
||||
boost::uuids::uuid uuid_data_;
|
||||
|
||||
public:
|
||||
static const unsigned int length = 22;
|
||||
|
||||
Reference in New Issue
Block a user