Template Class InputAligner::EventQueue
Defined in File input_aligner.hpp
Nested Relationships
This class is a nested type of Template Class InputAligner.
Inheritance Relationships
Base Type
public std::multiset< MessageEvent< MsgType const >, EventSort< MsgType > >
Class Documentation
-
template<typename MsgType>
class EventQueue : public std::multiset<MessageEvent<MsgType const>, EventSort<MsgType>>