NRE_Clock.cpp File Reference

Implementation of Time's API's Object : Clock. More...

#include "NRE_Clock.hpp"

Namespaces

 NRE
 The NearlyRealEngine's global namespace.
 

Functions

std::ostream & NRE::Time::operator<< (std::ostream &stream, Clock const &o)
 

Detailed Description

Implementation of Time's API's Object : Clock.

Author
Louis ABEL
Date
14/05/2019

Function Documentation

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