Main Page   Class Hierarchy   Alphabetical List   Compound List   Examples  

Lf2CrLf Struct Reference

Converts any LF (\n) to CRLF (\r\n). More...

#include <other_codecs.h>

Inheritance diagram for Lf2CrLf:

unbuffered_codec codec List of all members.

Public Member Functions

template<typename OutIt>
void process (char c, OutIt &out)
const char * name () const

Detailed Description

Converts any LF (\n) to CRLF (\r\n).

See also:
encode decode


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