Converts any LF (\n) to CRLF (\r\n)
More...
#include <other_codecs.h>
|
template<typename OutIt> |
void | process (char c, OutIt &out) |
const char * | name () const |
template<typename OutIt> |
void | flush (OutIt &) |
virtual double | codeSizeMultiplier () const |
|
typedef unbuffered_codec_type_tag | codec_type |
typedef unsigned char | char_type |
Converts any LF (\n) to CRLF (\r\n)
- See also
- encode decode
◆ name()
const char * name |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this struct was generated from the following file: