It is quite unlikely we would add such a specialised refactoring. However you could make quite a good start simply by using VA Snippets. If you had a snippet like:
class $clipboard$
{
public:
// constructors
$clipboard$();
// destructors
~$clipboard$();
// accessors
// mutators
private:
$selected$
}
$clipboard$::$clipboard$()
{
}
$clipboard$::~$clipboard$()
{
}
you could copy the struct name and then select the member variables inside the struct, before triggering the VA Snippet. It would then do some of the typing and reorganising for you. It would not be helpful, but it would help quite a bit.
We are considering adding a command to make a default copy constructor:
case=3945