tocNamespace(out, n, true);\r
}\r
out << "\n\n";\r
- for (auto s : p.structs)\r
+ for (auto s : p.ctx->structs)\r
{\r
tocStruct(out, s, true);\r
}\r
out << "\n\n";\r
- for (auto f : p.functions)\r
+ for (auto f : p.ctx->functions)\r
{\r
tocFunction(out, f, true);\r
}\r
tocNamespace(out, n, false);\r
}\r
out << "\n\n";\r
- for (auto s : p.structs)\r
+ for (auto s : p.ctx->structs)\r
{\r
tocStruct(out, s, false);\r
}\r
out << "\n\n";\r
- for (auto f : p.functions)\r
+ for (auto f : p.ctx->functions)\r
{\r
tocFunction(out, f, false);\r
}\r
tocNamespace(out, n, stub);\r
out << "\n\n";\r
}\r
- for (auto s : n.structs)\r
+ for (auto s : n.ctx->structs)\r
{\r
tocStruct(out, s, stub);\r
out << "\n\n";\r
}\r
- for (auto f : n.functions)\r
+ for (auto f : n.ctx->functions)\r
{\r
tocFunction(out, f, stub);\r
out << "\n\n";\r