开发者

How do I get a complete list of the classes in MFC and ATL?

开发者 https://www.devze.com 2023-03-07 02:40 出处:网络
I need for documentation purposes the list of all classes public available in MFC and in ATL. How can I b开发者_C百科uild this list without copy and paste from all header files?The documentation is al

I need for documentation purposes the list of all classes public available in MFC and in ATL. How can I b开发者_C百科uild this list without copy and paste from all header files?


The documentation is always a good place to start.

You can download this handy chart, and even hang it on your wall. Multiple formats are available here.

And for ATL. Classes shared between ATL and MFC are all listed here.


You can do this with doxygen. You can point it to the headers in \Vc7\atlmfc\include and it will create HTML (and other formats) of the public members.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号