|
line_delimitor | mf::detect_line_delimitor (std::istream &, std::size_t max_offset=512) |
| Detects line delimitor used in given file. More...
|
|
void | mf::read_line (std::istream &str, std::string &line, line_delimitor ld) |
|
void | mf::skip_line (std::istream &str, line_delimitor ld) |
|
void | mf::write_line (std::ostream &str, const std::string &line, line_delimitor ld) |
|
void | mf::end_line (std::ostream &str, line_delimitor ld) |
|
void | mf::flip_endianness (byte *data, std::size_t sz) |
|
std::size_t | mf::file_size (const std::string &filename) |
|
std::size_t | mf::file_size (std::ifstream &stream) |
|