| Main Page Class Hierarchy Alphabetical List Compound List Examples |
Converts any LF (\n) to CRLF (\r\n) More...
#include <other_codecs.h>
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 |
Public Member Functions inherited from chainable_codec< A > | |
| template<typename B > | |
| node_traits< A, B >::node_type | operator| (const B &b) |
Additional Inherited Members | |
Public Types inherited from unbuffered_codec | |
| typedef unbuffered_codec_type_tag | codec_type |