#include <clientStream.h>

Collaboration diagram for clientStreamNode:

Public Member Functions

void * operator new (size_t size)
 
void operator delete (void *address)
 
void * toCbdata () noexcept
 
 clientStreamNode (CSR *aReadfunc, CSCB *aCallback, CSD *aDetach, CSS *aStatus, ClientStreamData)
 
 ~clientStreamNode ()
 
clientStreamNodeprev () const
 
clientStreamNodenext () const
 
void removeFromStream ()
 

Public Attributes

dlink_node node
 
dlink_listhead
 
CSRreadfunc
 
CSCBcallback
 
CSDdetach
 
CSSstatus
 
ClientStreamData data
 
StoreIOBuffer readBuffer
 

Static Private Attributes

static cbdata_type CBDATA_clientStreamNode = CBDATA_UNKNOWN
 

Detailed Description

Definition at line 75 of file clientStream.h.

Constructor & Destructor Documentation

◆ clientStreamNode()

clientStreamNode::clientStreamNode ( CSR aReadfunc,
CSCB aCallback,
CSD aDetach,
CSS aStatus,
ClientStreamData  aData 
)

Definition at line 86 of file clientStream.cc.

◆ ~clientStreamNode()

clientStreamNode::~clientStreamNode ( )

Definition at line 95 of file clientStream.cc.

References data, debugs, and removeFromStream().

Member Function Documentation

◆ next()

clientStreamNode * clientStreamNode::next ( ) const

Definition at line 284 of file clientStream.cc.

References node::next.

Referenced by clientStreamCallback(), esiStreamRead(), and ESIContext::send().

◆ operator delete()

void clientStreamNode::operator delete ( void *  address)
inline

Definition at line 77 of file clientStream.h.

◆ operator new()

void * clientStreamNode::operator new ( size_t  size)
inline

Definition at line 77 of file clientStream.h.

◆ prev()

clientStreamNode * clientStreamNode::prev ( ) const

Definition at line 275 of file clientStream.cc.

Referenced by clientStreamDetach(), and clientStreamRead().

◆ removeFromStream()

void clientStreamNode::removeFromStream ( )

Definition at line 266 of file clientStream.cc.

References dlinkDelete(), and head.

Referenced by ~clientStreamNode(), and clientStreamDetach().

◆ toCbdata()

void * clientStreamNode::toCbdata ( )
inlinenoexcept

Definition at line 77 of file clientStream.h.

Member Data Documentation

◆ callback

CSCB* clientStreamNode::callback

Definition at line 90 of file clientStream.h.

Referenced by clientStreamCallback().

◆ CBDATA_clientStreamNode

cbdata_type clientStreamNode::CBDATA_clientStreamNode = CBDATA_UNKNOWN
staticprivate

Definition at line 77 of file clientStream.h.

◆ data

◆ detach

CSD* clientStreamNode::detach

Definition at line 91 of file clientStream.h.

Referenced by clientStreamDetach().

◆ head

dlink_list* clientStreamNode::head

◆ node

◆ readBuffer

◆ readfunc

CSR* clientStreamNode::readfunc

Definition at line 89 of file clientStream.h.

Referenced by clientStreamRead().

◆ status

CSS* clientStreamNode::status

Definition at line 92 of file clientStream.h.

Referenced by clientStreamStatus().


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

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors