util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
|
||||
using ForeignFifoBuffer<T>::GetCapacity;
|
||||
using ForeignFifoBuffer<T>::Clear;
|
||||
using ForeignFifoBuffer<T>::IsEmpty;
|
||||
using ForeignFifoBuffer<T>::empty;
|
||||
using ForeignFifoBuffer<T>::IsFull;
|
||||
using ForeignFifoBuffer<T>::GetAvailable;
|
||||
using ForeignFifoBuffer<T>::Read;
|
||||
|
Reference in New Issue
Block a user