|
Gaudi Framework, version v22r4 |
| Home | Generated: Fri Sep 2 2011 |
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 */