Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
Catch::ExceptionTranslatorRegistrar Class Reference

#include <catch.hpp>

Classes

class  ExceptionTranslator
 

Public Member Functions

template<typename T >
 ExceptionTranslatorRegistrar (std::string(*translateFunction)(T &))
 

Detailed Description

Definition at line 2224 of file catch.hpp.

Constructor & Destructor Documentation

template<typename T >
Catch::ExceptionTranslatorRegistrar::ExceptionTranslatorRegistrar ( std::string(*)(T &)  translateFunction)
inline

Definition at line 2251 of file catch.hpp.

References Catch::getMutableRegistryHub(), and Catch::IMutableRegistryHub::registerTranslator().

2251  {
2253  ( new ExceptionTranslator<T>( translateFunction ) );
2254  }
IMutableRegistryHub & getMutableRegistryHub()
virtual void registerTranslator(const IExceptionTranslator *translator)=0

The documentation for this class was generated from the following file: