c++-gtk-utils
Classes | Namespaces | Functions
gobj_handle.h File Reference

Go to the source code of this file.

Classes

class  Cgu::GobjHandle< T >
 This is a handle for managing the reference count of GObjects. More...
struct  Cgu::GobjWeakHandleError
class  Cgu::GobjWeakHandle< T >
 This is a handle for managing weak references to GObjects. More...

Namespaces

namespace  Cgu

Functions

template<class T >
bool Cgu::operator== (const GobjHandle< T > &h1, const GobjHandle< T > &h2)
template<class T >
bool Cgu::operator!= (const GobjHandle< T > &h1, const GobjHandle< T > &h2)
template<class T >
bool Cgu::operator< (const GobjHandle< T > &h1, const GobjHandle< T > &h2)