You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found this library recently: https://github.com/cbeck88/visit_struct It provides structure visitors and reflection. It seems easy to add (likely just generator changes) and has a good license (boost).
Do we have similar functionality in liblcf which could be adapted or maybe simplified with this?
Do we want/need this? It seems not useful for Player at least, but maybe for some tools.
For example I would like to have an lcfgrep tool and it seems easy to do with this (just iterate over every struct/member)
The text was updated successfully, but these errors were encountered:
I have found this library recently: https://github.com/cbeck88/visit_struct It provides structure visitors and reflection. It seems easy to add (likely just generator changes) and has a good license (boost).
For example I would like to have an
lcfgrep
tool and it seems easy to do with this (just iterate over every struct/member)The text was updated successfully, but these errors were encountered: