#include <unix_file_system.hpp>
|
| UnixFileSystem () |
|
std::vector< std::string > | open_directory (const std::string &pathname) override |
|
std::unique_ptr< std::istream > | open_file (const std::string &filename) override |
|
virtual | ~FileSystem () |
|
virtual std::vector< std::string > | open_directory (const std::string &pathname)=0 |
|
virtual std::unique_ptr< std::istream > | open_file (const std::string &filename)=0 |
|
◆ UnixFileSystem()
tinygettext::UnixFileSystem::UnixFileSystem |
( |
| ) |
|
◆ open_directory()
std::vector< std::string > tinygettext::UnixFileSystem::open_directory |
( |
const std::string & |
pathname | ) |
|
|
overridevirtual |
◆ open_file()
std::unique_ptr< std::istream > tinygettext::UnixFileSystem::open_file |
( |
const std::string & |
filename | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- /home/docker/jenkins/workspace/technical-docs/source/third_party/tinygettext/include/tinygettext/unix_file_system.hpp
- /home/docker/jenkins/workspace/technical-docs/source/third_party/tinygettext/src/unix_file_system.cpp