#include "PsConfigurationParameterDescriptor.h"Include dependency graph for PsConfigurationParameterDescriptor.cxx:

Go to the source code of this file.
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 PsObjectDescriptor::printToStream(), and PsMultipleConfigurationParameter::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 |