cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
toolbox::io::base_file_format_t Member List

This is the complete list of members for toolbox::io::base_file_format_t, including all inherited members.

base_file_format_t(const base_file_format_t &)=deletetoolbox::io::base_file_format_t
base_file_format_t(base_file_format_t &&)=defaulttoolbox::io::base_file_format_t
base_file_format_t()=defaulttoolbox::io::base_file_format_tprotected
can_read(const std::string &path) const -> bool=0toolbox::io::base_file_format_tpure virtual
get_supported_extensions() const -> std::vector< std::string >=0toolbox::io::base_file_format_tpure virtual
operator=(const base_file_format_t &)=deletetoolbox::io::base_file_format_t
operator=(base_file_format_t &&)=defaulttoolbox::io::base_file_format_t
read(const std::string &path, std::unique_ptr< base_file_data_t > &data) -> bool=0toolbox::io::base_file_format_tpure virtual
write(const std::string &path, const std::unique_ptr< base_file_data_t > &data, bool binary) const -> bool=0toolbox::io::base_file_format_tpure virtual
~base_file_format_t()=defaulttoolbox::io::base_file_format_tvirtual