CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
Stream.Pipe.hpp File Reference
#include "Stream.hpp"

Go to the source code of this file.

Classes

class  CeresEngine::PipeStream
 A base class for streams that allows reading from a PipeInputStream, all data written to the PipeOutputStream. More...
 
class  CeresEngine::PipeInputStream
 An input stream that allows reading data written by the paired PipeOutputStream. More...
 
class  CeresEngine::PipeOutputStream
 An output stream that allows writing data to be read by the paired PipeInputStream. More...
 

Namespaces

namespace  CeresEngine