#include "StreamFormat.h"
#include "StreamBuffer.h"
#include "StreamProtocol.h"
Go to the source code of this file.
Data Structures | |
class | StreamFormatConverterRegistrar< C > |
class | StreamFormatConverter |
Defines | |
#define | esc (0x1b) |
#define | RegisterConverter(converter, conversions) |
#define esc (0x1b) |
Definition at line 27 of file StreamFormatConverter.h.
#define RegisterConverter | ( | converter, | ||
conversions | ||||
) |
template class StreamFormatConverterRegistrar<converter>; \ StreamFormatConverterRegistrar<converter> \ registrar_##converter(#converter,conversions); \ void* ref_##converter = ®istrar_##converter\
Definition at line 74 of file StreamFormatConverter.h.