equal
deleted
inserted
replaced
95 DELETER::Delete (static_cast<T*> (const_cast<SimpleRefCount *> (this))); |
95 DELETER::Delete (static_cast<T*> (const_cast<SimpleRefCount *> (this))); |
96 } |
96 } |
97 } |
97 } |
98 |
98 |
99 /** |
99 /** |
100 * Get the reference count of the object. |
100 * Get the reference count of the object. |
101 * Normally not needed; for language bindings. |
101 * Normally not needed; for language bindings. |
102 */ |
102 */ |
103 inline uint32_t GetReferenceCount (void) const |
103 inline uint32_t GetReferenceCount (void) const |
104 { |
104 { |
105 return m_count; |
105 return m_count; |