Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs
File.h File Reference
#include "StringUtils.h"
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  cFile
 
class  FileStream< StreamType >
 A wrapper for file streams that enables exceptions. More...
 

Typedefs

using InputFileStream = FileStream< std::ifstream >
 
using OutputFileStream = FileStream< std::ofstream >
 

Typedef Documentation

◆ InputFileStream

using InputFileStream = FileStream<std::ifstream>

Definition at line 203 of file File.h.

◆ OutputFileStream

using OutputFileStream = FileStream<std::ofstream>

Definition at line 204 of file File.h.