JASSv2
Classes
instream_directory_iterator.h File Reference

Subclass of instream for reading data from multiple files in a directory (as if they were all concatinated). More...

#include <filesystem>
#include "instream.h"
Include dependency graph for instream_directory_iterator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JASS::instream_directory_iterator
 Subclass of instream for reading data from multiple files in a directory (as if they were all concatinated). More...
 

Detailed Description

Subclass of instream for reading data from multiple files in a directory (as if they were all concatinated).

Author
Andrew Trotman