#include <file_system.hpp>
|
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 |
|
◆ ~FileSystem()
virtual tinygettext::FileSystem::~FileSystem |
( |
| ) |
|
|
inlinevirtual |
◆ open_directory()
virtual std::vector< std::string > tinygettext::FileSystem::open_directory |
( |
const std::string & |
pathname | ) |
|
|
pure virtual |
◆ open_file()
virtual std::unique_ptr< std::istream > tinygettext::FileSystem::open_file |
( |
const std::string & |
filename | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
- /home/docker/jenkins/workspace/technical-docs/source/third_party/tinygettext/include/tinygettext/file_system.hpp