Automatic reflection for C++ - useful?

https://news.ycombinator.com/item?id=1827574
by RVK • 16 years ago
2 1 16 years ago

I wrote a system that generates C++ reflection from the export table (Windows only so far). Any class that is exported can be reflected, then functions and members can be gotten by name as a string, and called with a list of parameters. Is this useful? Or are we moving away from C++, does no-one really want this?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com