LLDB mainline
Public Member Functions | Private Attributes | List of all members
lldb_private::BroadcasterManager::BroadcastEventSpecMatches Class Reference
Collaboration diagram for lldb_private::BroadcasterManager::BroadcastEventSpecMatches:
Collaboration graph
[legend]

Public Member Functions

 BroadcastEventSpecMatches (const BroadcastEventSpec &broadcaster_spec)
 
 ~BroadcastEventSpecMatches ()=default
 
bool operator() (const event_listener_key &input) const
 

Private Attributes

BroadcastEventSpec m_broadcaster_spec
 

Detailed Description

Definition at line 133 of file Broadcaster.h.

Constructor & Destructor Documentation

◆ BroadcastEventSpecMatches()

lldb_private::BroadcasterManager::BroadcastEventSpecMatches::BroadcastEventSpecMatches ( const BroadcastEventSpec broadcaster_spec)
inline

Definition at line 135 of file Broadcaster.h.

◆ ~BroadcastEventSpecMatches()

lldb_private::BroadcasterManager::BroadcastEventSpecMatches::~BroadcastEventSpecMatches ( )
default

Member Function Documentation

◆ operator()()

bool lldb_private::BroadcasterManager::BroadcastEventSpecMatches::operator() ( const event_listener_key input) const
inline

Definition at line 140 of file Broadcaster.h.

References m_broadcaster_spec.

Member Data Documentation

◆ m_broadcaster_spec

BroadcastEventSpec lldb_private::BroadcasterManager::BroadcastEventSpecMatches::m_broadcaster_spec
private

Definition at line 145 of file Broadcaster.h.

Referenced by operator()().


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