Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "StringUtils.h"
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 > |
using InputFileStream = FileStream<std::ifstream> |
using OutputFileStream = FileStream<std::ofstream> |