Polaris: AssertInline Class Reference

AssertInline Class Reference

a class to record routine inlining assertions More...

#include <AssertInline.h>

Inheritance diagram for AssertInline:

Inheritance graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

a class to record routine inlining assertions

C Polaris

See also:
Directive/AssertInline.h

Directive/AssertInline.h

Description

The AssertInline 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 AssertInline.h.


Constructor & Destructor Documentation

AssertInline::AssertInline  ) 
 

Construct a AssertInline.

Definition at line 2444 of file Assertion.cc.

References AS_INLINE.

Referenced by clone(), and listable_clone().

AssertInline::AssertInline const AssertInline a  ) 
 

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

Definition at line 2449 of file Assertion.cc.

References ExpressionAssertion::operator=().

AssertInline::~AssertInline  )  [virtual]
 

destructor

... nothing to do

Definition at line 2454 of file Assertion.cc.


Member Function Documentation

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

print the object.

Reimplemented from Assertion.

Definition at line 2460 of file Assertion.cc.

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

Assertion * AssertInline::clone  )  const [virtual]
 

clone the assertion

Reimplemented from ExpressionAssertion.

Definition at line 2491 of file Assertion.cc.

References AssertInline().

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

assignment operator.

Definition at line 2476 of file Assertion.cc.

References ExpressionAssertion::operator=().

Listable * AssertInline::listable_clone  )  const [virtual]
 

needed for Listable

Reimplemented from Assertion.

Definition at line 2485 of file Assertion.cc.

References AssertInline().


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