object-model: Wrapping Subversion C-structs in C++
From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Wed, 22 Sep 2010 17:35:11 +0100
For the C++ folks out there, I've got a question about an approach to
1) Just wrap the pointer to the C struct as a member of the wrapper class.
2) Wrap each C struct member individually
3) Just pass the C-struct pointer around; don't even bother with a class
I'd like to come up with something consistent, which would be used
Thoughts?
-Hyrum
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.