NRE_Window.cpp File Reference

Implementation of Graphics's API's Object : Window. More...

Namespaces

 NRE
 The NearlyRealEngine's global namespace.
 

Functions

std::ostream & NRE::Graphics::operator<< (std::ostream &stream, Window const &o)
 

Detailed Description

Implementation of Graphics's API's Object : Window.

Author
Louis ABEL
Date
08/05/2019

Function Documentation

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