HOPS
HOPS class reference
MHO_TableContainerBufferBuilder.hh
Go to the documentation of this file.
1 #ifndef MHO_TableContainerBufferBuilder_HH__
2 #define MHO_TableContainerBufferBuilder_HH__
3 
5 #include "MHO_TableContainer.hh"
6 
7 namespace hops
8 {
9 
18 template< typename XValueType, typename XAxisPackType >
19 class MHO_TableContainerBufferBuilder: public MHO_ExtendedElement< MHO_TableContainerBuffer >::ExtendedVisitor
20 {
21  public:
24 
25  private:
26 };
27 
28 } // namespace hops
29 
30 #endif
Class MHO_ExtendedElement.
Definition: MHO_ExtensibleElement.hh:186
Definition: MHO_TableContainerBufferBuilder.hh:20
Definition: MHO_ChannelLabeler.hh:17