#include <FilteringAlgorithm.h>
|
| void | filtering_recursion () |
| |
| template<typename DatumType > |
| void | logger_helper (const size_t pos, DatumType datum) |
| |
| template<typename DatumType , typename... DataType> |
| void | logger_helper (const size_t pos, DatumType datum, DataType... data) |
| |
| template<typename DatumType > |
| void | logger_helper (const size_t pos, DatumType datum) const |
| |
| template<typename DatumType , typename... DataType> |
| void | logger_helper (const size_t pos, DatumType datum, DataType... data) const |
| |
Definition at line 26 of file FilteringAlgorithm.h.
◆ ~FilteringAlgorithm()
| virtual bfl::FilteringAlgorithm::~FilteringAlgorithm |
( |
| ) |
|
|
virtualdefaultnoexcept |
◆ FilteringAlgorithm() [1/3]
| bfl::FilteringAlgorithm::FilteringAlgorithm |
( |
| ) |
|
|
protecteddefault |
◆ FilteringAlgorithm() [2/3]
◆ FilteringAlgorithm() [3/3]
◆ boot()
| bool FilteringAlgorithm::boot |
( |
| ) |
|
|
overridevirtual |
◆ disable_log()
| bool Logger::disable_log |
( |
| ) |
|
|
inherited |
◆ enable_log()
| bool Logger::enable_log |
( |
const std::string & |
folder_path, |
|
|
const std::string & |
file_name_prefix |
|
) |
| |
|
inherited |
◆ filtering_recursion()
| void FilteringAlgorithm::filtering_recursion |
( |
| ) |
|
|
private |
◆ filtering_step()
| virtual void bfl::FilteringAlgorithm::filtering_step |
( |
| ) |
|
|
protectedpure virtual |
◆ get_file_name_prefix()
| std::string Logger::get_file_name_prefix |
( |
| ) |
const |
|
inherited |
◆ get_folder_path()
| std::string Logger::get_folder_path |
( |
| ) |
const |
|
inherited |
◆ initialization_step()
| virtual bool bfl::FilteringAlgorithm::initialization_step |
( |
| ) |
|
|
protectedpure virtual |
◆ is_running()
| bool FilteringAlgorithm::is_running |
( |
| ) |
|
|
overridevirtual |
◆ log()
|
|
protectedvirtualinherited |
◆ log_file_names()
| std::vector< std::string > Logger::log_file_names |
( |
const std::string & |
folder_path, |
|
|
const std::string & |
file_name_prefix |
|
) |
| |
|
protectedvirtualinherited |
◆ logger() [1/4]
template<typename... DataType>
| void bfl::Logger::logger |
( |
DataType... |
data | ) |
|
|
inlineinherited |
◆ logger() [2/4]
template<typename... DataType>
| void bfl::Logger::logger |
( |
DataType... |
data | ) |
const |
|
inlineinherited |
◆ logger() [3/4]
template<typename DatumType >
| void bfl::Logger::logger |
( |
DatumType |
datum | ) |
|
|
inlineinherited |
◆ logger() [4/4]
template<typename DatumType >
| void bfl::Logger::logger |
( |
DatumType |
datum | ) |
const |
|
inlineinherited |
◆ logger_helper() [1/4]
template<typename DatumType >
| void bfl::Logger::logger_helper |
( |
const size_t |
pos, |
|
|
DatumType |
datum |
|
) |
| |
|
inlineprivateinherited |
◆ logger_helper() [2/4]
template<typename DatumType >
| void bfl::Logger::logger_helper |
( |
const size_t |
pos, |
|
|
DatumType |
datum |
|
) |
| const |
|
inlineprivateinherited |
◆ logger_helper() [3/4]
template<typename DatumType , typename... DataType>
| void bfl::Logger::logger_helper |
( |
const size_t |
pos, |
|
|
DatumType |
datum, |
|
|
DataType... |
data |
|
) |
| |
|
inlineprivateinherited |
◆ logger_helper() [4/4]
template<typename DatumType , typename... DataType>
| void bfl::Logger::logger_helper |
( |
const size_t |
pos, |
|
|
DatumType |
datum, |
|
|
DataType... |
data |
|
) |
| const |
|
inlineprivateinherited |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ reboot()
| void FilteringAlgorithm::reboot |
( |
| ) |
|
|
overridevirtual |
◆ reset()
| void FilteringAlgorithm::reset |
( |
| ) |
|
|
overridevirtual |
◆ run()
| void FilteringAlgorithm::run |
( |
| ) |
|
|
overridevirtual |
◆ run_condition()
| virtual bool bfl::FilteringAlgorithm::run_condition |
( |
| ) |
|
|
protectedpure virtual |
◆ skip()
| virtual bool bfl::Skipper::skip |
( |
const std::string & |
what_step, |
|
|
const bool |
status |
|
) |
| |
|
pure virtualinherited |
◆ step_number()
| unsigned int FilteringAlgorithm::step_number |
( |
| ) |
|
|
overridevirtual |
◆ teardown()
| bool FilteringAlgorithm::teardown |
( |
| ) |
|
|
overridevirtual |
◆ wait()
| bool FilteringAlgorithm::wait |
( |
| ) |
|
|
overridevirtual |
◆ cv_run_
| std::condition_variable bfl::FilteringAlgorithm::cv_run_ |
|
private |
◆ file_name_prefix_
| std::string bfl::Logger::file_name_prefix_ |
|
privateinherited |
◆ file_names_
| std::vector<std::string> bfl::Logger::file_names_ |
|
privateinherited |
◆ filtering_step_
| unsigned int bfl::FilteringAlgorithm::filtering_step_ = 0 |
|
private |
◆ filtering_thread_
| std::thread bfl::FilteringAlgorithm::filtering_thread_ |
|
private |
◆ folder_path_
| std::string bfl::Logger::folder_path_ |
|
privateinherited |
◆ log_enabled_
| bool bfl::Logger::log_enabled_ = false |
|
privateinherited |
◆ log_files_
| std::vector<std::ofstream> bfl::Logger::log_files_ |
|
mutableprivateinherited |
◆ mtx_run_
| std::mutex bfl::FilteringAlgorithm::mtx_run_ |
|
private |
◆ reset_
| bool bfl::FilteringAlgorithm::reset_ = false |
|
private |
◆ run_
| bool bfl::FilteringAlgorithm::run_ = false |
|
private |
◆ teardown_
| bool bfl::FilteringAlgorithm::teardown_ = false |
|
private |
The documentation for this class was generated from the following files: