feisty meow concerns codebase
2.140
|
#include "nechung_oracle.h"
#include <basis/astring.h>
#include <filesystem/byte_filer.h>
#include <filesystem/file_time.h>
#include <loggers/critical_events.h>
#include <loggers/program_wide_logger.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | LOG(s) program_wide_logger::get().log(s, 0) |
Functions | |
bool | is_eol (char to_check) |
Variables | |
const int | MAX_LINE_LENGTH = 2048 |
hmmm: fix filter value to be ALWAYS_PRINT! More... | |
#define LOG | ( | s | ) | program_wide_logger::get().log(s, 0) |
Definition at line 32 of file nechung_oracle.cpp.
bool is_eol | ( | char | to_check | ) |
Definition at line 249 of file nechung_oracle.cpp.
Referenced by configuration::ini_parser::add(), textual::string_manipulation::carriage_returns_to_spaces(), nechung_oracle::display_random(), configuration::application_configuration::get_cmdline_from_proc(), configuration::variable_tokenizer::is_eol_a_separator(), configuration::variable_tokenizer::parse(), bookmark_tree::read_csv_file(), configuration::variable_tokenizer::separator(), textual::string_manipulation::split_lines(), and textual::parser_bits::white_space().
const int MAX_LINE_LENGTH = 2048 |
hmmm: fix filter value to be ALWAYS_PRINT!
Definition at line 35 of file nechung_oracle.cpp.
Referenced by nechung_oracle::pick_random().