Confirmed users
398
edits
| Line 9: | Line 9: | ||
The scope of the code of readers is far smaller than the modifier. So, it is more easy to change the way of accessing pointers at readers side. The readers are only the layout engine and the renderer. | The scope of the code of readers is far smaller than the modifier. So, it is more easy to change the way of accessing pointers at readers side. The readers are only the layout engine and the renderer. | ||
* versioned pointer | |||
** Hold pointers for objects | |||
* const verioned pointer | * const verioned pointer | ||
** For read-only | ** For read-only | ||