webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
Inspector::AgentRegistry Class Reference

#include <InspectorAgentRegistry.h>

Public Member Functions

 AgentRegistry ()
 
 ~AgentRegistry ()
 
void append (std::unique_ptr< InspectorAgentBase >)
 
void didCreateFrontendAndBackend (FrontendRouter *, BackendDispatcher *)
 
void willDestroyFrontendAndBackend (DisconnectReason)
 
void discardValues ()
 
 AgentRegistry ()
 
 ~AgentRegistry ()
 
void append (std::unique_ptr< InspectorAgentBase >)
 
void didCreateFrontendAndBackend (FrontendRouter *, BackendDispatcher *)
 
void willDestroyFrontendAndBackend (DisconnectReason)
 
void discardValues ()
 

Constructor & Destructor Documentation

◆ AgentRegistry() [1/2]

Inspector::AgentRegistry::AgentRegistry ( )

◆ ~AgentRegistry() [1/2]

Inspector::AgentRegistry::~AgentRegistry ( )

◆ AgentRegistry() [2/2]

Inspector::AgentRegistry::AgentRegistry ( )

◆ ~AgentRegistry() [2/2]

Inspector::AgentRegistry::~AgentRegistry ( )

Member Function Documentation

◆ append() [1/2]

void Inspector::AgentRegistry::append ( std::unique_ptr< InspectorAgentBase agent)

◆ append() [2/2]

void Inspector::AgentRegistry::append ( std::unique_ptr< InspectorAgentBase )

◆ didCreateFrontendAndBackend() [1/2]

void Inspector::AgentRegistry::didCreateFrontendAndBackend ( FrontendRouter frontendRouter,
BackendDispatcher backendDispatcher 
)

◆ didCreateFrontendAndBackend() [2/2]

void Inspector::AgentRegistry::didCreateFrontendAndBackend ( FrontendRouter ,
BackendDispatcher  
)

◆ discardValues() [1/2]

void Inspector::AgentRegistry::discardValues ( )

◆ discardValues() [2/2]

void Inspector::AgentRegistry::discardValues ( )

◆ willDestroyFrontendAndBackend() [1/2]

void Inspector::AgentRegistry::willDestroyFrontendAndBackend ( DisconnectReason  reason)

◆ willDestroyFrontendAndBackend() [2/2]

void Inspector::AgentRegistry::willDestroyFrontendAndBackend ( DisconnectReason  )

The documentation for this class was generated from the following files: