9#ifndef SQUID_SRC_FORMAT_TOKENTABLEENTRY_H
10#define SQUID_SRC_FORMAT_TOKENTABLEENTRY_H
One entry in a table of format tokens.
uint32_t options
32-bit mask? of options affecting the output display of this token
TokenTableEntry & operator=(const TokenTableEntry &)
TokenTableEntry(const char *aTag, const ByteCode_t &aType)
ByteCode_t tokenType
the internal byte code representatio of this token
TokenTableEntry(const TokenTableEntry &t)