hydrogen 1.1.1
AudioEngine.h File Reference

Data Structures

class  AudioEngine
 Audio Engine main class (Singleton). More...
 
struct  AudioEngine::_locker_struct
 This struct is most probably intended to be used for logging the locking of the AudioEngine. More...
 
class  AudioEngineLocking
 AudioEngineLocking. More...
 

Namespaces

namespace  H2Core
 

Macros

#define RIGHT_HERE   __FILE__, __LINE__, __PRETTY_FUNCTION__
 Macro intended to be used for the logging of the locking of the H2Core::AudioEngine. More...
 

Macro Definition Documentation

◆ RIGHT_HERE

#define RIGHT_HERE   __FILE__, __LINE__, __PRETTY_FUNCTION__

Macro intended to be used for the logging of the locking of the H2Core::AudioEngine.

But this feature is not implemented yet.

It combines two standard macros of the C language __FILE__ and __LINE__ and one macro introduced by the GCC compiler called __PRETTY_FUNCTION__.