Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::iostreams::newline Namespace Reference

Variables

const char CR = 0x0D
 
const char LF = 0x0A
 
const int posix = 1
 
const int mac = 2
 
const int dos = 4
 
const int mixed = 8
 
const int final_newline = 16
 
const int platform_mask = posix | dos | mac
 

Variable Documentation

const int boost::iostreams::newline::mixed = 8