This is the header file that third-party library headers should include. More...
#include "config.h"
#include "class_channel.h"
#include "class_fatal_channel.h"
#include "class_continued_channel.h"
#include "class_always_channel.h"
#include "class_debug.h"
#include "macro_Libcwd_macros.h"
#include "macro_ForAllDebugChannels.h"
#include "macro_ForAllDebugObjects.h"
#include "private_environ.h"
#include "class_rcfile.h"
#include "attach_gdb.h"
#include "demangle.h"
#include "private_allocator.inl"
#include "class_channel.inl"
#include "class_fatal_channel.inl"
#include "class_continued_channel.inl"
#include "class_always_channel.inl"
#include "class_debug.inl"
#include "class_debug_string.inl"
#include "class_channel_set.inl"
#include "class_location.inl"
#include "debugmalloc.h"
Go to the source code of this file.
Namespaces | |
libcwd | |
namespace for libcwd. | |
libcwd::channels | |
The default DEBUGCHANNELS namespace. | |
libcwd::channels::dc | |
This namespace contains the standard debug channels of libcwd. | |
Functions | |
channel_ct * | libcwd::find_channel (char const *label) |
Find debug channel with label label. More... | |
void | libcwd::list_channels_on (debug_ct &debug_object) |
List all debug channels to a given debug object. More... | |
This is the header file that third-party library headers should include.
Don't include this header file directly. See The Custom debug.h File - libraries for more information.