|
||||
File indexing completed on 2024-04-06 12:01:17
0001 #ifndef Parser_ComparisonStack_h 0002 #define Parser_ComparisonStack_h 0003 /* \class reco::parser::ComparisonStack 0004 * 0005 * Comparison stack 0006 * 0007 * \author original version: Chris Jones, Cornell, 0008 * adapted by Luca Lista, INFN 0009 * 0010 * \version $Revision: 1.2 $ 0011 * 0012 */ 0013 0014 #include <vector> 0015 #include <memory> 0016 0017 namespace reco { 0018 namespace parser { 0019 struct ComparisonBase; 0020 typedef std::vector<std::shared_ptr<ComparisonBase> > ComparisonStack; 0021 } // namespace parser 0022 } // namespace reco 0023 0024 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |