ConcurrentCircularBuffer /


Public Member Functions

  • ConcurrentCircularBuffer (size_type capacity)
  • void
    pushFront (const T &item)
  • void
    popBack (T *pItem)
  • bool
    isNotEmpty () const
  • bool
    isNotFull () const
  • void
    cancel ()
  • void
    uncancel ()
  • void
    clear ()