Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

PsConfigurationParameterDescriptor.h File Reference

#include <string>
#include "PsFlowable.h"

Include dependency graph for PsConfigurationParameterDescriptor.h:

Include dependency graph

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

Included by dependency graph

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


Function Documentation

void printTabToStream ostream &    out,
int    nbSpaces
 

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 } 


logo OpenMask

Documentation generated on Mon Nov 25 15:25:05 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001