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

#include <axis-types.h>

Collaboration diagram for atlas::interpreter::func_type:
Collaboration graph
[legend]

Public Member Functions

 func_type (type_expr &&a, type_expr &&r)
 
 func_type (func_type &&f)=default
 
func_typeoperator= (func_type &&f)=default
 
func_type copy () const
 

Public Attributes

type_expr arg_type
 
type_expr result_type
 

Constructor & Destructor Documentation

atlas::interpreter::func_type::func_type ( type_expr &&  a,
type_expr &&  r 
)
inline
atlas::interpreter::func_type::func_type ( func_type &&  f)
default

Member Function Documentation

func_type atlas::interpreter::func_type::copy ( ) const
inline

Member Data Documentation

type_expr atlas::interpreter::func_type::arg_type
type_expr atlas::interpreter::func_type::result_type

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