| 495 | <lout::object::ConstString, RuleList > { |
| 496 | public: |
| 497 | RuleMap () : lout::container::typed::HashTable |
| 498 | <lout::object::ConstString, RuleList > (true, true, 256) {}; |
| 499 | }; |
| 500 | |
| 501 | static const int ntags = HTML_NTAGS; |
nothing calls this directly
no outgoing calls
no test coverage detected