Re: SvnCpp Subversion Client C++ API Released!
From: Scott Lamb <slamb_at_slamb.org>
Date: 2002-08-26 07:39:07 CEST
Greg Hudson wrote:
Block of code or an owning object. Whenever an object is destroyed,
/** @internal Self-destroying APR pool **/
then
class MyPoolUser {
if you want hierarchical pools, you'd do something like this:
MyPoolUser::MyPoolUser(MyParentPoolUser &p) : mypool(p.mypool) {}
Incidentally, I never have any explicit 'delete's or any kind of cleanup
>>I think it's more important to hide the pool stuff as much as possible
I didn't realize that. That seems like a pretty good argument for using
> (I'm not really sold on APR pools in the first place, but it's a maybe a
I don't understand how anyone does a significant amount of plain C
-- Scott Lamb --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Aug 26 07:39:46 2002 |
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.