c++-gtk-utils
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCCgu::Callback::CallbackArg< FreeArgs...>
oCCgu::ApplicationThis is a class for constructing and managing GtkApplication objects
oCCgu::ApplicationNameErrorThis class is thrown when the program id name passed to the constructor of Cgu::Application is invalid
oCCgu::AsyncQueue< T, Container >A thread-safe asynchronous queue
oCCgu::AsyncQueueDispatch< T, Container >A thread-safe asynchronous queue with a blocking pop() method
oCCgu::AsyncQueuePopErrorAn exception thrown if calling pop() on a AsyncQueue or AsyncQueueDispatch object fails because the queue is empty
oCCgu::AsyncResult< T >A thread-safe asynchronous result class
oCCgu::basic_fdinbuf< charT, Traits >Input stream buffer for unix file descriptors
oCCgu::basic_fdistream< charT, Traits >Input stream for unix file descriptors
oCCgu::basic_fdostream< charT, Traits >Output stream for unix file descriptors
oCCgu::basic_fdoutbuf< charT, Traits >Output stream buffer for unix file descriptors
oCCgu::basic_giostream< charT, Traits >C++ input-output stream for GIO streams
oCCgu::basic_gistream< charT, Traits >C++ input stream for GIO streams
oCCgu::basic_gostream< charT, Traits >C++ output stream for GIO streams
oCCgu::basic_gstreambuf< charT, Traits >C++ stream buffer for GIO streams
oCCgu::Callback::CallbackArg< FreeArgs >The callback interface class
oCCgu::Callback::FunctorArg< FreeArgs >Functor class holding a Callback::CallbackArg object
oCCgu::Callback::SafeFunctorArg< FreeArgs >Functor class holding a Callback::CallbackArg object, with thread-safe reference count
oCCgu::CFreeA deleter functor for use as the second (Dealloc) template parameter of the SharedHandle, SharedLockHandle or ScopedHandle template classes, which calls std::free
oCCgu::DoIf::RelatedTest< Base, Obj >Class for compile time testing of inheritance relationships
oCCgu::EmitterArg< FreeArgs >A class to execute callbacks connected to it, with provision for automatic disconnection
oCCgu::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()
oCCgu::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()
oCCgu::GobjHandle< T >This is a handle for managing the reference count of GObjects
oCCgu::GobjWeakHandle< T >This is a handle for managing weak references to GObjects
oCCgu::GobjWeakHandleError
oCCgu::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
oCCgu::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()
oCCgu::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()
oCCgu::GvarHandleThis is a handle for managing the reference count of GVariant objects
oCCgu::IntrusiveCounterThis is a counter class providing the ref() and unref() functions required by IntrusivePtr
oCCgu::IntrusiveLockCounterThis is a counter class providing the ref() and unref() functions required by IntrusivePtr, with a thread safe reference count.
oCCgu::IntrusivePtr< T >This is a smart pointer for managing objects allocated on freestore which maintain their own reference count
oCCgu::MainWidgetBaseThis is a class to manage the lifetime of widgets which are not top-level widgets (ie which are not derived from GtkWindow)
oCCgu::MemFun::Functor1< Ret, Arg, T >
oCCgu::MemFun::Functor1_const< Ret, Arg, T >
oCCgu::MemFun::Functor2< Ret, Arg1, Arg2, T >
oCCgu::MemFun::Functor2_const< Ret, Arg1, Arg2, T >
oCCgu::NotifierProvides thread-safe signalling between a worker thread and the main program thread
oCCgu::Param< T >Struct for automatic typing of function parameter arguments
oCCgu::Param< T & >
oCCgu::Param< T * >
oCCgu::PipeError
oCCgu::PipeFifoA wrapper for unix anonymous pipes
oCCgu::ReleaserA class used for tracking EmitterArg and SafeEmitterArg connections
oCCgu::RemoveRefCond< T, unref >Struct which will conditionally convert a reference type to a value type
oCCgu::RemoveRefCond< T &, false >
oCCgu::RemoveRefCond< T &, true >
oCCgu::RemoveRefCond< T, false >
oCCgu::RemoveRefCond< T, true >
oCCgu::SafeEmitterArg< FreeArgs >A thread-safe class to execute callbacks connected to it, with provision for automatic disconnection
oCCgu::ScopedHandle< T, Dealloc >This is a generic scoped class for managing the lifetime of objects allocated on freestore
oCCgu::SharedHandle< T, Dealloc >This is a generic class for managing the lifetime of objects allocated on freestore
oCCgu::SharedHandleError< T >This is an exception struct thrown as an alternative to deleting a managed object when internal memory allocation for SharedHandle or SharedLockHandle fails in their reset() method or in their constructor which takes a pointer
oCCgu::SharedLockHandle< T, Dealloc >This is a generic class for managing the lifetime of objects allocated on freestore, with a thread safe reference count.
oCCgu::SharedLockPtr< T >This is a smart pointer for managing the lifetime of objects allocated on freestore, with a thread safe reference count
oCCgu::SharedPtr< T >This is a smart pointer for managing the lifetime of objects allocated on freestore
oCCgu::SharedPtrError< T >This is an exception struct thrown as an alternative to deleting a managed object when internal memory allocation for SharedPtr or SharedLockPtr fails in their reset() method or in their constructor which takes a pointer
oCCgu::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
oCCgu::SyncPipeA class which uses an anonymous pipe to synchronise between processes
oCCgu::Thread::CancelBlockA class enabling the cancellation state of a thread to be controlled
oCCgu::Thread::CondA wrapper class for pthread condition variables
oCCgu::Thread::CondError
oCCgu::Thread::ExitA class which can be thrown to terminate the throwing thread
oCCgu::Thread::FutureThreadError
oCCgu::Thread::FutureWhenError
oCCgu::Thread::GrecmutexLockA scoped locking class for exception safe locking of GStaticRecMutex objects
oCCgu::Thread::JoinableHandleA class wrapping a Thread::Thread object representing a joinable thread
oCCgu::Thread::MutexA wrapper class for pthread mutexes
oCCgu::Thread::Mutex::LockA scoped locking class for exception safe Mutex locking
oCCgu::Thread::Mutex::TrackLockA scoped locking class for exception safe Mutex locking which tracks the status of its mutex
oCCgu::Thread::MutexError
oCCgu::Thread::RecMutexA wrapper class for pthread mutexes which provides a recursive mutex
oCCgu::Thread::RecMutex::LockA scoped locking class for exception safe RecMutex locking
oCCgu::Thread::RecMutex::TrackLockA scoped locking class for exception safe RecMutex locking which tracks the status of its mutex
oCCgu::Thread::RecMutexError
oCCgu::Thread::RWLockA wrapper class for pthread read-write locks
oCCgu::Thread::RWLock::ReaderLockA scoped locking class for exception safe RWLock read locking
oCCgu::Thread::RWLock::ReaderTrackLockA scoped locking class for exception safe RWLock read locking which tracks the status of its read-write lock
oCCgu::Thread::RWLock::WriterLockA scoped locking class for exception safe RWLock write locking
oCCgu::Thread::RWLock::WriterTrackLockA scoped locking class for exception safe RWLock write locking which tracks the status of its read-write lock.
oCCgu::Thread::RWLockError
oCCgu::Thread::ThreadA class representing a pthread thread
oCCgu::Utf8::ConversionError
oCCgu::Utf8::IteratorA class which will iterate through a std::string object by reference to unicode characters rather than by bytes
oCCgu::Utf8::ReassemblerA class for reassembling UTF-8 strings sent over pipes and sockets so they form complete valid UTF-8 characters
oCCgu::Utf8::ReverseIteratorA class which will iterate in reverse through a std::string object by reference to unicode characters rather than by bytes
oCCgu::WinBaseThis is a class for managing the lifetime of top level widgets
\Cstd::hashA 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