Polaris: AssertInstrument Class Reference

AssertInstrument Class Reference

a class to record instrumentation assertions More...

#include <AssertInstrument.h>

Inheritance diagram for AssertInstrument:

Inheritance graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

a class to record instrumentation assertions

C Polaris

See also:
Directive/AssertInstrument.h

Directive/AssertInstrument.h

Description

The AssertInstrument class is meant to provide a means to instruct the inliner to inline all the routine calls (subroutine and/or function calls) in the following statement.

Bugs

No known bugs.

Definition at line 30 of file AssertInstrument.h.


Constructor & Destructor Documentation

AssertInstrument::AssertInstrument  ) 
 

Construct a AssertInstrument.

Definition at line 2009 of file Assertion.cc.

References AS_INSTRUMENT.

Referenced by clone(), and listable_clone().

AssertInstrument::AssertInstrument const AssertInstrument a  ) 
 

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

Definition at line 2014 of file Assertion.cc.

References ExpressionAssertion::operator=().

AssertInstrument::~AssertInstrument  )  [virtual]
 

destructor

... nothing to do

Definition at line 2019 of file Assertion.cc.


Member Function Documentation

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

print the object.

Reimplemented from Assertion.

Definition at line 2025 of file Assertion.cc.

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

Assertion * AssertInstrument::clone  )  const [virtual]
 

clone the assertion

Reimplemented from ExpressionAssertion.

Definition at line 2056 of file Assertion.cc.

References AssertInstrument().

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

assignment operator.

Definition at line 2041 of file Assertion.cc.

References ExpressionAssertion::operator=().

Listable * AssertInstrument::listable_clone  )  const [virtual]
 

needed for Listable

Reimplemented from Assertion.

Definition at line 2050 of file Assertion.cc.

References AssertInstrument().


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