Gaudi Framework, version v23r1

Home   Generated: Wed Feb 29 2012

ParsersStandardListCommon.h

Go to the documentation of this file.
00001 #ifndef PARSERS_STANDARD_LIST_COMMON_H
00002 #define PARSERS_STANDARD_LIST_COMMON_H 1
00003 // ============================================================================
00004 // Include files
00005 // ============================================================================
00006 #include "GaudiKernel/Parsers.h"
00007 #include "GaudiKernel/ParsersFactory.h"
00008 // ============================================================================
00009 // STD & STL
00010 // ============================================================================
00011 #include <string>
00012 #include <vector>
00013 // ============================================================================
00014 // ============================================================================
00015 #define PARSERS_DEF_FOR_LIST(InnerType)\
00016     StatusCode Gaudi::Parsers::parse(std::vector<InnerType>& result,\
00017                                      const std::string& input) {\
00018       return Gaudi::Parsers::parse_(result, input);\
00019     }
00020 // ============================================================================
00021 #endif /* PARSERS_STANDARD_LIST_COMMON_H */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 29 2012 15:29:42 for Gaudi Framework, version v23r1 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004