LLDB mainline
|
Unary predicate function object that can search for a matching user ID. More...
#include <UserID.h>
Public Member Functions | |
IDMatches (lldb::user_id_t uid) | |
Construct with the user ID to look for. | |
bool | operator() (const UserID &rhs) const |
Unary predicate function object callback. |
Private Attributes | |
const lldb::user_id_t | m_uid |
The user ID we are looking for. |
Unary predicate function object that can search for a matching user ID.
Function object that can be used on any class that inherits from UserID:
|
inline |
Unary predicate function object callback.
Definition at line 68 of file UserID.h.
References lldb_private::UserID::GetID(), m_uid, and lldb_private::UserID::UserID().
|
private |
The user ID we are looking for.
Definition at line 72 of file UserID.h.
Referenced by IDMatches(), and operator()().