Ardour  9.0-pre0-350-gf17a656217
thrown_error.h File Reference
#include "pbd/libpbd_visibility.h"
#include "transmitter.h"
Include dependency graph for thrown_error.h:

Go to the source code of this file.

Classes

class  ThrownError
 

Macros

#define SAFE_THROW(T)
 

Macro Definition Documentation

◆ SAFE_THROW

#define SAFE_THROW (   T)
Value:
T *sent = new T; \
(*sent) << rdbuf(); \
throw sent

Definition at line 23 of file thrown_error.h.