| 45 | { |
| 46 | public: |
| 47 | Detail() : m_id(Id::Unknown), m_offsetOrOrder(-1), m_type(Type::None) |
| 48 | {} |
| 49 | //NOTE - This is strange, but for some reason things run faster with |
| 50 | // this NOOP virtual dtor. Perhaps it has something to do with |
| 51 | // an inlining optimization or perhaps alignment (though a void * doesn't |
nothing calls this directly
no outgoing calls
no test coverage detected