mlc::parameter_entry Struct Reference

function or procedure parameter entry More...

#include <dutables.h>

List of all members.

Public Member Functions

std::string operator() (std::ostream &oo, DumpUniquizer &uniq) const
 parameter_entry (parameter_mode s, ls_id_index i, type_pointer p)
 constructor

Public Attributes

ls_id_index idx
 identifier index
type_pointer ltype
 type
parameter_mode partype
 by-value or by-reference ('var') parameter

Detailed Description

function or procedure parameter entry

represents a parameter 'idx : ltype'

'var' parameters are distinguished by partype


Constructor & Destructor Documentation

mlc::parameter_entry::parameter_entry ( parameter_mode  s,
ls_id_index  i,
type_pointer  p 
)

constructor


Member Function Documentation

std::string mlc::parameter_entry::operator() ( std::ostream &  oo,
DumpUniquizer &  uniq 
) const

Member Data Documentation

identifier index

type

by-value or by-reference ('var') parameter


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

Generated on Wed Nov 25 10:18:00 2009 for DU4 support classes by  doxygen 1.6.1