Go to the source code of this file.
◆ DECLARE_COMMON_SERIALISER
#define DECLARE_COMMON_SERIALISER |
( |
| T | ) |
|
Value: struct CommonProto::Serialise< T > \
{ \
static T read(
const StoreDirConfig &
store, CommonProto::ReadConn conn); \
static void write(
const StoreDirConfig &
store, CommonProto::WriteConn conn,
const T &
str); \
}
ChunkedVector< std::string, 8192 > store
Definition lexer.l:1011
std::ostream & str
Definition lexer.l:1728