JASSv2
Classes
file.h File Reference

Partial file and whole file based I/O methods. More...

#include <stdio.h>
#include <errno.h>
#include <stddef.h>
#include <string.h>
#include <string>
#include <vector>
#include <memory>
#include <stdexcept>
Include dependency graph for file.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JASS::file
 File based I/O methods including whole file and partial files. More...
 
class  JASS::file::file_read_only
 A read_only file object, the memory was probably allocated with mmap() and needs deallocating accordingly. More...
 

Detailed Description

Partial file and whole file based I/O methods.

Author
Andrew Trotman