@name Creators @{ Default constructor. the init status of the block is bNone.
| 597 | //@{ |
| 598 | //! Default constructor. the init status of the block is bNone. |
| 599 | BlockMap() = default; |
| 600 | |
| 601 | //! Destructor. Releases all managed memory. |
| 602 | ~BlockMap() { |
nothing calls this directly
no outgoing calls
no test coverage detected