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