AssertNoInline Class Referencea class to record routine inlining assertions
More...
#include <AssertNoInline.h>
Inheritance diagram for AssertNoInline:
[legend]List of all members.
Detailed Description
a class to record routine inlining assertions
C Polaris - See also:
- Directive/AssertNoInline.h
Directive/AssertNoInline.h
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.
No known bugs.
Definition at line 30 of file AssertNoInline.h.
Constructor & Destructor Documentation
| AssertNoInline::AssertNoInline |
( |
|
) |
|
|
Member Function Documentation
| void AssertNoInline::print |
( |
ostream & |
o |
) |
const [virtual] |
|
| Assertion * AssertNoInline::clone |
( |
|
) |
const [virtual] |
|
| Listable * AssertNoInline::listable_clone |
( |
|
) |
const [virtual] |
|
The documentation for this class was generated from the following files:
|