LLDB mainline
lldb_private::Process::PreResumeCallbackAndBaton Struct Reference

#include <Process.h>

Public Member Functions

 PreResumeCallbackAndBaton (PreResumeActionCallback in_callback, void *in_baton)
bool operator== (const PreResumeCallbackAndBaton &rhs)

Public Attributes

bool(* callback )(void *)
void * baton

Detailed Description

Definition at line 3109 of file Process.h.

Constructor & Destructor Documentation

◆ PreResumeCallbackAndBaton()

lldb_private::Process::PreResumeCallbackAndBaton::PreResumeCallbackAndBaton ( PreResumeActionCallback in_callback,
void * in_baton )
inline

Definition at line 3112 of file Process.h.

References baton, and callback.

Referenced by operator==().

Member Function Documentation

◆ operator==()

bool lldb_private::Process::PreResumeCallbackAndBaton::operator== ( const PreResumeCallbackAndBaton & rhs)
inline

Definition at line 3115 of file Process.h.

References baton, callback, and PreResumeCallbackAndBaton().

Member Data Documentation

◆ baton

void* lldb_private::Process::PreResumeCallbackAndBaton::baton

◆ callback

bool(* lldb_private::Process::PreResumeCallbackAndBaton::callback) (void *)

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