Modules/Objects/public/core
IlushaShurupov 0cefb47b66 Refactor save size calculation with SaveSizeCounter
SaveSizeCounter is introduced and used for calculating the save size of objects. The previous method of calculating save size directly in each class was replaced with a call to the SaveSizeCounter's calc method. This results in a cleaner, more maintainable code as the size calculation logic is now centralized in one class. It is more efficient and scalable as any changes to the calculation can be made in one place and will be reflected everywhere.
2023-08-01 07:41:09 +03:00
..
object.h Refactor save size calculation with SaveSizeCounter 2023-08-01 07:41:09 +03:00
scriptsection.h Objects Compiled 2023-07-31 08:04:14 +03:00
typegroups.h Objects Compiled 2023-07-31 08:04:14 +03:00
typemethods.h Objects Compiled 2023-07-31 08:04:14 +03:00