Gaudi Framework, version v20r3

Generated: 24 Nov 2008

ParseVectorsString.cpp

Go to the documentation of this file.
00001 // $Id: ParseVectorsString.cpp,v 1.4 2008/10/28 14:02:18 marcocle Exp $
00002 // ============================================================================
00003 // CVS tag $Name: v26r0 $, version $Revision: 1.4 $ 
00004 // ============================================================================
00005 // Include files
00006 // ============================================================================
00007 // Local
00008 // ============================================================================
00009 #include "Parsers.icpp"
00010 // ============================================================================
00011 
00012 // ============================================================================
00029 // ============================================================================
00030 namespace Gaudi
00031 { 
00032   namespace Parsers
00033   {
00034     // ========================================================================
00035     StatusCode parse ( vector<string>&             result , 
00036                        const string&               input  )
00037     {
00038       VectorGrammar<StringGrammar> g;
00039       return parse(
00040           createIterator(input), 
00041           IteratorT(),
00042           g[var(result)=arg1],
00043           SkipperGrammar()).full;
00044     }
00045     // ========================================================================
00046 
00047   } // end of namespace Parsers
00048 } // end of namespace Gaudi
00049 
00050 // ============================================================================
00051 // The END 
00052 // ============================================================================
00053 
00054 

Generated at Mon Nov 24 14:38:47 2008 for Gaudi Framework, version v20r3 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004