LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
ServiceStack.h
Go to the documentation of this file.
1 #ifndef art_Framework_Services_Registry_detail_ServiceStack_h
2 #define art_Framework_Services_Registry_detail_ServiceStack_h
3 
5 
6 #include <stack>
7 
8 namespace art {
9  namespace detail {
10  typedef std::stack<WrapperBase_ptr> ServiceStack;
11  }
12 }
13 #endif /* art_Framework_Services_Registry_detail_ServiceStack_h */
14 
15 // Local Variables:
16 // mode: c++
17 // End:
std::stack< WrapperBase_ptr > ServiceStack
Definition: ServiceStack.h:10
HLT enums.