9#ifndef SQUID_SRC_BASE_PACKABLE_H
10#define SQUID_SRC_BASE_PACKABLE_H
80 virtual void vappendf(
const char *fmt, va_list ap) = 0;
virtual void vappendf(const char *fmt, va_list ap)=0
void appendf(const char *fmt,...) PRINTF_FORMAT_ARG2
Append operation with printf-style arguments.
virtual void append(const char *buf, int size)=0
Appends a c-string to existing packed data.
#define PRINTF_FORMAT_ARG2