Polaris: AssertNoLastValue Class Reference

AssertNoLastValue Class Reference

a class to record "no last value" assertions More...

#include <AssertNoLastValue.h>

Inheritance diagram for AssertNoLastValue:

Inheritance graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

a class to record "no last value" assertions

C Polaris

See also:
Directive/AssertNoLastValue.h

Directive/AssertNoLastValue.h

Description

The AssertNoLastValue class is meant to provide a specific class for asserting that specific private variables need no last-value action.

Bugs

No known bugs.

Definition at line 29 of file AssertNoLastValue.h.


Constructor & Destructor Documentation

AssertNoLastValue::AssertNoLastValue  ) 
 

Construct a AssertNoLastValue.

AssertNoLastValue::AssertNoLastValue const AssertNoLastValue a  ) 
 

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

virtual AssertNoLastValue::~AssertNoLastValue  )  [virtual]
 

destructor


Member Function Documentation

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

print the object.

Reimplemented from Assertion.

virtual Assertion* AssertNoLastValue::clone  )  const [virtual]
 

clone the assertion

Reimplemented from ExpressionAssertion.

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

assignment operator.

virtual Listable* AssertNoLastValue::listable_clone  )  const [virtual]
 

needed for Listable

Reimplemented from Assertion.


The documentation for this class was generated from the following file:
 © 1995-2005 University of Illinois, Urbana-Champaign. All rights reserved.  Fri Mar 25 23:06:49 2005