Reference counter accessor * * @return The number of references pointing to this object */
| 82 | * @return The number of references pointing to this object |
| 83 | */ |
| 84 | int refcount() const |
| 85 | { |
| 86 | return _refcount; |
| 87 | } |
| 88 | /** Checks if an object is valid |
| 89 | * |
| 90 | * @return True if sucessful otherwise false |
no outgoing calls
no test coverage detected