root/trunk/parsingfunctions.h

Revision 5, 1.2 kB (checked in by qbert, 6 years ago)

Initial ( and last :( ) commit

Line 
1 #ifndef PARSING_FUNCTIONS_H
2 #define PARSING_FUNCTIONS_H
3
4 //m_tagType.AddString("Modules");
5 //m_tagType.AddString("Classes");
6 //m_tagType.AddString("Intefaces");
7 //m_tagType.AddString("Structs");
8 //m_tagType.AddString("Functions");
9 //m_tagType.AddString("Templates");
10 //m_tagType.AddString("Mixins");
11 //m_tagType.AddString("Typedefs");
12 //m_tagType.AddString("Aliases");
13 //m_tagType.AddString("Function Literals");
14 //m_tagType.AddString("Invariants");
15 //m_tagType.AddString("UnitTests");
16 //m_tagType.AddString("VersionDeclaration");
17 //m_tagType.AddString("Static Constructors");
18 //m_tagType.AddString("Static Deathtractors");
19
20 void DisplayModules();
21 void DisplayClasses();
22 void DisplayInterfaces();
23 void DisplayStructs();
24 void DisplayFunctions();
25 void DisplayTemplates();
26 void DisplayMixins();
27 void DisplayTypedefs();
28 void DisplayAliases();
29 void DisplayFuncLiterals();
30 void DisplayInvariants();
31 void DisplayUnittests();
32 void DisplayVersionDecls();
33 void DisplayStaticCtors();
34 void DisplayStaticDtors();
35 void DisplayEnums();
36 void DisplayDebugDecls();
37 void DisplayLinkDecls();
38 void DisplayImports();
39 int GetImageNumber(SymbolListing* l);
40 #endif
Note: See TracBrowser for help on using the browser.