Polaris: AssertNoInline Class Reference

AssertNoInline Class Reference

a class to record routine inlining assertions More...

#include <AssertNoInline.h>

Inheritance diagram for AssertNoInline:

Inheritance graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

a class to record routine inlining assertions

C Polaris

See also:
Directive/AssertNoInline.h

Directive/AssertNoInline.h

Description

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


Constructor & Destructor Documentation

AssertNoInline::AssertNoInline  ) 
 

Construct a AssertNoInline.

Definition at line 2552 of file Assertion.cc.

References AS_NOINLINE.

Referenced by clone(), and listable_clone().

AssertNoInline::AssertNoInline const AssertNoInline a  ) 
 

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

Definition at line 2557 of file Assertion.cc.

References ExpressionAssertion::operator=().

AssertNoInline::~AssertNoInline  )  [virtual]
 

destructor

... nothing to do

Definition at line 2562 of file Assertion.cc.


Member Function Documentation

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

print the object.

Reimplemented from Assertion.

Definition at line 2568 of file Assertion.cc.

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

Assertion * AssertNoInline::clone  )  const [virtual]
 

clone the assertion

Reimplemented from ExpressionAssertion.

Definition at line 2599 of file Assertion.cc.

References AssertNoInline().

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

assignment operator.

Definition at line 2584 of file Assertion.cc.

References ExpressionAssertion::operator=().

Listable * AssertNoInline::listable_clone  )  const [virtual]
 

needed for Listable

Reimplemented from Assertion.

Definition at line 2593 of file Assertion.cc.

References AssertNoInline().


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