| 99 | } |
| 100 | |
| 101 | bool checkHandle() const |
| 102 | { |
| 103 | const TypedHandle* const thisPointer = this; // avoid warning |
| 104 | if (!thisPointer) |
| 105 | return false; |
| 106 | |
| 107 | return (blockType == BLOCK_TYPE); |
| 108 | } |
| 109 | |
| 110 | private: |
| 111 | BlockType blockType; |
no outgoing calls
no test coverage detected