Agora  1.2.0
Agora project
spdlog::file_event_handlers Struct Reference

#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
 

Constructor & Destructor Documentation

◆ file_event_handlers()

spdlog::file_event_handlers::file_event_handlers ( )
inline

Member Data Documentation

◆ after_close

std::function<void(const filename_t &filename)> spdlog::file_event_handlers::after_close

◆ after_open

std::function<void(const filename_t &filename, std::FILE *file_stream)> spdlog::file_event_handlers::after_open

◆ before_close

std::function<void(const filename_t &filename, std::FILE *file_stream)> spdlog::file_event_handlers::before_close

◆ before_open

std::function<void(const filename_t &filename)> spdlog::file_event_handlers::before_open

The documentation for this struct was generated from the following file: