TOBI SignalServer  0.1
template<class T>
void tobiss::DataBuffer< T >::peekNext_throwing ( value_type *  pItem) [inline]

get next item (sample/frame/packet/...) from the buffer (item remains in the buffer)

Parameters:
[out]pItemDataBuffer::value_type* Pointer to storage
Remarks:
If the buffer is empty an exception of type std::runtime_error is thrown (*pItem remains unmodified).

Definition at line 222 of file databuffer.h.

 All Data Structures Files Functions Variables