atlas  0.6
Public Member Functions | Public Attributes | List of all members
atlas::interpreter::type_error Struct Reference

#include <axis-types.h>

Inheritance diagram for atlas::interpreter::type_error:
Inheritance graph
[legend]
Collaboration diagram for atlas::interpreter::type_error:
Collaboration graph
[legend]

Public Member Functions

 type_error (const expr &e, type_expr &&a, type_expr &&r) noexcept
 
 type_error (type_error &&e)=default
 
- Public Member Functions inherited from atlas::interpreter::expr_error
 expr_error (const expr &e, const std::string &s) throw ()
 
- Public Member Functions inherited from atlas::interpreter::program_error
 program_error (const std::string &s)
 
- Public Member Functions inherited from atlas::interpreter::error_base
 error_base (const std::string &s)
 
const char * what () const throw ()
 

Public Attributes

type_expr actual
 
type_expr required
 
- Public Attributes inherited from atlas::interpreter::expr_error
const exproffender
 
- Public Attributes inherited from atlas::interpreter::error_base
std::string message
 

Constructor & Destructor Documentation

atlas::interpreter::type_error::type_error ( const expr e,
type_expr &&  a,
type_expr &&  r 
)
inlinenoexcept
atlas::interpreter::type_error::type_error ( type_error &&  e)
default

Member Data Documentation

type_expr atlas::interpreter::type_error::actual
type_expr atlas::interpreter::type_error::required

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