GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
remote_notif_state Struct Reference

#include "remote-notif.h"

Public Member Functions

 remote_notif_state ()=default
 
 ~remote_notif_state ()
 
 DISABLE_COPY_AND_ASSIGN (remote_notif_state)
 

Public Attributes

remote_targetremote
 
std::list< const notif_client * > notif_queue
 
struct async_event_handlerget_pending_events_token
 
struct notif_eventpending_event [REMOTE_NOTIF_LAST] {}
 

Detailed Description

Definition at line 86 of file remote-notif.h.

Constructor & Destructor Documentation

◆ remote_notif_state()

remote_notif_state::remote_notif_state ( )
default

◆ ~remote_notif_state()

remote_notif_state::~remote_notif_state ( )

Member Function Documentation

◆ DISABLE_COPY_AND_ASSIGN()

remote_notif_state::DISABLE_COPY_AND_ASSIGN ( remote_notif_state )

Member Data Documentation

◆ get_pending_events_token

struct async_event_handler* remote_notif_state::get_pending_events_token

◆ notif_queue

std::list<const notif_client *> remote_notif_state::notif_queue

Definition at line 98 of file remote-notif.h.

Referenced by handle_notification(), and remote_notif_process().

◆ pending_event

struct notif_event* remote_notif_state::pending_event[REMOTE_NOTIF_LAST] {}

◆ remote

remote_target* remote_notif_state::remote

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