libdeng2: Utility for the pimpl idiom
The DENG2_PIMPL macro makes it somewhat easier to define a privateimplementation struct that contains a reference to the public instance.
View differences
libdeng2: Utility for the pimpl idiom
The DENG2_PIMPL macro makes it somewhat easier to define a private
implementation struct that contains a reference to the public instance.