#include <assert.h>
#include <stdio.h>
#include <string>
Include dependency graph for debug.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | DEBUG_HPP |
#define | ADR_GUARD(label) |
#define | ADR_LOG(label) |
#define | ADR_IF_DEBUG if (false) |
#define | ADR_ASSERT(condition, label) |
|
Value: Definition at line 65 of file debug.hpp. Referenced by DSOutputContext::~DSOutputContext(), and NullOutputContext::~NullOutputContext().
|
|
Value: Definition at line 62 of file debug.hpp. Referenced by AdrCloseStream(), AdrCreateContext(), AdrDestroyContext(), AdrGetStreamRepeat(), AdrGetStreamVolume(), AdrIsStreamPlaying(), AdrOpenStream(), AdrPauseStream(), AdrPlayStream(), AdrResetStream(), AdrSetStreamRepeat(), AdrSetStreamVolume(), Context::Create(), DSOutputStream::FillStream(), DSOutputContext::Initialize(), MODInputStream::Initialize(), OpenContext(), OpenInputStream(), DSOutputContext::OpenStream(), Context::OpenStream(), NullOutputStream::Play(), MODInputStream::Read(), Context::Release(), DSOutputStream::Reset(), MODInputStream::Reset(), DSOutputStream::StreamRead(), DSOutputStream::Update(), and DSOutputContext::Update().
|
|
|
|
Value: Definition at line 63 of file debug.hpp. Referenced by AdrDestroyContext(), Context::Create(), DSOutputStream::FillStream(), DSOutputContext::Initialize(), MODInputStream::Initialize(), Synchronized::Lock(), DSOutputContext::OpenStream(), Synchronized::Unlock(), and DSOutputStream::Update().
|
|
Value: |