base.cef_internal
Class CallbackBase
in cef_callback_internal.h
- class CallbackBase
Method Summary |
protected bool |
Equals( const CallbackBase& other ) const
|
bool |
is_null() const
|
void |
Reset()
|
bind_state_
protected scoped_refptr< BindStateBase > bind_state_;
polymorphic_invoke_
protected CallbackBase::InvokeFuncStorage polymorphic_invoke_;
CallbackBase
protected explicit CallbackBase( BindStateBase* bind_state );
~CallbackBase
protected ~CallbackBase();
Equals
protected bool Equals( const CallbackBase& other ) const;
is_null
public bool is_null() const;
Reset
public void Reset();
Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt