Vcsn  2.2
Be Rational
vcsn::dyn::jit_error Struct Reference

An exception suited for our compilation errors. More...

#include <translate.hh>

Inheritance diagram for vcsn::dyn::jit_error:
Collaboration diagram for vcsn::dyn::jit_error:

Public Member Functions

 jit_error (const std::string &assert, const std::string &what)
 

Public Attributes

std::string assertions
 If defined, static assertions that failed (ends with a eol). More...
 

Detailed Description

An exception suited for our compilation errors.

Definition at line 13 of file translate.hh.

Constructor & Destructor Documentation

vcsn::dyn::jit_error::jit_error ( const std::string &  assert,
const std::string &  what 
)

Definition at line 32 of file translate.cc.

Member Data Documentation

std::string vcsn::dyn::jit_error::assertions

If defined, static assertions that failed (ends with a eol).

Definition at line 17 of file translate.hh.

Referenced by vcsn::dyn::detail::Registry< Fun >::get().


The documentation for this struct was generated from the following files: