This type represents a view of a buffer of bytes provided by a fuzz testing harness.
Synopsis
Declared in <bslim_fuzzdataview.h>
class FuzzDataView;
Member Functions
Name |
Description |
|
Create a |
Return a const pointer to the beginning of the buffer. |
|
Return a pointer to the beginning of the buffer. |
|
Return a const pointer to the end of the buffer. |
|
Return the length in bytes of the buffer. |
|
Remove the specified initial |
|
Remove the specified last |
Created with MrDocs