15 #ifndef DETECTORGRAPH_INCLUDE_GRAPHINPUTQUEUE_STL_HPP_ 16 #define DETECTORGRAPH_INCLUDE_GRAPHINPUTQUEUE_STL_HPP_ 32 template<
class TTopicState>
40 if (!mInputQueue.empty())
60 return mInputQueue.empty();
65 while (!mInputQueue.empty())
74 std::queue< GraphInputDispatcherInterface* > mInputQueue;
79 #endif // DETECTORGRAPH_INCLUDE_GRAPHINPUTQUEUE_STL_HPP_
Manage data and its handler.