Malcolm Ryan wrote:
> What is the procedure for creating a custom BranchingDesc? There don't
> appear to be any examples which do this.
The only requirement is to inherit from BranchingDesc. Then you put
everything in the object that you need for the commit operation.
> What is the role of th
What is the procedure for creating a custom BranchingDesc? There don't
appear to be any examples which do this. What is the role of the
size() method? If my Branching::description() allocates a new
BranchingDesc, when/where should it be deleted?
Malcolm
_