Return the raw pointer.
| 156 | |
| 157 | // Return the raw pointer. |
| 158 | T * |
| 159 | get() const |
| 160 | { |
| 161 | return m_ptr; |
| 162 | } |
| 163 | |
| 164 | // Return the raw pointer as a RefCount object. Typically |
| 165 | // this is for keeping a collection of ogenous objects. |
no outgoing calls
no test coverage detected