Pyrogenesis  trunk
Public Member Functions | List of all members
tinygettext::UnixFileSystem Class Reference

#include <unix_file_system.hpp>

Inheritance diagram for tinygettext::UnixFileSystem:
Inheritance graph
[legend]
Collaboration diagram for tinygettext::UnixFileSystem:
Collaboration graph
[legend]

Public Member Functions

 UnixFileSystem ()
 
std::vector< std::string > open_directory (const std::string &pathname) override
 
std::unique_ptr< std::istream > open_file (const std::string &filename) override
 
- Public Member Functions inherited from tinygettext::FileSystem
virtual ~FileSystem ()
 

Constructor & Destructor Documentation

◆ UnixFileSystem()

tinygettext::UnixFileSystem::UnixFileSystem ( )

Member Function Documentation

◆ 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: