NRE_FileStream.hpp File Reference

Declaration of IO's API's Object : FileStream. More...

#include "../File/NRE_File.hpp"
#include "../../Header/NRE_Exception.hpp"
#include "NRE_FileStream.tpp"

Go to the source code of this file.

Classes

class  NRE::IO::FileStream
 The base interface for Input, Output and IO file. More...
 

Namespaces

 NRE
 The NearlyRealEngine's global namespace.
 
 IO
 IO's API.
 

Functions

std::ostream & NRE::IO::operator<< (std::ostream &stream, FileStream const &o)
 

Detailed Description

Declaration of IO's API's Object : FileStream.

Author
Louis ABEL
Date
11/09/2018

Function Documentation

std::ostream& NRE::IO::operator<< ( std::ostream &  stream,
FileStream const &  o 
)

Output stream operator for the object

Parameters
streamthe stream to add the object's string representation
othe object to add in the stream
Returns
the modified stream