-
…cess for consistency and readability.
-
Simplified code by removing redundant `this` qualifiers where they are not essential, improving readability and alignment with coding standards. No changes were made to functionality.
-
Add new private Util.hh header to define inline functions and expose as ordinary functions in QUtil.
-
Also, tidy pipeline constructors and make subclasses final where possible.
-
Bidirectional base64; will be used by JSON v2.