#include <cstddef>
#include <string>
Go to the source code of this file.
◆ count_files()
| std::size_t count_files |
( |
const std::string & |
folder | ) |
|
◆ count_lines()
| std::size_t count_lines |
( |
const std::string & |
filename | ) |
|
◆ ends_with()
| bool ends_with |
( |
std::string const & |
value, |
|
|
std::string const & |
ending |
|
) |
| |
◆ file_contents()
| std::string file_contents |
( |
const std::string & |
filename | ) |
|
◆ get_filesize()
| std::size_t get_filesize |
( |
const std::string & |
filename | ) |
|
◆ prepare_logdir()
◆ require_message_count()
| void require_message_count |
( |
const std::string & |
filename, |
|
|
const std::size_t |
messages |
|
) |
| |