|
Chromium Embedded Framework (CEF)
106.0.15+gbb70d04+chromium-106.0.5249.12
|
#include "include/base/cef_atomic_ref_count.h"#include "include/base/cef_build.h"#include "include/base/cef_macros.h"#include "include/internal/cef_ptr.h"#include "include/internal/cef_time_wrappers.h"#include "include/internal/cef_types_wrappers.h"#include "include/internal/cef_win.h"Classes | |
| class | CefBaseRefCounted |
| All ref-counted framework classes must extend this class. More... | |
| class | CefBaseScoped |
| All scoped framework classes must extend this class. More... | |
| class | CefRefCount |
| Class that implements atomic reference counting. More... | |
Macros | |
| #define | IMPLEMENT_REFCOUNTING(ClassName) |
| Macro that provides a reference counting implementation for classes extending CefBase. More... | |
| #define IMPLEMENT_REFCOUNTING | ( | ClassName | ) |
Macro that provides a reference counting implementation for classes extending CefBase.