Decrement context refcount */
| 74 | } |
| 75 | /** Decrement context refcount */ |
| 76 | void dec_ref() const |
| 77 | { |
| 78 | --_refcount; |
| 79 | } |
| 80 | /** Reference counter accessor |
| 81 | * |
| 82 | * @return The number of references pointing to this object |
no outgoing calls
no test coverage detected