10 #ifndef _STRUS_STATISTICS_ITERATOR_INTERFACE_HPP_INCLUDED
11 #define _STRUS_STATISTICS_ITERATOR_INTERFACE_HPP_INCLUDED
29 virtual bool getNext(
const void*& msg, std::size_t& msgsize)=0;
virtual ~StatisticsIteratorInterface()
Destructor.
Definition: statisticsIteratorInterface.hpp:23
virtual bool getNext(const void *&msg, std::size_t &msgsize)=0
Fetches the next statistics message.
Interface for an iterator on statistics.
Definition: statisticsIteratorInterface.hpp:18