![]() |
|
|||
File indexing completed on 2023-03-17 10:45:40
0001 #ifndef CommonTools_Utils_FunctionStack_h 0002 #define CommonTools_Utils_FunctionStack_h 0003 /* \class reco::parser::FunctionStack 0004 * 0005 * Function stack 0006 * 0007 * \author Luca Lista, INFN 0008 * 0009 * \version $Revision: 1.1 $ 0010 * 0011 */ 0012 #include "CommonTools/Utils/interface/Function.h" 0013 #include <vector> 0014 0015 namespace reco { 0016 namespace parser { 0017 typedef std::vector<Function> FunctionStack; 0018 } 0019 } // namespace reco 0020 0021 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |