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

prolog_program Struct Reference

#include <parser-structs.h>

List of all members.

Public Member Functions

 prolog_program (const vector< c_rule * > &rs)

Public Attributes

vector< c_rule * > rules


Detailed Description

This class represents the final representation of the full program parsed from the input.


Constructor & Destructor Documentation

prolog_program::prolog_program const vector< c_rule * > &  rs  ) 
 

Constructor taking the rules that will be copied.

Parameters:
rs the CLP rules constituting the program.


Member Data Documentation

vector<c_rule*> prolog_program::rules
 

The stored rules.


The documentation for this struct was generated from the following files:
Generated on Wed Feb 16 20:54:57 2005 for Fixpoint Engine by  doxygen 1.3.9.1