Entropy Piano Tuner  1.1.3 (documentation not yet complete)
An open-source experimental software for piano tuning by entropy minimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
eptexception.h File Reference
#include <exception>
#include <assert.h>
#include <string>
#include "prerequisites.h"
#include "../config.h"
+ Include dependency graph for eptexception.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EptException
 

Macros

#define EptAssert(a, b)   assert( (a) && (b) )
 
#define EPT_EXCEPT(num, desc)   throw EptException(num, desc, __func__, __FILE__, __LINE__ );
 

Macro Definition Documentation

#define EPT_EXCEPT (   num,
  desc 
)    throw EptException(num, desc, __func__, __FILE__, __LINE__ );

Definition at line 119 of file eptexception.h.

#define EptAssert (   a,
 
)    assert( (a) && (b) )

Definition at line 47 of file eptexception.h.