NRE_File.hpp File Reference

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

#include <iostream>
#include <fstream>
#include <Header/NRE_Utility.hpp>
#include "NRE_File.tpp"

Go to the source code of this file.

Classes

class  NRE::IO::File
 Manage a file path and ensure that's the file exist before accessing it. More...
 

Namespaces

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

Functions

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

Detailed Description

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

Author
Louis ABEL
Date
11/09/2018

Function Documentation

std::ostream& NRE::IO::operator<< ( std::ostream &  stream,
File 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