Spec Caster
Casts the input type in a specific output type.

Extends Pipe
All Extended Pipe
Defined in <seqan/pipe.h>
Signature template <typename TInput, typename TValue[, typename TSpec]> class Pipe<TInput, Caster<TValue, TSpec> >;

Template Parameters

TInput The type of the pipeline module this module reads from.
TValue The new output type.
TSpec CasterReinterpret (default) or CasterConvert.

Member Function Overview

Member Functions Inherited From Pipe

Interface Function Overview

Interface Functions Inherited From Pipe

Interface Metafunction Overview

Interface Metafunctions Inherited From Pipe

Detailed Description

The input stream is casted using reinterpret_cast<TValue>.