! * \brief offset on allocated block in bytes */
| 165 | * \brief offset on allocated block in bytes |
| 166 | */ |
| 167 | size_t offset() const { return m_offset; } |
| 168 | |
| 169 | //! get underlying comp node; error would be raised if it is invalid |
| 170 | CompNode comp_node() const { |
no outgoing calls
no test coverage detected