Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Launcher
v4.10.0
|
TCodeFile.h
Go to the documentation of this file.
164 inline void getBegEndProperties( URANIE::DataServer::TAttribute *att, TString &beg, TString &end)
Definition: TCluster.h:66
void setFieldSeparatorCharacter(const char *str)
void setSeparatorCharacter(const char *str)
virtual void printLog(Option_t *option="")
void getBegEndProperties(URANIE::DataServer::TAttribute *att, TString &beg, TString &end)
Definition: TCodeFile.h:164
const char * getFieldSeparatorCharacter()
Definition: TCodeFile.h:138
void setVectorProperties(TString beg, TString delim, TString end)
Definition: TCodeFile.h:152
TString _cFieldSeparator
the separator to be used in between fields
Definition: TCodeFile.h:85
TString _cComments
The set of comment character.
Definition: TCodeFile.h:83
const char * getCommentCharacter()
Definition: TCodeFile.h:121
const char * getSeparatorCharacter()
Definition: TCodeFile.h:131
void setStringProperties(TString beg, TString end)
Definition: TCodeFile.h:158
TString _cSeparators
The set of separator character.
Definition: TCodeFile.h:84
Bool_t isAttribute(TString sAttributeName)
Verify is the attribute given by the name is is the list of attribute.
TString _sFileName
The name of file.
Definition: TCodeFile.h:80
vector< URANIE::DataServer::TAttribute * > _attributes
Vector of attributes.
Definition: TCodeFile.h:78
TString _sstrend
string used for the beginning, end and delimitation of vectors and strings
Definition: TCodeFile.h:79
void setCommentCharacter(const char *str)
Definition: TCodeFile.h:117
Int_t getAttributesNumber() const
URANIE::DataServer::TAttribute * getAttribute(Int_t ind)
virtual void addAttribute(URANIE::DataServer::TAttribute *)
Add the attribute in the file.