Reece Wilson
1de0bdb4e7
[*] ByteBuffer::IsValid() will now return true if there is no underlying buffer so long as the object is marked with the dynamic scaling flag (no contents isnt an invalid state; alloc failure on construct and ad-hoc failure is. latterly, specify the write flag on failure in the ByteBuffer::Write method.) the alloc error can be safely unwound by state raii helpers bc realloc and frens will not free or dirty the state. write-fail-aware may roll back the write head, like how readers can roll back the read head if the stream is incomplete. |
||
---|---|---|
.. | ||
Aurora | ||
AuroraAlloc.cpp | ||
AuroraMacros.hpp | ||
AuroraRuntime.hpp | ||
AuroraTypedefs.hpp | ||
AuroraUtils.hpp |