What d_ptr and q_ptr stand for?
-
Hi!
These are pointers used to implement the "Pimpl idiom" (= pointer to implementation idiom). See "Wikipedia":http://en.wikipedia.org/wiki/Opaque_pointer
Cheers!
Hi!
These are pointers used to implement the "Pimpl idiom" (= pointer to implementation idiom). See "Wikipedia":http://en.wikipedia.org/wiki/Opaque_pointer
Cheers!