help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[h-e-w] Managing multiple classes/subclasses (C++)


From: Peter Davis
Subject: [h-e-w] Managing multiple classes/subclasses (C++)
Date: Wed, 25 Sep 2002 11:34:45 -0400

I'm in the process of restructuring some C++ code, including breaking up a class with about 4000 lines of code into 8 different subclasses. As I'm doing this, I come up with better interfaces, etc. The problem is that any change to the interface has to be made to all 8 subclasses, and this is getting to be a real pain.

Does emacs have any class manipulation tools that allow me to propagate changes from a base class to its derived classes or something? I would only expect interfaces and function signatures to get propagated, as I'll expect to modify the actual code by hand.

Any suggestions?

Thanks,

-pd



--------
    Peter Davis                               Pageflex Inc
    617-520-8345                          215 First Street
    617-868-0784 (FAX)                 Cambridge, MA 02142
    address@hidden      http://www.pageflexinc.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]