Comm::CbEntry Class Reference

#include <IoCallback.h>

Collaboration diagram for Comm::CbEntry:

Public Attributes

int fd
 
IoCallback readcb
 
IoCallback writecb
 

Detailed Description

Entry nodes for the IO callback table. Keyed off the FD which the event applies to.

Definition at line 63 of file IoCallback.h.

Member Data Documentation

◆ fd

int Comm::CbEntry::fd

Definition at line 66 of file IoCallback.h.

Referenced by Comm::MakeCallbackTable().

◆ readcb

IoCallback Comm::CbEntry::readcb

Definition at line 67 of file IoCallback.h.

◆ writecb

IoCallback Comm::CbEntry::writecb

Definition at line 68 of file IoCallback.h.


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

 

Introduction

Documentation

Support

Miscellaneous