Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>In addition to the option of using Doxygen to roll your own analysis tool I would also suggest looking into using the <a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=1469" rel="nofollow">BSC Toolkit</a>. This allows you to access the code/class browser information generated by MS compilers and is available for free. The toolkit provides programmatic access to all definitions, usage references, source and line numbers, parameters, access modifiers, etc. Names are provided in their mangled form and facilities are included for translating them to human readable format if necessary.</p> <p>Here is some very basic output from a project I am working on:</p> <pre><code>IXConnection (struct_name) IXConnection::STATE (enum_name) IXConnection::setState(enum STATE) (mem_func public) IXConnection::setAccount(struct IXAccount *) (mem_func public) IXConnection::setDisplayName(class String *) (mem_func public) IXConnection::setProtocolData(void *) (mem_func public) IXConnection::getState(enum STATE *) (mem_func public) IXConnection::getAccount(struct IXAccount * *) (mem_func public) IXConnection::getProtocol(struct IXProtocol * *) (mem_func public) IXConnection::getPassword(class String * *) (mem_func public) IXConnection::getDisplayName(class String * *) (mem_func public) IXConnection::getProtocolData(void * *) (mem_func public) IXConnection::setProgress(class String *,int,int) (mem_func public) IXConnection::notice(class String *) (mem_func public) IXConnection::error(enum REASON,class String *) (mem_func public) </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload