|
virtualinherited |
Expand the size of the current buffer.
This method expands the size of the current buffer.
if the real size of the buffer is enough, this method is applied the same way for the inner part or the outer part.
In case the size is too small and a real reallocation is required to expand it is ONLY applied if the current buffer is the inner one.
The argument corresponds to the new-size of the buffer
It returns false if:
Definition at line 162 of file BufferIO.cpp.