Chromium Embedded Framework (CEF)  105.3.33+gd83f874+chromium-105.0.5195.102
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 Cbase::cef_internal::AutoLock::AlreadyAcquired
 Cbase::AtomicFlagA flag that can safely be set from one thread and read from other threads
 Cbase::AtomicRefCount
 Cbase::cef_internal::AutoLockA helper class that acquires the given Lock while the AutoLock is in scope
 Cbase::AutoReset< T >
 Cbase::cef_internal::AutoUnlockAutoUnlock is a helper that will Release() the |lock| argument in the constructor, and re-Acquire() it in the destructor
 CB1
 Cbool_constant
 Cinternal::CallbackBase
 Cinternal::CallbackBaseCopyable
 Cbase::internal::CallbackListBase< OnceCallbackList< Signature > >
 Cbase::internal::CallbackListBase< RepeatingCallbackList< Signature > >
 Cbase::CallbackListSubscription
 Ccef_audio_parameters_tStructure representing the audio parameters for setting up the audio handler
 Ccef_basetime_tRepresents a wall clock time in UTC
 Ccef_box_layout_settings_tSettings used when initializing a CefBoxLayout
 Ccef_browser_settings_tBrowser initialization settings
 Ccef_composition_underline_tStructure representing IME composition underline information
 Ccef_cookie_tCookie information
 Ccef_cursor_info_tStructure representing cursor information
 Ccef_draggable_region_tStructure representing a draggable region
 Ccef_insets_tStructure representing insets
 Ccef_key_event_tStructure representing keyboard event information
 Ccef_main_args_tStructure representing CefExecuteProcess arguments
 Ccef_media_sink_device_info_tDevice information for a MediaSink object
 Ccef_mouse_event_tStructure representing mouse event information
 Ccef_pdf_print_settings_tStructure representing PDF print settings
 Ccef_point_tStructure representing a point
 Ccef_popup_features_tPopup window features
 Ccef_range_tStructure representing a range
 Ccef_rect_tStructure representing a rectangle
 Ccef_request_context_settings_tRequest context initialization settings
 Ccef_screen_info_tScreen information used when window rendering is disabled
 Ccef_settings_tInitialization settings
 Ccef_size_tStructure representing a size
 Ccef_string_utf16_t
 Ccef_string_utf8_t
 Ccef_string_wide_tCEF string type definitions
 Ccef_time_tTime information
 Ccef_touch_event_tStructure representing touch event information
 Ccef_touch_handle_state_t
 Ccef_urlparts_tURL component parts
 Ccef_window_info_tClass representing window information
 CCefBaseRefCountedAll ref-counted framework classes must extend this class
 CCefBaseScopedAll scoped framework classes must extend this class
 CCefBrowserSettingsTraits
 CCefCookieTraits
 CCefDeleteOnThread< thread >Use this struct in conjuction with refcounted types to ensure that an object is deleted on the specified thread
 CCefDeleteOnThread< TID_FILE_BACKGROUND >
 CCefDeleteOnThread< TID_FILE_USER_BLOCKING >
 CCefDeleteOnThread< TID_FILE_USER_VISIBLE >
 CCefDeleteOnThread< TID_IO >
 CCefDeleteOnThread< TID_RENDERER >
 CCefDeleteOnThread< TID_UI >
 CCefMediaSinkDeviceInfoTraits
 CCefMessageRouterConfigUsed to configure the query router
 CCefPdfPrintSettingsTraits
 CCefRefCountClass that implements atomic reference counting
 CCefRequestContextSettingsTraits
 CCefScopedArgArrayHelper class to manage a scoped copy of |argv|
 CCefScopedLibraryLoaderScoped helper for loading and unloading the CEF framework library at runtime from the expected location in the app bundle
 CCefScopedSandboxContextScoped helper for managing the life span of a sandbox context handle
 CCefScopedSandboxInfoManages the life span of a sandbox information object
 CCefScopedTempDirAn object representing a temporary / scratch directory that should be cleaned up (recursively) when this object goes out of scope
 CCefSettingsTraits
 CCefStringBase< traits >CEF string classes can convert between all supported string types
 CCefStringTraitsUTF16Traits implementation for utf16 character strings
 CCefStringTraitsUTF8Traits implementation for utf8 character strings
 CCefStringTraitsWideTraits implementation for wide character strings
 CCefURLPartsTraits
 CCefWindowInfoTraits
 Cstd::conditional_t
 Cbase::DefaultRefCountedThreadSafeTraits< T >Default traits for RefCountedThreadSafe<T>
 Cbase::DefaultRefCountedTraits< T >Default traits for RefCounted<T>
 Cbase::DoNothingCreates a callback that does nothing when called
 Cstd::false_type
 CCefMessageRouterBrowserSide::HandlerImplement this interface to handle queries
 Cbase::in_place_t
 Cbase::in_place_type_t< T >
 Cbase::is_in_place_type_t< T >
 Cbase::is_in_place_type_t< in_place_type_t< Ts... > >
 Cbase::cef_internal::LockA convenient wrapper for an OS specific critical section
 Cbase::NullCallbackCreates a null callback
 Cbase::OnceCallback< Signature >
 Cbase::OnceCallback< void()>
 Cbase::PlatformThreadRefUsed for thread checking and debugging
 Cbase::projected< Iter, Proj, IndirectResultT >
 CCefResourceManager::ProviderInterface implemented by resource providers
 Cbase::cef_subtle::RefCountedBase
 Cbase::cef_subtle::RefCountedThreadSafeBase
 Cbase::remove_cvref< T >
 Cbase::RepeatingCallback< Signature >
 Cbase::RepeatingCallback< std::string(const std::string &)>
 Cscoped_refptr< T >A smart pointer class for reference counted objects
 Cscoped_refptr< CefBaseRefCounted >
 Cscoped_refptr< CefBrowser >
 Cscoped_refptr< CefCallback >
 Cscoped_refptr< CefFrame >
 Cscoped_refptr< CefRequest >
 Cscoped_refptr< CefStreamReader >
 Cbase::ScopedClosureRunnerScopedClosureRunner is akin to std::unique_ptr<> for Closures
 Cbase::ScopedTypeRef< T, Traits >ScopedTypeRef<> is patterned after std::unique_ptr<>, but maintains ownership of a reference to any type that is maintained by Retain and Release methods
 Cbase::ScopedTypeRefTraits< T >
 Ctraits::struct_type
 Cbase::internal::SupportsWeakPtrBase
 Cbase::cef_internal::ThreadCheckerDoNothingDo nothing implementation, for use in release mode
 Cstd::true_type
 Cbase::internal::WeakPtrBase
 Cbase::internal::WeakPtrFactoryBase