| 9343 | }; |
| 9344 | struct SectionNode : SharedImpl<> { |
| 9345 | explicit SectionNode( SectionStats const& _stats ) : stats( _stats ) {} |
| 9346 | virtual ~SectionNode(); |
| 9347 | |
| 9348 | bool operator == ( SectionNode const& other ) const { |
nothing calls this directly
no outgoing calls
no test coverage detected