Alexander A. Klimov 8813e10d71 mkclass: introduce *.ti class field attribute notify_args
If specified e.g. on T#foo_bar, then T#SetFooBar(), T#NotifyFooBar() and T::OnFooBarChanged get an additional argument of type `const NotifyFieldArgs<T::NotifyFooBarArgs>&`. That type can be customized like this:

`template<>struct NotifyFieldArgs<T::NotifyFooBarArgs>{int I=42;};`
2025-04-29 11:34:09 +02:00
..
2024-09-16 17:08:42 +02:00