MySQL 8.3.0
Source Code Documentation
FileMeta Struct Reference

#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
 

Member Typedef Documentation

◆ stat_res

using FileMeta::stat_res = std::pair<std::error_code, struct stat>

Constructor & Destructor Documentation

◆ FileMeta() [1/2]

FileMeta::FileMeta ( )
inline

◆ FileMeta() [2/2]

FileMeta::FileMeta ( const std::string &  filename)
inline

Member Function Documentation

◆ stat()

std::pair< std::error_code, struct stat > FileMeta::stat ( const std::string &  filename)
static

calls the systems stat().

Member Data Documentation

◆ res

stat_res FileMeta::res

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