| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

Gaudi::Parsers::StringGrammar Class Reference

The valid represenation of string values are:. More...

#include <Grammars.h>

List of all members.


Public Types

typedef std::string ResultT

Public Member Functions

void matchString () const
 remove CR/LF symbols form the parsed strings

Classes

struct  definition

Detailed Description

The valid represenation of string values are:.

Todo:
implement not ASCII chars in strings
Author:
Alexander MAZUROV Alexander.Mazurov@gmail.com

Vanya BELYAEV ibelyaev@physics.syr.edu

Date:
2006-05-14

Definition at line 229 of file Grammars.h.


Member Typedef Documentation

typedef std::string Gaudi::Parsers::StringGrammar::ResultT

Definition at line 235 of file Grammars.h.


Member Function Documentation

void Gaudi::Parsers::StringGrammar::matchString (  )  const [inline]

remove CR/LF symbols form the parsed strings

Attention:
it is a bit dangerous operation The operation allows to write "very long" input strings for opts-files (it is actual e.g. for DataOnDemandSvc configuration) by splitting the strings into few lines All new-line symbols (as well as '
', '', CR/LF etc are substituted by ordinary blanks.

Definition at line 244 of file Grammars.h.

00245       {
00246         for ( std::string::iterator cur=this->val().begin(); 
00247               cur!=this->val().end();cur++)
00248         { if(std::isspace(*cur) ) { *cur = ' '; } }
00249       }


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:57:17 2011 for GaudiKernel by doxygen 1.4.7