#include <string>#include "PsFlowable.h"Include dependency graph for PsConfigurationParameterDescriptor.h:

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

Go to the source code of this file.
Compounds | |
| class | PsConfigurationParameterDescriptor |
| a generic abstract class describing simulated object configuration parameters More... | |
Functions | |
| void | printTabToStream (ostream &out, int nbSpaces) |
| print nbSpaces to out | |
|
||||||||||||
|
print nbSpaces to out
Definition at line 34 of file PsConfigurationParameterDescriptor.cxx. Referenced by PsMultipleConfigurationParameter::printToStream(), and PsObjectDescriptor::printToStream().
00035 {
00036 for (int i = 0; i < nbSpaces ; ++i)
00037 {
00038 out<<" ";
00039 }
00040 }
|
| Documentation generated on Mon Nov 25 15:25:05 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |