c++-gtk-utils
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 CCgu::Callback::CallbackArg< FreeArgs... >
 CCgu::ApplicationThis is a class for constructing and managing GtkApplication objects
 CCgu::AsyncChannel< T, n >A thread-safe "channel" class for inter-thread communication
 CCgu::AsyncQueue< T, Container >A thread-safe asynchronous queue
 CCgu::AsyncQueueDispatch< T, Container >A thread-safe asynchronous queue with a blocking pop() method
 CCgu::AsyncResult< T >A thread-safe asynchronous result class
 CCgu::Callback::CallbackArgThe callback interface class
 CCgu::Callback::FunctorArgFunctor class holding a Callback::CallbackArg object
 CCgu::Callback::SafeFunctorArgFunctor class holding a Callback::CallbackArg object, with thread-safe reference count
 CCgu::CFreeA deleter functor for use as the second (Dealloc) template parameter of the SharedHandle, SharedLockHandle or ScopedHandle template classes, which calls std::free
 CCgu::DoIf::RelatedTest< Base, Obj >Class for compile time testing of inheritance relationships
 CCgu::EmitterArgA class to execute callbacks connected to it, with provision for automatic disconnection
 CCgu::GerrorFreeA deleter functor for use as the second (Dealloc) template parameter of the SharedHandle, SharedLockHandle or ScopedHandle template classes, which calls glib's g_error_free()
 CCgu::GFreeA deleter functor for use as the second (Dealloc) template parameter of the SharedHandle, SharedLockHandle or ScopedHandle template classes, which calls glib's g_free()
 CCgu::GobjHandle< T >This is a handle for managing the reference count of GObjects
 CCgu::GobjWeakHandle< T >This is a handle for managing weak references to GObjects
 CCgu::GSliceDestroy< T >A deleter functor for use as the second (Dealloc) template parameter of the SharedHandle, SharedLockHandle or ScopedHandle template classes, which calls glib's g_slice_free1(), but before doing so also explicitly calls the destructor of a C++ object constructed in the memory
 CCgu::GSliceFree< T >A deleter functor for use as the second (Dealloc) template parameter of the SharedHandle, SharedLockHandle or ScopedHandle template classes, which calls glib's g_slice_free1()
 CCgu::GSliceFreeSize< block_size >A deleter functor for use as the second (Dealloc) template parameter of the SharedHandle, SharedLockHandle or ScopedHandle template classes, which calls glib's g_slice_free1()
 CCgu::GvarHandleThis is a handle for managing the reference count of GVariant objects
 CCgu::IntIterAn iterator class providing a lazy integer range over a virtual container
 CCgu::IntrusiveCounterThis is a counter class providing the ref() and unref() functions required by IntrusivePtr
 CCgu::IntrusiveLockCounterThis is a counter class providing the ref() and unref() functions required by IntrusivePtr, with a thread safe reference count.
 CCgu::IntrusivePtr< T >This is a smart pointer for managing objects allocated on freestore which maintain their own reference count
 CCgu::MainWidgetBaseThis is a class to manage the lifetime of widgets which are not top-level widgets (ie which are not derived from GtkWindow)
 CCgu::NotifierProvides thread-safe signalling between a worker thread and the main program thread
 CCgu::Param< T >Struct for automatic typing of function parameter arguments
 CCgu::Param< T & >
 CCgu::Param< T * >
 CCgu::PipeFifoA wrapper for unix anonymous pipes
 CCgu::ReleaserA class used for tracking EmitterArg and SafeEmitterArg connections
 CCgu::RemoveRefCond< T, unref >Struct which will conditionally convert a reference type to a value type
 CCgu::RemoveRefCond< T &, false >
 CCgu::RemoveRefCond< T &, true >
 CCgu::RemoveRefCond< T, false >
 CCgu::RemoveRefCond< T, true >
 CCgu::SafeEmitterArgA thread-safe class to execute callbacks connected to it, with provision for automatic disconnection
 CCgu::ScopedHandleThis is a generic scoped class for managing the lifetime of objects allocated on freestore
 CCgu::SharedHandleThis is a generic class for managing the lifetime of objects allocated on freestore
 CCgu::SharedLockHandle< T, Dealloc >This is a generic class for managing the lifetime of objects allocated on freestore, with a thread safe reference count.
 CCgu::SharedLockPtr< T >This is a smart pointer for managing the lifetime of objects allocated on freestore, with a thread safe reference count
 CCgu::SharedPtr< T >This is a smart pointer for managing the lifetime of objects allocated on freestore
 CCgu::StandardArrayDelete< T >A deleter functor for use as the second (Dealloc) template parameter of the SharedHandle, SharedLockHandle or ScopedHandle template classes, which calls the C++ delete[] expression
 CCgu::SyncPipeA class which uses an anonymous pipe to synchronise between processes
 CCgu::Thread::CancelBlockA class enabling the cancellation state of a thread to be controlled
 CCgu::Thread::CondA wrapper class for pthread condition variables
 CCgu::Thread::ExitA class which can be thrown to terminate the throwing thread
 CCgu::Thread::GrecmutexLockA scoped locking class for exception safe locking of GStaticRecMutex objects
 CCgu::Thread::JoinableHandleA class wrapping a Thread::Thread object representing a joinable thread
 CCgu::Thread::MutexA wrapper class for pthread mutexes
 CCgu::Thread::Mutex::LockA scoped locking class for exception safe Mutex locking
 CCgu::Thread::Mutex::TrackLockA scoped locking class for exception safe Mutex locking which tracks the status of its mutex
 CCgu::Thread::RecMutexA wrapper class for pthread mutexes which provides a recursive mutex
 CCgu::Thread::RecMutex::LockA scoped locking class for exception safe RecMutex locking
 CCgu::Thread::RecMutex::TrackLockA scoped locking class for exception safe RecMutex locking which tracks the status of its mutex
 CCgu::Thread::RWLockA wrapper class for pthread read-write locks
 CCgu::Thread::RWLock::ReaderLockA scoped locking class for exception safe RWLock read locking
 CCgu::Thread::RWLock::ReaderTrackLockA scoped locking class for exception safe RWLock read locking which tracks the status of its read-write lock
 CCgu::Thread::RWLock::WriterLockA scoped locking class for exception safe RWLock write locking
 CCgu::Thread::RWLock::WriterTrackLockA scoped locking class for exception safe RWLock write locking which tracks the status of its read-write lock.
 CCgu::Thread::TaskManagerA thread-pool class for managing tasks in multi-threaded programs
 CCgu::Thread::TaskManager::IncHandleA scoped handle for exception safe incrementing of the maximum number of threads that a TaskManager object will run
 CCgu::Thread::ThreadA class representing a pthread thread
 CCgu::Utf8::IteratorA class which will iterate through a std::string object by reference to unicode characters rather than by bytes
 CCgu::Utf8::ReassemblerA class for reassembling UTF-8 strings sent over pipes and sockets so they form complete valid UTF-8 characters
 CCgu::Utf8::ReverseIteratorA class which will iterate in reverse through a std::string object by reference to unicode characters rather than by bytes
 CCgu::WinBaseThis is a class for managing the lifetime of top level widgets
 CCgu::GobjHandle< GdkPixbuf >
 CCgu::GobjHandle< GInputStream >
 CCgu::GobjHandle< GIOStream >
 CCgu::GobjHandle< GOutputStream >
 CCgu::GobjHandle< GtkApplication >
 CCgu::GobjHandle< GtkPageSetup >
 CCgu::GobjHandle< GtkPrintSettings >
 CCgu::GobjHandle< GtkWidget >
 CCgu::GobjHandle< PangoLayout >
 CCgu::RemoveRefCond< BoundArg, unref >
 CCgu::RemoveRefCond< BoundArg1, unref >
 CCgu::RemoveRefCond< BoundArg2, unref >
 CCgu::RemoveRefCond< BoundArg3, unref >
 CCgu::RemoveRefCond< BoundArg4, unref >
 CCgu::RemoveRefCond< BoundArg5, unref >
 CCgu::SafeEmitterArg< Cgu::Application * >
 CCgu::SafeEmitterArg< Cgu::Application *, GApplicationCommandLine *, gint & >
 CCgu::SafeEmitterArg< Cgu::Application *, std::pair< GFile **, gint >, gchar * >
 CCgu::ScopedHandle< char_type * >
 CCgu::SharedHandle< gchar *, GFree >
 CCgu::SharedLockPtr< const Cgu::Callback::CallbackArg< FreeArgs... > >
 CCgu::SharedPtr< const Cgu::Callback::CallbackArg< FreeArgs... > >
 Cbasic_streambuf
 Cbinary_function
 Cstd::exceptionSTL class
 ChashA specialization of std::hash for Cgu::Callback::FunctorArg, Cgu::Callback::SafeFunctorArg, Cgu::GobjHandle, Cgu::GvarHandle, Cgu::IntrusivePtr, Cgu::SharedHandle, Cgu::SharedLockHandle, Cgu::SharedPtr and Cgu::SharedLockPtr so that such objects may be keys of unordered associative containers
 Cstd::ios_baseSTL class
 Cunary_function