Data Structures | Defines

epics/apps/crucible/stream/src/StreamFormatConverter.h File Reference

(r4864/r2310)

#include "StreamFormat.h"
#include "StreamBuffer.h"
#include "StreamProtocol.h"
Include dependency graph for StreamFormatConverter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  StreamFormatConverterRegistrar< C >
class  StreamFormatConverter

Defines

#define esc   (0x1b)
#define RegisterConverter(converter, conversions)

Define Documentation

#define esc   (0x1b)

Definition at line 27 of file StreamFormatConverter.h.

#define RegisterConverter (   converter,
  conversions 
)
Value:
template class StreamFormatConverterRegistrar<converter>; \
StreamFormatConverterRegistrar<converter> \
registrar_##converter(#converter,conversions); \
void* ref_##converter = &registrar_##converter\

Definition at line 74 of file StreamFormatConverter.h.