NRE_WindowAttributes.hpp File Reference

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

#include <Header/NRE_Math.hpp>
#include <Utility/String/NRE_String.hpp>
#include "NRE_WindowAttributes.tpp"

Go to the source code of this file.

Classes

class  NRE::Graphics::WindowAttributes
 Manage a window attributes. More...
 

Namespaces

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

Functions

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

Detailed Description

Declaration 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