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

UTAP::function_t Struct Reference

Information about a function. More...

#include <system.hh>

List of all members.

Public Member Functions

 function_t ()
 ~function_t ()

Public Attributes

symbol_t uid
 The symbol of the function.

bool global
 True if this is a global function.

BlockStatementbody
 Pointer to the block.


Detailed Description

Information about a function.

The symbol's user data points to this structure, i.e. f.uid.getData() is a pointer to f.


Constructor & Destructor Documentation

UTAP::function_t::function_t  )  [inline]
 

UTAP::function_t::~function_t  )  [inline]
 


Member Data Documentation

BlockStatement* UTAP::function_t::body
 

Pointer to the block.

bool UTAP::function_t::global
 

True if this is a global function.

symbol_t UTAP::function_t::uid
 

The symbol of the function.


The documentation for this struct was generated from the following file:
Generated on Wed Jul 2 12:08:19 2003 for libutap by doxygen 1.3.2