CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MethodArgumentStack.h
Go to the documentation of this file.
1 #ifndef CommonTools_Utils_MethodArgumentStack_h
2 #define CommonTools_Utils_MethodArgumentStack_h
3 
4 /* \class reco::parser::MethodArgumentStack
5  *
6  * Stack of method arguments
7  *
8  * \author Giovanni Petrucciani, SNS
9  *
10  */
11 
13 #include <vector>
14 
15 namespace reco {
16 namespace parser {
17 typedef std::vector<AnyMethodArgument> MethodArgumentStack;
18 } // namespace reco
19 } // namespace parser
20 
21 #endif // CommonTools_Utils_MethodArgumentStack_h
std::vector< AnyMethodArgument > MethodArgumentStack