Lines Matching refs:temp_file
1301 /// The private data of the @ref temp_file type.
1302 struct temp_file::priv
1338 /// Default constructor of @ref temp_file.
1341 temp_file::temp_file()
1350 temp_file::is_good() const
1358 temp_file::get_path() const
1369 /// is invoked on an instance of @ref temp_file that is not usable.
1371 /// temp_file::is_good() member function on it first.
1375 temp_file::get_stream()
1386 temp_file::create()
1388 temp_file_sptr result(new temp_file);