You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However there is no 'const' variant of these methods, which prevent implementors of this method to properly design their code with the use of const methods in the application implementing this code.
Although this method has the nice feature of caching previously generated XML, in interface processes, this is often only done once for each received piece of data. Therefore adding a method with the signature as follows would be very helpfull:
QString toXML(bool outputNamespace = true) const;
The text was updated successfully, but these errors were encountered:
The IVEF sdk generates classes with a toXML method, which is declared as follows:
However there is no 'const' variant of these methods, which prevent implementors of this method to properly design their code with the use of const methods in the application implementing this code.
Although this method has the nice feature of caching previously generated XML, in interface processes, this is often only done once for each received piece of data. Therefore adding a method with the signature as follows would be very helpfull:
The text was updated successfully, but these errors were encountered: