|
||||
File indexing completed on 2024-04-06 12:01:17
0001 #ifndef CommonTools_Utils_MethodArgumentStack_h 0002 #define CommonTools_Utils_MethodArgumentStack_h 0003 0004 /* \class reco::parser::MethodArgumentStack 0005 * 0006 * Stack of method arguments 0007 * 0008 * \author Giovanni Petrucciani, SNS 0009 * 0010 */ 0011 0012 #include "CommonTools/Utils/interface/parser/MethodInvoker.h" 0013 #include <vector> 0014 0015 namespace reco { 0016 namespace parser { 0017 typedef std::vector<AnyMethodArgument> MethodArgumentStack; 0018 } // namespace parser 0019 } // namespace reco 0020 0021 #endif // CommonTools_Utils_MethodArgumentStack_h
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |