#include <Include.h>
Public Types | |
typedef RefCount< ESIStreamContext > | Pointer |
Public Member Functions | |
ESIStreamContext () | |
~ESIStreamContext () override | |
void | freeResources () |
Public Attributes | |
int | finished |
ESIIncludePtr | include |
ESISegment::Pointer | localbuffer |
ESISegment::Pointer | buffer |
Private Member Functions | |
CBDATA_CLASS (ESIStreamContext) | |
Detailed Description
Member Typedef Documentation
◆ Pointer
Constructor & Destructor Documentation
◆ ESIStreamContext()
◆ ~ESIStreamContext()
|
override |
Definition at line 181 of file Include.cc.
References freeResources().
Member Function Documentation
◆ CBDATA_CLASS()
|
private |
◆ freeResources()
void ESIStreamContext::freeResources | ( | ) |
Definition at line 187 of file Include.cc.
References buffer, debugs, include, and localbuffer.
Referenced by ~ESIStreamContext().
Member Data Documentation
◆ buffer
ESISegment::Pointer ESIStreamContext::buffer |
Definition at line 34 of file Include.h.
Referenced by esiBufferRecipient(), and freeResources().
◆ finished
int ESIStreamContext::finished |
Definition at line 31 of file Include.h.
Referenced by esiBufferRecipient().
◆ include
ESIIncludePtr ESIStreamContext::include |
Definition at line 32 of file Include.h.
Referenced by esiBufferRecipient(), ESIStreamContextNew(), and freeResources().
◆ localbuffer
ESISegment::Pointer ESIStreamContext::localbuffer |
Definition at line 33 of file Include.h.
Referenced by esiBufferRecipient(), freeResources(), ESIInclude::Start(), and ESIInclude::subRequestDone().
The documentation for this class was generated from the following files:
- src/esi/Include.h
- src/esi/Esi.cc
- src/esi/Include.cc