File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,25 +137,18 @@ class IFC_PARSE_API IfcWriteArgument : public Argument {
137137
138138 // Overload to detect null values
139139 void set (const aggregate_of_aggregate_of_instance::ptr& value);
140- // Overload to detect null values
141- void set (IfcUtil::IfcBaseInterface*const & v);
142-
143- // Overloads to raise exceptions on non-finite values
144- void set (const double & v);
145- void set (const std::vector<double >& v);
146- void set (const std::vector< std::vector<double > >& v);
147-
148- operator int () const ;
149- operator bool () const ;
150- operator boost::logic::tribool () const ;
151140
152141 // Overload to detect null values
153- void set (IfcUtil::IfcBaseInterface* const & value);
142+ void set (IfcUtil::IfcBaseInterface*const & v);
143+
144+ // Overloads to raise exceptions on non-finite values
145+ void set (const double & v);
146+ void set (const std::vector<double >& v);
147+ void set (const std::vector< std::vector<double > >& v);
154148
155149 operator int () const ;
156150 operator bool () const ;
157151 operator boost::logic::tribool () const ;
158-
159152 operator double () const ;
160153 operator std::string () const ;
161154 operator boost::dynamic_bitset<>() const ;
You can’t perform that action at this time.
0 commit comments