EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ThrowAssert.hpp File Reference
#include <exception>
#include <iostream>
#include <sstream>
#include <string>
+ Include dependency graph for ThrowAssert.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Acts::AssertionFailureException
 Exception type for assertion failures This class captures the information available to the throw_assert macro. More...
 
class  Acts::AssertionFailureException::StreamFormatter
 Class which allows to use the << operator to assemble a string. More...
 

Namespaces

namespace  Acts
 Set the Geometry Context PLUGIN.
 

Macros

#define throw_assert(EXPRESSION, MESSAGE)
 

Macro Definition Documentation

#define throw_assert (   EXPRESSION,
  MESSAGE 
)