Project Alice
Loading...
Searching...
No Matches
httplib::detail::FileStat Struct Reference

#include <httplib.h>

Public Member Functions

 FileStat (const std::string &path)
 
bool is_file () const
 
bool is_dir () const
 

Detailed Description

Definition at line 2287 of file httplib.h.

Constructor & Destructor Documentation

◆ FileStat()

httplib::detail::FileStat::FileStat ( const std::string &  path)
inline

Definition at line 2671 of file httplib.h.

Member Function Documentation

◆ is_dir()

bool httplib::detail::FileStat::is_dir ( ) const
inline

Definition at line 2682 of file httplib.h.

Here is the caller graph for this function:

◆ is_file()

bool httplib::detail::FileStat::is_file ( ) const
inline

Definition at line 2679 of file httplib.h.


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