Add new wxTempFFile[OutputStream] classes to the overview

See #18673.
This commit is contained in:
Dummy 2020-03-06 00:57:15 +01:00 committed by Vadim Zeitlin
parent 28d738e44a
commit 64be790fb2

View File

@ -667,6 +667,7 @@ Related overview: @ref overview_file
@li wxFile: Low-level file input/output class. @li wxFile: Low-level file input/output class.
@li wxFFile: Another low-level file input/output class. @li wxFFile: Another low-level file input/output class.
@li wxTempFile: Class to safely replace an existing file @li wxTempFile: Class to safely replace an existing file
@li wxTempFFile: Another class to safely replace an existing file
@li wxTextFile: Class for working with text files as with arrays of lines @li wxTextFile: Class for working with text files as with arrays of lines
@li wxStandardPaths: Paths for standard directories @li wxStandardPaths: Paths for standard directories
@li wxPathList: A class to help search multiple paths @li wxPathList: A class to help search multiple paths
@ -702,6 +703,7 @@ Related overview: @ref overview_stream
@li wxFFileInputStream: Another file input stream class @li wxFFileInputStream: Another file input stream class
@li wxFFileOutputStream: Another file output stream class @li wxFFileOutputStream: Another file output stream class
@li wxTempFileOutputStream: Stream to safely replace an existing file @li wxTempFileOutputStream: Stream to safely replace an existing file
@li wxTempFFileOutputStream: Another stream to safely replace an existing file
@li wxStringInputStream: String input stream class @li wxStringInputStream: String input stream class
@li wxStringOutputStream: String output stream class @li wxStringOutputStream: String output stream class
@li wxLZMAInputStream: LZMA decompression stream class @li wxLZMAInputStream: LZMA decompression stream class