Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: struct-field visitors/reflection for lcf structs #318

Open
carstene1ns opened this issue Mar 11, 2019 · 0 comments
Open

RFC: struct-field visitors/reflection for lcf structs #318

carstene1ns opened this issue Mar 11, 2019 · 0 comments
Labels

Comments

@carstene1ns
Copy link
Member

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant