TuttleOFX
1
|
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | tuttle |
global namespace of the project | |
namespace | tuttle::host |
Library for host. | |
namespace | tuttle::host::io |
Functions | |
std::vector< std::string > | tuttle::host::io::getIOPluginsForExtension (const std::string &extension, const std::string &context) |
std::string | tuttle::host::io::getFileExtension (const std::string &filename) |
std::vector< std::string > | tuttle::host::io::_getReaders (const std::string &extension) |
std::vector< std::string > | tuttle::host::io::getReaders (const std::string &filename) |
std::string | tuttle::host::io::getBestReader (const std::string &filename) |
std::vector< std::string > | tuttle::host::io::_getWriters (const std::string &extension) |
std::vector< std::string > | tuttle::host::io::getWriters (const std::string &filename) |
std::string | tuttle::host::io::getBestWriter (const std::string &filename) |