Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework
v31r0 (aeb156f0)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
ParsersStandardListCommon.h
Go to the documentation of this file.
1
#ifndef PARSERS_STANDARD_LIST_COMMON_H
2
#define PARSERS_STANDARD_LIST_COMMON_H 1
3
// ============================================================================
4
// Include files
5
// ============================================================================
6
#include <
Gaudi/Parsers/CommonParsers.h
>
7
#include <
Gaudi/Parsers/Factory.h
>
8
// ============================================================================
9
// STD & STL
10
// ============================================================================
11
#include <string>
12
#include <vector>
13
// ============================================================================
14
// ============================================================================
15
#define PARSERS_DEF_FOR_LIST( InnerType ) \
16
StatusCode Gaudi::Parsers::parse( std::vector<InnerType>& result, const std::string& input ) { \
17
return Gaudi::Parsers::parse_( result, input ); \
18
}
19
// ============================================================================
20
#endif
/* PARSERS_STANDARD_LIST_COMMON_H */
CommonParsers.h
The declaration of major parsing functions used e.g for (re)implementation of new extended properties...
Factory.h
GaudiKernel
src
Lib
ParsersStandardListCommon.h
Generated on Mon Feb 11 2019 17:48:17 for The Gaudi Framework by
1.8.11