LLDB mainline
WatchpointIDMatches Class Reference

Public Member Functions

 WatchpointIDMatches (lldb::watch_id_t watch_id)
bool operator() (const WatchpointSP &wp) const

Private Attributes

const lldb::watch_id_t m_watch_id

Detailed Description

Definition at line 87 of file WatchpointList.cpp.

Constructor & Destructor Documentation

◆ WatchpointIDMatches()

WatchpointIDMatches::WatchpointIDMatches ( lldb::watch_id_t watch_id)
inline

Definition at line 89 of file WatchpointList.cpp.

References m_watch_id.

Member Function Documentation

◆ operator()()

bool WatchpointIDMatches::operator() ( const WatchpointSP & wp) const
inline

Definition at line 91 of file WatchpointList.cpp.

References m_watch_id.

Member Data Documentation

◆ m_watch_id

const lldb::watch_id_t WatchpointIDMatches::m_watch_id
private

Definition at line 96 of file WatchpointList.cpp.

Referenced by operator()(), and WatchpointIDMatches().


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