Squid Web Cache master
Loading...
Searching...
No Matches
Ipc::TypedMsgHdr::DataBuffer Struct Reference

Public Member Functions

 DataBuffer ()
 

Public Attributes

int type_ = 0
 Message kind, uses MessageType values.
 
size_t size = 0
 actual raw data size (for sanity checks)
 
char raw [maxSize]
 buffer with type-specific data
 

Detailed Description

Definition at line 95 of file TypedMsgHdr.h.

Constructor & Destructor Documentation

◆ DataBuffer()

Ipc::TypedMsgHdr::DataBuffer::DataBuffer ( )
inline

Definition at line 96 of file TypedMsgHdr.h.

References raw.

Member Data Documentation

◆ raw

char Ipc::TypedMsgHdr::DataBuffer::raw[maxSize]

Definition at line 100 of file TypedMsgHdr.h.

Referenced by DataBuffer().

◆ size

size_t Ipc::TypedMsgHdr::DataBuffer::size = 0

Definition at line 99 of file TypedMsgHdr.h.

Referenced by Ipc::TypedMsgHdr::hasMoreData().

◆ type_

int Ipc::TypedMsgHdr::DataBuffer::type_ = 0

Definition at line 98 of file TypedMsgHdr.h.

Referenced by Ipc::TypedMsgHdr::rawType().


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