#include "param.hh"
#include "scarab_api.hh"
#include "factory.hh"
#include <memory>
#include <string>
Go to the source code of this file.
|
#define | REGISTER_PARAM_INPUT_CODEC(codec_class, encoding) static registrar< param_input_codec, codec_class > s_param_input_codec##codec_class##_registrar( encoding ); |
|
#define | REGISTER_PARAM_OUTPUT_CODEC(codec_class, encoding) static registrar< param_output_codec, codec_class > s_param_output_codec##codec_class##_registrar( encoding ); |
|
◆ REGISTER_PARAM_INPUT_CODEC
#define REGISTER_PARAM_INPUT_CODEC |
( |
|
codec_class, |
|
|
|
encoding |
|
) |
| static registrar< param_input_codec, codec_class > s_param_input_codec##codec_class##_registrar( encoding ); |
◆ REGISTER_PARAM_OUTPUT_CODEC
#define REGISTER_PARAM_OUTPUT_CODEC |
( |
|
codec_class, |
|
|
|
encoding |
|
) |
| static registrar< param_output_codec, codec_class > s_param_output_codec##codec_class##_registrar( encoding ); |