Baseclasses
Definition
An instance P of type PostCond is a postcondition of a module M.
It is represented by a collection of key sets
S0,..., Sm.
The key set Si, i 1 corresponds to the ith output parameter of M,
i.e., m is the number of output parameters. The set S0 has a
special role. It represents the general postcondition of M.
#include < AGD/PostCond.h >
Creation
PostCond | P(int m = 1) | creates an instance P of type PostCond initialized to a postcondition for m output parameters. Each key set is initialized to the empty set. |
Operations
PostCond inherits the operations of its base class CondBase.
© Copyright 1998-2001, Algorithmic Solutions Software GmbH. All rights reserved.
2001-08-13