NRE_WindowAttributes.cpp File Reference

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

Namespaces

 NRE
 The NearlyRealEngine's global namespace.
 

Functions

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

Detailed Description

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

Author
Louis ABEL
Date
08/05/2019

Function Documentation

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