Go to the documentation of this file. 1 #ifndef WIBBLE_SYS_BUFFER_H
2 #define WIBBLE_SYS_BUFFER_H
47 Data(
void* buf,
size_t size,
bool own =
true);
154 if (
size() == newSize)
172 if (
item == 0 && buf.item == 0)
174 if (
item == 0 || buf.item == 0)
176 return *
item == *buf.item;
187 if (
item == 0 && buf.item == 0)
193 return *
item < *buf.item;
205 std::ostream&
operator<<(std::ostream& o,
const Buffer& b);