![]() |
MySQL 8.0.44
Source Code Documentation
|
#include <http_auth_backend.h>
Public Types | |
| using | stat_res = std::pair< std::error_code, struct stat > |
Public Member Functions | |
| FileMeta () | |
| FileMeta (const std::string &filename) | |
Static Public Member Functions | |
| static stat_res | stat (const std::string &filename) |
| calls the systems stat(). More... | |
Public Attributes | |
| stat_res | res |
| using FileMeta::stat_res = std::pair<std::error_code, struct stat> |
|
inline |
|
inline |
|
static |
calls the systems stat().
| stat_res FileMeta::res |