|
||||
File indexing completed on 2024-04-06 12:01:17
0001 #ifndef CommonTools_Utils_MethodStack_h 0002 #define CommonTools_Utils_MethodStack_h 0003 0004 /* \class reco::parser::MethodStack 0005 * 0006 * Stack of methods 0007 * 0008 * \author Luca Lista, INFN 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<MethodInvoker> MethodStack; 0018 typedef std::vector<LazyInvoker> LazyMethodStack; 0019 } // namespace parser 0020 } // namespace reco 0021 0022 #endif // CommonTools_Utils_MethodStack_h
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |