2007-06-18 06:10:06 +02:00
|
|
|
// "a type" "needed cpp_includes"
|
|
|
|
|
"vector" "#include <vector>
|
2007-07-04 05:46:08 +02:00
|
|
|
|
2007-08-08 04:50:02 +02:00
|
|
|
using std::vector;"
|
2007-06-18 06:10:06 +02:00
|
|
|
|
|
|
|
|
"list" "#include <list>
|
2007-07-04 05:46:08 +02:00
|
|
|
|
2007-08-08 04:50:02 +02:00
|
|
|
using std::list;"
|
2007-06-18 06:10:06 +02:00
|
|
|
|
|
|
|
|
"map" "#include <map>
|
2007-07-04 05:46:08 +02:00
|
|
|
|
2007-08-08 04:50:02 +02:00
|
|
|
using std::map;"
|
2007-06-18 06:10:06 +02:00
|
|
|
|
|
|
|
|
"string" "#include <string>
|
2007-07-04 05:46:08 +02:00
|
|
|
|
2007-08-08 04:50:02 +02:00
|
|
|
using std::string;"
|
2007-06-18 06:10:06 +02:00
|
|
|
|