18 #ifndef NAF_FILES_FILEPROPERTIES
19 #define NAF_FILES_FILEPROPERTIES
38 FileProperties(std::string content_type,
bool binary, std::vector<std::string> other_extensions);
41 std::string get_content_type()
43 auto& var = content_type_;
51 std::vector<std::string> get_other_extensions()
53 auto& var = other_extensions_;
58 std::string content_type_;
60 std::vector<std::string> other_extensions_;
Definition: file_properties.h:36