Polaris: AssertOverlap Class Reference

AssertOverlap Class Reference

a class to hold info describing an overlap test for an Access Region Descriptor More...

#include <AssertOverlap.h>

Inheritance diagram for AssertOverlap:

Inheritance graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

a class to hold info describing an overlap test for an Access Region Descriptor

C Polaris

See also:
Directive/AssertOverlap.h

Directive/AssertOverlap.h

Description

The AssertOverlap class is meant to provide a specific class for representing the values needed to test for overlap within an Access Region Descriptor.

Bugs

No known bugs.

Definition at line 30 of file AssertOverlap.h.


Constructor & Destructor Documentation

AssertOverlap::AssertOverlap  ) 
 

Construct a AssertOverlap.

Definition at line 1523 of file Assertion.cc.

References AS_OVERLAP.

Referenced by clone(), and listable_clone().

AssertOverlap::AssertOverlap const AssertOverlap a  ) 
 

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

Definition at line 1528 of file Assertion.cc.

References ARDAssertion::operator=().

AssertOverlap::~AssertOverlap  )  [virtual]
 

destructor

... nothing to do

Definition at line 1533 of file Assertion.cc.


Member Function Documentation

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

print the object.

Reimplemented from Assertion.

Definition at line 1539 of file Assertion.cc.

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

Assertion * AssertOverlap::clone  )  const [virtual]
 

clone the assertion

Reimplemented from ARDAssertion.

Definition at line 1570 of file Assertion.cc.

References AssertOverlap().

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

assignment operator.

Definition at line 1555 of file Assertion.cc.

References ARDAssertion::operator=().

Listable * AssertOverlap::listable_clone  )  const [virtual]
 

needed for Listable

Reimplemented from Assertion.

Definition at line 1564 of file Assertion.cc.

References AssertOverlap().


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:50 2005