Polaris: AssertReductDescr Class Reference

AssertReductDescr Class Reference

a class to hold info describing a reduction found through interprocedural analysis More...

#include <AssertReductDescr.h>

Inheritance diagram for AssertReductDescr:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 AssertReductDescr ()
 Construct a AssertReductDescr.
 AssertReductDescr (const AssertReductDescr &a)
 Construct a AssertReductDescr with a copy of another AssertReductDescr's current value.
virtual ~AssertReductDescr ()
 destructor
virtual void print (ostream &o) const
 print the object.
virtual Assertionclone () const
 clone the assertion
virtual AssertReductDescroperator= (const AssertReductDescr &a)
 assignment operator.
virtual Listablelistable_clone () const
 needed for Listable

Detailed Description

a class to hold info describing a reduction found through interprocedural analysis

C Polaris

See also:
Directive/AssertReductDescr.h

Directive/AssertReductDescr.h

Description

The AssertReductDescr class is meant to provide a specific class for holding an Access Region Descriptor describing a reduction.

Bugs

No known bugs.

Definition at line 29 of file AssertReductDescr.h.


Constructor & Destructor Documentation

AssertReductDescr::AssertReductDescr  ) 
 

Construct a AssertReductDescr.

Definition at line 1739 of file Assertion.cc.

References AS_REDUCT_DESCR.

Referenced by clone(), and listable_clone().

AssertReductDescr::AssertReductDescr const AssertReductDescr a  ) 
 

Construct a AssertReductDescr with a copy of another AssertReductDescr's current value.

Definition at line 1744 of file Assertion.cc.

References ARDAssertion::operator=().

AssertReductDescr::~AssertReductDescr  )  [virtual]
 

destructor

... nothing to do

Definition at line 1749 of file Assertion.cc.


Member Function Documentation

void AssertReductDescr::print ostream &  o  )  const [virtual]
 

print the object.

Reimplemented from Assertion.

Definition at line 1755 of file Assertion.cc.

References Iterator< T >::current(), ARDAssertion::descr_list_guarded(), and Iterator< T >::valid().

Assertion * AssertReductDescr::clone  )  const [virtual]
 

clone the assertion

Reimplemented from ARDAssertion.

Definition at line 1786 of file Assertion.cc.

References AssertReductDescr().

AssertReductDescr & AssertReductDescr::operator= const AssertReductDescr a  )  [virtual]
 

assignment operator.

Definition at line 1771 of file Assertion.cc.

References ARDAssertion::operator=().

Listable * AssertReductDescr::listable_clone  )  const [virtual]
 

needed for Listable

Reimplemented from Assertion.

Definition at line 1780 of file Assertion.cc.

References AssertReductDescr().


The documentation for this class was generated from the following files:
 © 1995-2005 University of Illinois, Urbana-Champaign. All rights reserved.  Fri Mar 25 23:06:53 2005