Cytopia
0.3
A city building simulation game
LOG.inl.hxx
Go to the documentation of this file.
1
2
template
<
class
Object>
LOG
&
LOG::operator<<
(
const
Object &msg)
3
{
4
m_Logger
<< msg;
5
return
*
this
;
6
}
LOG
Definition:
LOG.hxx:32
LOG::m_Logger
std::ostringstream m_Logger
Definition:
LOG.hxx:70
LOG::operator<<
LOG & operator<<(const Object &msg)
Log a message.
Definition:
LOG.inl.hxx:2
src
util
LOG.inl.hxx
Generated on Sun Nov 27 2022 09:50:52 for Cytopia by
1.8.17