Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

atlas::interpreter::conversion_info Struct Reference

Collaboration diagram for atlas::interpreter::conversion_info:

Collaboration graph
[legend]
List of all members.

Public Types

typedef expression(* converter )(expression)

Public Member Functions

 conversion_info (type_ptr from_type, type_ptr to_type, converter c)

Public Attributes

type_declarator from
type_declarator to
converter conv

Member Typedef Documentation

typedef expression(* atlas::interpreter::conversion_info::converter)(expression)
 

Definition at line 13 of file evaluator.cpp.


Constructor & Destructor Documentation

atlas::interpreter::conversion_info::conversion_info type_ptr  from_type,
type_ptr  to_type,
converter  c
[inline]
 

Definition at line 15 of file evaluator.cpp.

References atlas::interpreter::type_declarator::set_from().


Member Data Documentation

converter atlas::interpreter::conversion_info::conv
 

Definition at line 14 of file evaluator.cpp.

Referenced by atlas::interpreter::coerce().

type_declarator atlas::interpreter::conversion_info::from
 

Definition at line 14 of file evaluator.cpp.

Referenced by atlas::interpreter::coerce().

type_declarator atlas::interpreter::conversion_info::to
 

Definition at line 14 of file evaluator.cpp.

Referenced by atlas::interpreter::coerce().


The documentation for this struct was generated from the following file:
Generated on Wed Mar 26 16:52:32 2008 for atlas by  doxygen 1.3.9.1