|
Squid Web Cache master
|
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 | |
Definition at line 95 of file TypedMsgHdr.h.
|
inline |
Definition at line 96 of file TypedMsgHdr.h.
References raw.
| char Ipc::TypedMsgHdr::DataBuffer::raw[maxSize] |
Definition at line 100 of file TypedMsgHdr.h.
Referenced by DataBuffer().
| size_t Ipc::TypedMsgHdr::DataBuffer::size = 0 |
Definition at line 99 of file TypedMsgHdr.h.
Referenced by Ipc::TypedMsgHdr::hasMoreData().
| int Ipc::TypedMsgHdr::DataBuffer::type_ = 0 |
Definition at line 98 of file TypedMsgHdr.h.
Referenced by Ipc::TypedMsgHdr::rawType().