Main Page   Class Hierarchy   Alphabetical List   Compound List   Examples  
Public Member Functions | List of all members
NullCodec Struct Reference

Pass through codec. Copies input to output. More...

#include <other_codecs.h>

Inheritance diagram for NullCodec:
unbuffered_codec codec

Public Member Functions

template<typename OutIt >
void process (char c, OutIt &out)
 
const char * name () const
 
- Public Member Functions inherited from unbuffered_codec
template<typename OutIt >
void flush (OutIt &)
 
- Public Member Functions inherited from codec
virtual double codeSizeMultiplier () const
 

Additional Inherited Members

- Public Types inherited from unbuffered_codec
typedef unbuffered_codec_type_tag codec_type
 
- Public Types inherited from codec
typedef unsigned char char_type
 

Detailed Description

Pass through codec. Copies input to output.

See Also
encode decode

The documentation for this struct was generated from the following file: