Main Page   Class Hierarchy   Alphabetical List   Compound List   Examples  
MaxLineLen Struct Reference

Inserts a new line if the input line is too long. More...

#include <other_codecs.h>

Inheritance diagram for MaxLineLen:
unbuffered_codec codec

Public Member Functions

 MaxLineLen (uint m)
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

Inserts a new line if the input line is too long.

See also
encode decode

Member Function Documentation

◆ name()

const char * name ( ) const
inlinevirtual

Implements codec.


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