mavtables
0.2.1
MAVLink router and firewall.
|
#include <Filesystem.hpp>
Public Types | |
using | path = boost::filesystem::path |
Public Member Functions | |
TEST_VIRTUAL | ~Filesystem () |
TEST_VIRTUAL bool | exists (const path &p) const |
A class containing filesystem operations.
Definition at line 37 of file Filesystem.hpp.
using Filesystem::path = boost::filesystem::path |
Definition at line 40 of file Filesystem.hpp.
Filesystem::~Filesystem | ( | ) |
Definition at line 26 of file Filesystem.cpp.
bool Filesystem::exists | ( | const path & | p | ) | const |
Returns true if the given path exists.
p | The path to check for existence. |
Definition at line 36 of file Filesystem.cpp.