c++ Programming Glossary: introspection
C++ iterate into nested struct field with boost fusion adapt_struct http://stackoverflow.com/questions/12084781/c-iterate-into-nested-struct-field-with-boost-fusion-adapt-struct intrinsic to C or boost language design. c reflection introspection template meta programming boost fusion share improve this..
single expression helper for compile-time enforced constexpr function evaluation possible? http://stackoverflow.com/questions/14309245/single-expression-helper-for-compile-time-enforced-constexpr-function-evaluation a constant expression. So even if C had better tools for introspection it would still be impossible to recover the work performed by..
Are C++ exceptions sufficient to implement thread-local storage? http://stackoverflow.com/questions/2487509/are-c-exceptions-sufficient-to-implement-thread-local-storage in get_thread . EDIT and a lot of nasty introspection into the stack environment and executable format to find the..
Gui toolkits, which should I use? [closed] http://stackoverflow.com/questions/584734/gui-toolkits-which-should-i-use it also brings a few run time binding capabilities and introspection to C . For your technical application you might find that Qwt..
Does C++ support compile-time counters? http://stackoverflow.com/questions/6166337/does-c-support-compile-time-counters C support compile time counters For the purpose of introspection sometimes I've wanted to automatically assign serial numbers..
Is there a compile-time func/macro to determine if a C++0x struct is POD? http://stackoverflow.com/questions/7169131/is-there-a-compile-time-func-macro-to-determine-if-a-c0x-struct-is-pod traits library in the header type_traits for this sort of introspection and there is an is_pod type trait. I believe that you would..
Wrapping C++ for use in C# http://stackoverflow.com/questions/9521916/wrapping-c-for-use-in-c-sharp a bit easier to handle. Also C CLI doesn't play well with introspection tools like Reflector. And finally the library you build isn't..
|