Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Messages.h File Reference

Error, warning, init and debug message routines. More...

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  Teddy
namespace  Teddy::SysSupport

Defines

#define mkstr_(x)   # x
#define mkstr(x)   mkstr_( x )
#define MSG_HEAD   mkstr( __FILE__ ) ": " mkstr( __LINE__ ) " "


Detailed Description

Error, warning, init and debug message routines.

Definition in file Messages.h.


Define Documentation

#define mkstr      mkstr_( x )
 

Definition at line 40 of file Messages.h.

#define mkstr_      # x
 

Definition at line 39 of file Messages.h.

#define MSG_HEAD   mkstr( __FILE__ ) ": " mkstr( __LINE__ ) " "
 

Definition at line 41 of file Messages.h.

Referenced by Teddy::Application::BaseAudioManager::BaseAudioManager, and Teddy::Application::BaseRoot::start.