Re: Post constructor/Pre destructor hooks

2007-08-14 Thread Tom Tromey
> "Dave" == Dave Korn <[EMAIL PROTECTED]> writes: >> On 13 August 2007 22:16, David Orchard wrote: >> Some base classes (specifically thread base classes) would benefit from >> being able to execute a function after the object is constructed and before >> it is destructed. For a thread class t

RE: Post constructor/Pre destructor hooks

2007-08-14 Thread Dave Korn
On 13 August 2007 22:16, David Orchard wrote: > Hi, > > Some base classes (specifically thread base classes) would benefit from > being able to execute a function after the object is constructed and before > it is destructed. For a thread class the thread can't start until after the > object

Post constructor/Pre destructor hooks

2007-08-13 Thread David Orchard
Hi, Some base classes (specifically thread base classes) would benefit from being able to execute a function after the object is constructed and before it is destructed. For a thread class the thread can't start until after the object is constructed and must stop before the object is destru