The Gaudi Framework  v30r3 (a5ef0a68)
ParsersStandardListCommon.h File Reference
#include "GaudiKernel/Parsers.h"
#include "GaudiKernel/ParsersFactory.h"
#include <string>
#include <vector>
Include dependency graph for ParsersStandardListCommon.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PARSERS_DEF_FOR_LIST(InnerType)
 

Macro Definition Documentation

#define PARSERS_DEF_FOR_LIST (   InnerType)
Value:
{ \
return Gaudi::Parsers::parse_( result, input ); \
}
StatusCode parse_(ResultT &result, const std::string &input)
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper.
STL class.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:51
STL class.

Definition at line 15 of file ParsersStandardListCommon.h.