Agora
1.2.0
Agora project
|
#include <common.h>
Public Member Functions | |
file_event_handlers () | |
Public Attributes | |
std::function< void(const filename_t &filename)> | before_open |
std::function< void(const filename_t &filename, std::FILE *file_stream)> | after_open |
std::function< void(const filename_t &filename, std::FILE *file_stream)> | before_close |
std::function< void(const filename_t &filename)> | after_close |
|
inline |
std::function<void(const filename_t &filename)> spdlog::file_event_handlers::after_close |
std::function<void(const filename_t &filename, std::FILE *file_stream)> spdlog::file_event_handlers::after_open |
std::function<void(const filename_t &filename, std::FILE *file_stream)> spdlog::file_event_handlers::before_close |
std::function<void(const filename_t &filename)> spdlog::file_event_handlers::before_open |