Decrement the reference count, returning the new count.
| 61 | |
| 62 | // Decrement the reference count, returning the new count. |
| 63 | int |
| 64 | refcount_dec() |
| 65 | { |
| 66 | return --m_refcount; |
| 67 | } |
| 68 | |
| 69 | int |
| 70 | refcount() const |
no outgoing calls
no test coverage detected