src/core/model/simple-ref-count.h
changeset 7169 358f71a624d8
parent 6821 203367ae7433
child 7417 8e695ab6f94a
equal deleted inserted replaced
7168:7c724be8f9a6 7169:358f71a624d8
    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;