Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::resource_monitor::system_file_space_provider Class Reference

#include <system_file_space_provider.hpp>

Public Member Functions

 system_file_space_provider ()
 
int get_stat (const char *path, struct stat *buf) const
 
bfs::space_info get_space (const bfs::path &p, boost::system::error_code &ec) const
 

Detailed Description

Definition at line 9 of file system_file_space_provider.hpp.

Constructor & Destructor Documentation

◆ system_file_space_provider()

sysio::resource_monitor::system_file_space_provider::system_file_space_provider ( )
inline

Definition at line 11 of file system_file_space_provider.hpp.

12 {
13 }

Member Function Documentation

◆ get_space()

bfs::space_info sysio::resource_monitor::system_file_space_provider::get_space ( const bfs::path & p,
boost::system::error_code & ec ) const

Definition at line 10 of file system_file_space_provider.cpp.

10 {
11 return bfs::space(p, ec);
12 }
const mie::Vuint & p
Definition bn.cpp:27

◆ get_stat()

int sysio::resource_monitor::system_file_space_provider::get_stat ( const char * path,
struct stat * buf ) const

Definition at line 6 of file system_file_space_provider.cpp.

6 {
7 return stat(path, buf);
8 }
uint8_t buf[2048]

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