source: trunk/tmdmcreator/docs/uml/tmdmcreator/cpp_includes @ 15

Revision 15, 228 bytes checked in by lucsch, 11 years ago (diff)

Adding UML analysis and skeleton code

Line 
1// "a type" "needed cpp_includes"
2"vector" "#include <vector>
3using namespace std;"
4
5"list" "#include <list>
6using namespace std;"
7
8"map" "#include <map>
9using namespace std;"
10
11"string" "#include <string>
12using namespace std;"
13
Note: See TracBrowser for help on using the repository browser.