Slick V3.3 manual 42. C++ Refactoring Move Method

Models: V3.3

1 568
Download 568 pages 2.03 Kb
Page 232
Image 232

C++ Refactoring

Move Method

Moves a method from one class to another and updates references accordingly.

The original method may be converted to a delegate method if there are references to the original method that cannot be converted to a reference to the moved method.

Figure 6.42. C++ Refactoring: Move Method 1

210

Page 232
Image 232
Slick V3.3 manual 42. C++ Refactoring Move Method