|
c++-gtk-utils
|
Go to the source code of this file.
Classes | |
| class | Cgu::IntrusivePtr< T > |
| This is a smart pointer for managing objects allocated on freestore which maintain their own reference count. More... | |
| class | Cgu::IntrusiveCounter |
| This is a counter class providing the ref() and unref() functions required by IntrusivePtr. More... | |
| class | Cgu::IntrusiveLockCounter |
| This is a counter class providing the ref() and unref() functions required by IntrusivePtr, with a thread safe reference count.. More... | |
Namespaces | |
| namespace | Cgu |
Functions | |
| template<class T > | |
| bool | Cgu::operator== (const IntrusivePtr< T > &s1, const IntrusivePtr< T > &s2) |
| template<class T > | |
| bool | Cgu::operator!= (const IntrusivePtr< T > &s1, const IntrusivePtr< T > &s2) |
| template<class T > | |
| bool | Cgu::operator< (const IntrusivePtr< T > &s1, const IntrusivePtr< T > &s2) |
1.7.4