|
|
|
|
|
by pengaru
1755 days ago
|
|
Unfortunately with this approach to inheritance PIMPL goes out the window, since the class structs are now all public to facilitate embedding... And despite this public visibility of the object's struct members granted to provide inheritance, the examples are still using getters and setters. Ok... |
|
("Free" after adding some metadata comments specifying parameter ownership/lifetimes, at least.)