4 #define intint_map std::map<int, int>
5 #define strint_map std::map<std::string, int>
6 #define intstr_map std::map<int, std::string>
7 #define strstr_map std::map<std::string, std::string>
11 int thefoo_rw(int arg = 1)
25 ii[0] = 0; // Set break point at this line.
27 thefoo_rw(1); // Set break point at this line.
30 thefoo_rw(1); // Set break point at this line.
35 thefoo_rw(1); // Set break point at this line.
41 thefoo_rw(1); // Set break point at this line.
44 thefoo_rw(1); // Set break point at this line.
48 thefoo_rw(1); // Set break point at this line.
52 thefoo_rw(1); // Set break point at this line.
55 thefoo_rw(1); // Set break point at this line.
60 thefoo_rw(1); // Set break point at this line.
63 thefoo_rw(1); // Set break point at this line.
66 thefoo_rw(1); // Set break point at this line.
71 thefoo_rw(1); // Set break point at this line.
72 ss["a Mac.."] = "..is always a Mac!";
75 thefoo_rw(1); // Set break point at this line.