#include <PsPolatorNT.h>
#include <iostream>
#include <PsFlowable.h>
#include <PsType.h>
#include "PsEmptyFifoException.h"
#include <PsnAbstractFifo.h>
#include "PsIncomingSynchronisationMessage.h"
#include "PsOutgoingSynchronisationMessage.h"
#include <PsNumericPolator.h>
Include dependency graph for PsPolatorAndPsNumericType.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | PsNumericType |
| redefining the base operations between basic types seen as PsTypes. More... | |
| class | PsNumericTypeT |
| redefining the base types as PsTypes. More... | |
| class | PsPolator |
| defining the most basic polator : always returns a produced value. More... | |
Functions | |
| template<typename Type> PsNumericTypeT< Type > | operator- (const PsNumericTypeT< Type > &n) |
Definition in file PsPolatorAndPsNumericType.h.
|
||||||||||
|
Definition at line 614 of file PsPolatorAndPsNumericType.h. References PsNumericTypeT< Type >::getValue().
00615 {
00616 return (PsNumericTypeT<Type> (- n.getValue ())) ;
|
|
|
|
Definition at line 259 of file PsPolatorAndPsNumericType.h. |
|
|
Definition at line 256 of file PsPolatorAndPsNumericType.h. |
|
|
|
Definition at line 250 of file PsPolatorAndPsNumericType.h. Referenced by PsTestObject::compute(). |
|
|
Definition at line 253 of file PsPolatorAndPsNumericType.h. |
| Documentation generated on Mon Nov 25 15:25:43 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |