Classdesc: Bringing Reflection to C++: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 December 2023

  • curprev 15:1615:16, 24 December 2023SatoshiNakamoto talk contribs 3,488 bytes +3,488 Created page with "Title: Classdesc: Bringing Reflection to C++ Abstract: Classdesc is a system that brings reflection to C++, a programming language that does not inherently support it. Reflection allows for easy serialization, binding of scripting languages or GUI objects to 'worker' objects, and remote method invocation. It also enables machine-independent serialization. However, C++ does not provide this capability as type information is thrown away at compile time. Classdesc generat..."