dump entire list
| 250 | |
| 251 | void Dump(cDebug& d) const; // dump entire list |
| 252 | void Add(cParseSpecMask* const pa) |
| 253 | { |
| 254 | mList.push_back(pa); |
| 255 | }; |
| 256 | |
| 257 | std::list<cParseSpecMask*> mList; |
| 258 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected