Home
last modified time | relevance | path

Searched defs:basic_file_source (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/iostreams/device/
Dfile.hpp77 struct basic_file_source : private basic_file<Ch> { struct
78 typedef Ch char_type;
79 struct category
89 basic_file_source( const std::string& path, in basic_file_source() argument
94 void open( const std::string& path, in open()