Polaris: AssertSerial Class Reference

AssertSerial Class Reference

a class to record serial loop assertions. More...

#include <AssertSerial.h>

Inheritance diagram for AssertSerial:

Inheritance graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

a class to record serial loop assertions.

C Polaris

See also:
Directive/AssertSerial.h

Directive/AssertSerial.h

Description

The AssertSerial class is meant to provide a specific class for assertions about serial loops.

Bugs

No known bugs.

Definition at line 29 of file AssertSerial.h.


Constructor & Destructor Documentation

AssertSerial::AssertSerial  ) 
 

Construct a AssertSerial.

Definition at line 1307 of file Assertion.cc.

References AS_SERIAL.

Referenced by clone(), and listable_clone().

AssertSerial::AssertSerial const AssertSerial a  ) 
 

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

Definition at line 1312 of file Assertion.cc.

References ExpressionAssertion::operator=().

AssertSerial::~AssertSerial  )  [virtual]
 

destructor

... nothing to do

Definition at line 1317 of file Assertion.cc.


Member Function Documentation

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

print the object.

Reimplemented from Assertion.

Definition at line 1323 of file Assertion.cc.

References ExpressionAssertion::arg_list_guarded(), Iterator< T >::current(), and Iterator< T >::valid().

Assertion * AssertSerial::clone  )  const [virtual]
 

clone the assertion

Reimplemented from ExpressionAssertion.

Definition at line 1354 of file Assertion.cc.

References AssertSerial().

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

assignment operator.

Definition at line 1339 of file Assertion.cc.

References ExpressionAssertion::operator=().

Listable * AssertSerial::listable_clone  )  const [virtual]
 

needed for Listable

Reimplemented from Assertion.

Definition at line 1348 of file Assertion.cc.

References AssertSerial().


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