ardour
Namespaces | Typedefs | Functions | Variables
debug.cc File Reference
#include <cstring>
#include <cstdlib>
#include <iostream>
#include <map>
#include <vector>
#include <algorithm>
#include <boost/tokenizer.hpp>
#include "pbd/debug.h"
#include "i18n.h"

Go to the source code of this file.

Namespaces

 PBD
 

Typedefs

typedef std::map< const char
*, uint64_t > 
DebugMap
 

Functions

DebugMapPBD::_debug_bit_map ()
 

Variables

static uint64_t _debug_bit = 1
 

Typedef Documentation

typedef std::map<const char*,uint64_t> DebugMap

Definition at line 36 of file debug.cc.

Variable Documentation

uint64_t _debug_bit = 1
static

Definition at line 34 of file debug.cc.