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 |
const char boost::iostreams::newline::CR = 0x0D |
Referenced by boost::gil::ColorBaseConcept< ColorBase >::constraints(), boost::gil::MutableColorBaseConcept< ColorBase >::constraints(), boost::iostreams::newline_filter::get(), boost::iostreams::newline_checker::get(), boost::chrono::operator%(), boost::chrono::operator*(), boost::chrono::operator/(), boost::iostreams::newline_filter::put(), and boost::iostreams::newline_checker::put().
const int boost::iostreams::newline::dos = 4 |
Referenced by boost::iostreams::newline_checker::get(), boost::iostreams::detail::newline_base::is_dos(), boost::iostreams::detail::newline_base::is_mixed(), boost::iostreams::detail::newline_base::is_mixed_dos(), boost::iostreams::newline_filter::newline_filter(), and boost::iostreams::newline_checker::put().
const int boost::iostreams::newline::final_newline = 16 |
const char boost::iostreams::newline::LF = 0x0A |
const int boost::iostreams::newline::mac = 2 |
Referenced by boost::iostreams::newline_checker::get(), boost::iostreams::detail::newline_base::is_mac(), boost::iostreams::detail::newline_base::is_mixed(), boost::iostreams::detail::newline_base::is_mixed_mac(), boost::iostreams::newline_filter::newline_filter(), and boost::iostreams::newline_checker::put().
const int boost::iostreams::newline::mixed = 8 |
const int boost::iostreams::newline::posix = 1 |
Referenced by boost::iostreams::newline_checker::get(), boost::iostreams::detail::newline_base::is_mixed(), boost::iostreams::detail::newline_base::is_mixed_posix(), boost::iostreams::detail::newline_base::is_posix(), boost::iostreams::newline_filter::newline_filter(), and boost::iostreams::newline_checker::put().